Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Query Parameters

categories
string[] | null

Content-vertical phrases or keywords (e.g. 'consumer tech', 'startup tools', 'personal finance'). Not brand or company names. Free-form strings are normalized to our standard category taxonomy and used to scope the search. Mutually exclusive with publication_url.

Maximum array length: 3
Example:
publication_url
string | null

A creator's publication URL (YouTube channel, Substack newsletter, podcast, etc.) to find its sponsors. Mutually exclusive with categories.

Example:

"https://techweekly.substack.com"

platforms
string[] | null

Platforms to include when searching for sponsors. If omitted, results include all available platforms.

Example:
confidence_threshold
number
default:0.5

Minimum sponsorship confidence threshold

Required range: 0 <= x <= 1
limit
integer
default:20

Maximum number of results per page. Requesting more than 20 results requires a credits-based plan.

Required range: 1 <= x <= 50
cursor
string | null

Pagination cursor from next_cursor. To continue a paginated activity request, pass it with the same filters and omit activity_after and sync_token.

include_evidence
boolean
default:false

Include structured evidence for the most recent ad (source, excerpt, and transcript offset when available)

sponsor_types
string[] | null

Only return sponsors with a placement whose sponsor_type is one of these values. When omitted, defaults to ['explicit_ad', 'implicit_ad', 'affiliate', 'promotion', 'unknown']. Other valid values include: 'merch_store', 'self_promotion'.

Example:
sponsor_type
string[] | null

Alternate name for sponsor_types; accepts one or more values.

days_back
integer
default:90

Time window in days (default 90). Ignored when since is provided.

Required range: 1 <= x <= 365
since
string | null

Start date (YYYY-MM-DD, inclusive). Overrides days_back. Required when until is provided.

until
string | null

End date (YYYY-MM-DD, inclusive). Defaults to today when only since is provided.

sort_by
enum<string>
default:total_ads

Sort order for results. 'total_ads' (default) ranks brands by number of placements. 'recent' ranks by most recent ad date. For activity searches, these rank only sponsorships in the requested activity.

Available options:
total_ads,
recent
activity_after
string | null

Start a sponsor activity request after this ISO-8601 datetime. Requires platforms. Earlier values use the first supported activity time. For later requests, save next_sync_token from a response and send it as sync_token.

sync_token
string | null

Opaque checkpoint returned as next_sync_token by an earlier activity request. Use it instead of activity_after to start the next request.

Response

Successful Response

Response for simplified partner search by industry

results
SimplifiedPartnerSearchResult · object[]
required

List of partner content results

total_count
integer
required

Number of results in the current page (not a grand total)

industry_category
string | null

The industry category searched

next_cursor
string | null

Cursor for fetching the next page of results

has_more
boolean
default:false

Whether there are more results available

next_sync_token
string | null

Token for starting the next sponsor activity request. Save it after processing the results from this response that you intend to keep. Returned only for activity searches.