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.
string
Person’s email address
string
LinkedIn, Twitter, or other social profile URL
string
Person’s full name
string
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:
Social Profiles
POST /v1/tools/research/social
Find someone’s accounts across platforms — LinkedIn, Twitter, GitHub, YouTube, and others.
string
Person’s email address
string
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.
string
required
Person’s full name
string
required
Company name or domain
string
default:"recent"
Sort order:
recent or popularnumber
default:"5"
Max results, 1-20
Person Newsfeed
POST /v1/tools/research/newsfeed
Pull someone’s recent social posts along with likes, replies, and shares.
string
required
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.
string
Person’s email address
string
Person’s phone number
string
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.
string
required
Social profile or post URL (Twitter/X or Instagram)
string
default:"followers,following"
Interaction type:
replies, followers, following, or followers,followingnumber
default:"100"
Max results, 1-1000