Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Path Parameters

id
string
required

Company slug (e.g. 'apple'), domain (e.g. 'apple.com'), or ID

Query Parameters

limit
integer<int64>
default:24

Results per page

Required range: 1 <= x <= 24
cursor
string

Opaque pagination cursor from a previous response

sponsor_id
string

Optional sponsor ID. Keeps the company constraint while narrowing rows to this sponsor identity.

podcast_id
string

Optional podcast ID, slug, or Apple/iTunes collection ID. Filters rich rows without narrowing facets.

publisher_id
string

Optional publisher ID or slug. Filters rich rows without narrowing facets.

include_facets
boolean

Include exhaustive lightweight Show and Network filter metadata. Honored only on cursorless requests.

include_previews
boolean
default:true

Include recent ad segment previews per podcast. Disable for count-only consumers to skip preview hydration.

preview_limit
integer<int64>
default:3

Maximum previews per podcast when include_previews is enabled.

Required range: 1 <= x <= 8
since
string

Only include ads from episodes published on or after this ISO 8601 date or date-time

Example:

"2025-01-01T00:00:00Z"

until
string

Only include ads before this ISO 8601 date-time. A bare date includes that whole UTC day.

Example:

"2026-01-01"

Response

OK

data
object[] | null
required

Podcasts ranked by company ad count

has_more
boolean
required

Whether more ranked podcasts exist

sponsors
object[] | null
required

Complete date-scoped sponsor roster for this company

cursor
string

Pass to the next request for more podcasts

facets
object

Exhaustive Show and Network filter metadata, present only when requested on a cursorless request