Skip to main content
POST
Email Lookup
Looks up contact emails for one TikTok, Instagram or YouTube creator from a profile URL. Returns platform parsed from the URL, username, profileLink, platformUserId, region, a primary email, an emails array of every address found, and a contacts array of external links — each shaped {url, type}, covering personal sites and WhatsApp links — plus quota.cost in credits and quota.remainingQuota. Measured at 533 bytes and about 2 seconds for one Instagram creator. email is null and emails empty when the creator publishes no address. That is a normal result, not an error. Handles one creator per call. To assemble a creator list first, use post_waveinflu_similar_creators — it already returns an email for most matches, so call this endpoint for the ones that come back null, and for Instagram creators, which the similar-creators endpoint does not cover.

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required

TikTok, Instagram, or YouTube creator profile URL.

Example:

"https://www.instagram.com/onkimia/"

Response

200 - application/json

Email lookup completed

code
number
Example:

1000

message
string
Example:

"Email lookup completed"

data
object