Reference

Unified types

Generated from the schemas the API validates its own responses against. Every object also carries the base fields (platform, id, url, fetched_at, source).

Profile

A person, page, channel, community, company or artist.

FieldTypeNotes
handlestring
display_namestringnullable
biostringnullable
avatar_urlurlnullable
verifiedboolean
followersintegernullable
followingintegernullable
posts_countintegernullable
langstringnullable
countrystringnullable
linksurl[]

Post

Anything published: a video, tweet, reel, pin, thread, snap or subreddit post.

FieldTypeNotes
authorobject
author.platformPlatform
author.idstring
author.handlestring
author.display_namestringnullable
author.avatar_urlurlnullable
textstring
langstringnullable
created_atdatetimenullable
mediaMedia[]
media[].type"image" | "video" | "audio"
media[].urlurl
media[].thumbnail_urlurlnullable
media[].duration_snumberoptional
engagementEngagement
engagement.likesintegernullable
engagement.commentsintegernullable
engagement.sharesintegernullable
engagement.viewsintegernullable
engagement.savesintegernullable
hashtagsstring[]
mentionsstring[]
is_adboolean

Comment

A comment or reply. Replies carry `reply_to_id`.

FieldTypeNotes
post_idstring
authorobject
author.platformPlatform
author.idstring
author.handlestring
author.display_namestringnullable
author.avatar_urlurlnullable
textstring
langstringnullable
created_atdatetimenullable
likesintegernullable
reply_to_idstringnullable

Transcript

The spoken text of a video or audio post, with timed segments when available.

FieldTypeNotes
post_idstring
langstringnullable
textstring
segmentsTranscriptSegment[]
segments[].start_snumbernullable
segments[].end_snumbernullable
segments[].textstring

Summary

An AI summary of a video, written from its transcript: a few sentences, key points and topics.

FieldTypeNotes
post_idstring
langstringnullable
summarystring
key_pointsstring[]
topicsstring[]
modelstring

Audience

Where a creator's audience is, by country.

FieldTypeNotes
handlestring
countriesAudienceCountry[]
countries[].countrystringnullable
countries[].namestring
countries[].sharenumber
countries[].countintegernullable

Track

A piece of music or audio: a Spotify track, a TikTok sound.

FieldTypeNotes
titlestring
artistsstring[]
albumstringnullable
duration_snumbernullable
cover_urlurlnullable
audio_urlurlnullable
released_atdatetimenullable
playsintegernullable
posts_countintegernullable
explicitbooleannullable

Collection

A named group of items: playlist, board, highlight, album or podcast.

FieldTypeNotes
kind"playlist" | "board" | "highlight" | "album" | "podcast"
titlestring
descriptionstringnullable
ownerobjectnullable
owner.platformPlatform
owner.idstring
owner.handlestring
owner.display_namestringnullable
owner.avatar_urlurlnullable
items_countintegernullable
cover_urlurlnullable
created_atdatetimenullable

One ad from a public ad library.

FieldTypeNotes
advertiserAdvertiserSummary
advertiser.idstringnullable
advertiser.namestring
advertiser.urlurlnullable
textstring
headlinestringnullable
mediaMedia[]
media[].type"image" | "video" | "audio"
media[].urlurl
media[].thumbnail_urlurlnullable
media[].duration_snumberoptional
call_to_actionstringnullable
landing_urlurlnullable
started_atdatetimenullable
ended_atdatetimenullable
is_activebooleannullable
countriesstring[]
formatsstring[]

Advertiser

An advertiser found in an ad library.

FieldTypeNotes
namestring
avatar_urlurlnullable
countrystringnullable
ads_countintegernullable
domainsstring[]

LiveStream

Whether and how a creator is live right now.

FieldTypeNotes
hostobject
host.platformPlatform
host.idstring
host.handlestring
host.display_namestringnullable
host.avatar_urlurlnullable
is_liveboolean
titlestringnullable
viewersintegernullable
likesintegernullable
started_atdatetimenullable
thumbnail_urlurlnullable

Event

A public event or a scheduled stream.

FieldTypeNotes
namestring
descriptionstringnullable
starts_atdatetimenullable
ends_atdatetimenullable
locationstringnullable
hostobjectnullable
host.platformPlatform
host.idstring
host.handlestring
host.display_namestringnullable
host.avatar_urlurlnullable
cover_urlurlnullable
goingintegernullable
interestedintegernullable
is_onlinebooleannullable

Suggestion

What a search box suggests as someone types: a term, or an account.

FieldTypeNotes
textstring
kind"query" | "profile"
profileobjectnullable
profile.platformPlatform
profile.idstring
profile.handlestring
profile.display_namestringnullable
profile.avatar_urlurlnullable
positionintegernullable

LinkedProfile

One of a creator's accounts on another platform, with how sure the match is.

FieldTypeNotes
handlestring
confidencenumber
evidencestring[]

Product

A product listing from a shop or marketplace.

FieldTypeNotes
storeStoreSummary
store.platformPlatform
store.idstring
store.namestring
store.urlurl
titlestring
descriptionstringnullable
pricePrice
price.amountnumber
price.currencystring
imagesurl[]
in_stockboolean
ratingnumbernullable
reviews_countintegernullable
categoriesstring[]

Review

A review of a product.

FieldTypeNotes
product_idstring
authorobject
author.platformPlatform
author.idstring
author.handlestring
author.display_namestringnullable
author.avatar_urlurlnullable
ratingnumber
textstring
langstringnullable
created_atdatetimenullable

WebResult

An organic web search result.

FieldTypeNotes
titlestring
snippetstringnullable
domainstring
positionintegernullable
published_atdatetimenullable

SearchResult

One search hit, tagged by `kind`.

FieldTypeNotes
kind: "profile"object
kind: "post"object
kind: "comment"object
kind: "product"object
kind: "review"object
kind: "track"object
kind: "collection"object
kind: "web"object