Person Intelligence
Research
Person Intelligence
Research any person: background reports, social profiles, articles, recent posts, interests, and who they follow.
POST
Person Intelligence
These endpoints are async. You POST a request, get back a
At least one of
Takes 2-5 minutes. See Pricing for costs.
Key fields in
At least one of
At least one of
request_id, and poll GET /v1/requests/{request_id} until the job finishes.
All paid endpoints on this page accept optional
memo (≤ 1000 chars) and
decisionContext (object) body fields. Stored on the receipt for debugging
and audit — see Audit Trail.Deep Research Person
POST /v1/tools/research/person
Get a full background report on someone — career history, social presence, interests, and how they’re connected.
Person’s email address
LinkedIn, Twitter, or other social profile URL
Person’s full name
Company name (helps disambiguate)
email, social_media_url, or name is required.
Response Structure
The result contains anenrichment object with contact data, plus following, articles, and dossier sections.
Emails and phone numbers are nested inside
result.enrichment, not at the top level.result.enrichment:
| Field | Type | Description |
|---|---|---|
altemails | string[] | All known email addresses |
best_work_email | string | Best verified work email |
best_personal_email | string | Best verified personal email |
fullphone | Array<{fullphone, type}> | Phone numbers with type (work/mobile) |
organizations | Array<{name, title, startDate, endDate}> | Work history |
schools_info | Array<{name, degree, title}> | Education |
social_profiles | Record<platform, {url, username, followers}> | Social accounts |
Social Profiles
POST /v1/tools/research/social
Find someone’s accounts across platforms — LinkedIn, Twitter, GitHub, YouTube, and others.
Person’s email address
Known social profile URL to start from
email or social_media_url is required.
Article Search
POST /v1/tools/research/articles
Find articles and interviews mentioning a person.
Person’s full name
Company name or domain
Sort order:
recent or popularMax results, 1-20
Person Newsfeed
POST /v1/tools/research/newsfeed
Pull someone’s recent social posts along with likes, replies, and shares.
Social profile URL (Twitter, LinkedIn, etc)
Person Interests
POST /v1/tools/research/interests
Figure out what someone cares about — sports, politics, tech, entertainment, and so on.
Person’s email address
Person’s phone number
Social profile URL
email, phone, or social_media_url is required.
Person Interactions
POST /v1/tools/research/interactions
See who someone follows, who follows them, and who they reply to.
Social profile or post URL (Twitter/X or Instagram)
Interaction type:
replies, followers, following, or followers,followingMax results, 1-1000