Skip to main content
POST
Person Intelligence
These endpoints are async. You POST a request, get back a 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)
At least one of email, social_media_url, or name is required.
Takes 2-5 minutes. See Pricing for costs.

Response Structure

The result contains an enrichment object with contact data, plus following, articles, and dossier sections.
Emails and phone numbers are nested inside result.enrichment, not at the top level.
Key fields in 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
At least one of 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 popular
number
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
At least one of 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,following
number
default:"100"
Max results, 1-1000

SDK Usage

All six endpoints have SDK methods. The SDK signs payments and polls for results, so you just call the method and get data back.