Skip to main content
GET
cURL
Use this endpoint to find brands that have sponsored creators. Each result groups the matching placements under one sponsor name and includes summary counts plus the most recent placement. A sponsor can appear in more than one result when its name is spelled differently. Those results can share a sponsor_id; when it is present, use that ID to identify the same sponsor across name variants. The most recent placement includes monetization_type, disclosure_tier, and the legacy sponsor_type label. To see every sponsored post, use List sponsorships. See Sponsorship types for field definitions and differences between Instagram and TikTok labels.

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 previous response's next_cursor field

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.

Available options:
total_ads,
recent

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