curl -H "X-API-Key: $PARTICLE_API_KEY" \
"https://api.particle.pro/v1/companies/{id}/podcast/advertising/podcasts?limit=24&include_previews=true&preview_limit=3"{
"data": [
{
"ad_count": 123,
"episode_count": 123,
"podcast": {
"id": "<string>",
"title": "<string>",
"best_rank": {
"captured_at": "2023-11-07T05:31:56Z",
"chart_type": "top_podcasts",
"rank": 123,
"source": "apple",
"category_slug": "<string>",
"country": "<string>"
},
"image_url": "<string>",
"popularity": 123,
"publisher": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"slug": "<string>"
},
"preview_segments": [
{
"segment": {
"duration_seconds": 123,
"end_seconds": 123,
"id": "<string>",
"number": 123,
"start_seconds": 123,
"title": "<string>",
"type": "<string>",
"audio_url": "<string>",
"description": "<string>",
"end_line": 123,
"episode": {
"id": "<string>",
"title": "<string>",
"podcast": {
"id": "<string>",
"title": "<string>",
"best_rank": {
"captured_at": "2023-11-07T05:31:56Z",
"chart_type": "top_podcasts",
"rank": 123,
"source": "apple",
"category_slug": "<string>",
"country": "<string>"
},
"image_url": "<string>",
"popularity": 123,
"publisher": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"slug": "<string>"
},
"published_at": "2023-11-07T05:31:56Z",
"slug": "<string>"
},
"read_type": "<string>",
"start_line": 123,
"summary": "<string>"
},
"sponsors": [
{
"id": "<string>",
"name": "<string>",
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
}
}
]
}
],
"sponsors": [
{
"ad_count": 123,
"episode_count": 123,
"sponsor": {
"id": "<string>",
"name": "<string>",
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
}
},
"last_seen_at": "2023-11-07T05:31:56Z"
}
],
"last_seen_at": "2023-11-07T05:31:56Z"
}
],
"has_more": true,
"sponsors": [
{
"ad_count": 123,
"episode_count": 123,
"sponsor": {
"id": "<string>",
"name": "<string>",
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
}
},
"last_seen_at": "2023-11-07T05:31:56Z"
}
],
"cursor": "<string>",
"facets": {
"podcast_count": 123,
"podcasts": [
{
"ad_count": 123,
"podcast": {
"id": "<string>",
"title": "<string>",
"publisher": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"slug": "<string>"
}
}
],
"publisher_count": 123,
"publishers": [
{
"ad_count": 123,
"podcast_count": 123,
"publisher": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
}
}
]
}
}{
"detail": "Property foo is required but is missing.",
"error_code": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"resolve": {
"message": "<string>",
"action": "<string>",
"endpoint": "<string>",
"method": "<string>",
"url": "<string>"
},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}List podcasts carrying company advertising
Returns podcasts ranked by exact company-linked ad count, with company-wide sponsor filters, per-podcast sponsor breakdowns, recent preview segments, and cursor pagination.
curl -H "X-API-Key: $PARTICLE_API_KEY" \
"https://api.particle.pro/v1/companies/{id}/podcast/advertising/podcasts?limit=24&include_previews=true&preview_limit=3"{
"data": [
{
"ad_count": 123,
"episode_count": 123,
"podcast": {
"id": "<string>",
"title": "<string>",
"best_rank": {
"captured_at": "2023-11-07T05:31:56Z",
"chart_type": "top_podcasts",
"rank": 123,
"source": "apple",
"category_slug": "<string>",
"country": "<string>"
},
"image_url": "<string>",
"popularity": 123,
"publisher": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"slug": "<string>"
},
"preview_segments": [
{
"segment": {
"duration_seconds": 123,
"end_seconds": 123,
"id": "<string>",
"number": 123,
"start_seconds": 123,
"title": "<string>",
"type": "<string>",
"audio_url": "<string>",
"description": "<string>",
"end_line": 123,
"episode": {
"id": "<string>",
"title": "<string>",
"podcast": {
"id": "<string>",
"title": "<string>",
"best_rank": {
"captured_at": "2023-11-07T05:31:56Z",
"chart_type": "top_podcasts",
"rank": 123,
"source": "apple",
"category_slug": "<string>",
"country": "<string>"
},
"image_url": "<string>",
"popularity": 123,
"publisher": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"slug": "<string>"
},
"published_at": "2023-11-07T05:31:56Z",
"slug": "<string>"
},
"read_type": "<string>",
"start_line": 123,
"summary": "<string>"
},
"sponsors": [
{
"id": "<string>",
"name": "<string>",
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
}
}
]
}
],
"sponsors": [
{
"ad_count": 123,
"episode_count": 123,
"sponsor": {
"id": "<string>",
"name": "<string>",
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
}
},
"last_seen_at": "2023-11-07T05:31:56Z"
}
],
"last_seen_at": "2023-11-07T05:31:56Z"
}
],
"has_more": true,
"sponsors": [
{
"ad_count": 123,
"episode_count": 123,
"sponsor": {
"id": "<string>",
"name": "<string>",
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
}
},
"last_seen_at": "2023-11-07T05:31:56Z"
}
],
"cursor": "<string>",
"facets": {
"podcast_count": 123,
"podcasts": [
{
"ad_count": 123,
"podcast": {
"id": "<string>",
"title": "<string>",
"publisher": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"slug": "<string>"
}
}
],
"publisher_count": 123,
"publishers": [
{
"ad_count": 123,
"podcast_count": 123,
"publisher": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
}
}
]
}
}{
"detail": "Property foo is required but is missing.",
"error_code": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"resolve": {
"message": "<string>",
"action": "<string>",
"endpoint": "<string>",
"method": "<string>",
"url": "<string>"
},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Company slug (e.g. 'apple'), domain (e.g. 'apple.com'), or ID
Query Parameters
Results per page
1 <= x <= 24Opaque pagination cursor from a previous response
Optional sponsor ID. Keeps the company constraint while narrowing rows to this sponsor identity.
Optional podcast ID, slug, or Apple/iTunes collection ID. Filters rich rows without narrowing facets.
Optional publisher ID or slug. Filters rich rows without narrowing facets.
Include exhaustive lightweight Show and Network filter metadata. Honored only on cursorless requests.
Include recent ad segment previews per podcast. Disable for count-only consumers to skip preview hydration.
Maximum previews per podcast when include_previews is enabled.
1 <= x <= 8Only include ads from episodes published on or after this ISO 8601 date or date-time
"2025-01-01T00:00:00Z"
Only include ads before this ISO 8601 date-time. A bare date includes that whole UTC day.
"2026-01-01"
Response
OK
Podcasts ranked by company ad count
Show child attributes
Show child attributes
Whether more ranked podcasts exist
Complete date-scoped sponsor roster for this company
Show child attributes
Show child attributes
Pass to the next request for more podcasts
Exhaustive Show and Network filter metadata, present only when requested on a cursorless request
Show child attributes
Show child attributes
Was this page helpful?