In the
podcast_advertising category, which is opt-in — it is callable by name on any connection, but only advertised on tools/list when selected via ?include=podcast_advertising. See Tool sets & discovery.particle_podcast_get_sponsors. For top advertisers across the catalog use particle_podcast_get_sponsor_leaderboard.
Inputs
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
company_slug | string | yes | — | Company identifier — accepts slug (e.g. "nvidia"), domain (e.g. "nvidia.com"), or canonical ID. If you already know the domain you can call this tool directly without first running particle_company_resolve. |
Output
A markdown document with## Ad presence for <company_id> and KV lines for **Total ads:**, **Podcast reach:** (distinct podcasts), **Episode reach:** (distinct episodes), **Read mix:** (host-read vs pre-recorded counts). When recent placements exist, a ### Recent placements section follows with bullets formatted Sponsor — Product on Podcast (podcast_slug) [HOST_READ|PRE_RECORDED].
Sample (company_slug="shopify"):
Example
Related
- REST equivalent:
GET /v1/companies/{id}/podcast/advertising. - Inverse view:
particle_podcast_get_sponsors. - Cross-catalog ranking:
particle_podcast_get_sponsor_leaderboard.