Look up the canonical profile per platform for a handle
Resolves one or more handles to their canonical profile on each
requested platform. Pass several handles as a comma-separated term
list — every term is looked up on every platform independently, and
each data[] entry is a { platform, term, exact_match, profiles[] }
group. Hashtag terms (#foo) are rejected.
Every profile object includes every field and every metrics key;
any value not available for a given account is null. Do not assume a
field is always present — coverage varies by platform and account.
When a platform has an exact handle match, profiles holds that one
account (exact_match: true). Otherwise it holds best-effort candidate
matches for you to disambiguate (exact_match: false).
If one platform fails or has no result, others still return. Check
meta.platforms for per-platform status.
Authorizations
API key prefixed with jcr_. To obtain a key programmatically
(no dashboard required), see POST /v1/authorize.
Query Parameters
One or more handles to resolve, comma-separated (no # hashtag
prefix; @ prefix allowed and stripped). Each handle is looked up
on every requested platform. Up to 5 handles per request.
"juicer,juicerio,juicer.io"
Comma-separated list of platforms. Supported: Bluesky, YouTube,
LinkedIn, Pinterest, Twitter (X), Instagram, Facebook, TikTok.
Unsupported names appear in meta.platforms with
error_code = "unknown_platform".
"Bluesky,YouTube,LinkedIn"