---
title: "POST /api/v2/podcasts/search"
method: POST
path: "/api/v2/podcasts/search"
tags: ["API-v2"]
---

# POST /api/v2/podcasts/search

`POST /api/v2/podcasts/search`

Search podcasts

## Request body

- PodcastSearchParams — Podcast search params
  - `query` string
  - `filters` PodcastFilters — Filters for podcast search
    - `country` string[]
    - `language` string[]
    - `category` string[]
    - `podcastType` 'podcasts' | 'shows'
  - `hitsPerPage` integer
  - `page` integer

## Response `200`

OK

---

[API](https://skmtc.net/zeno/apis/aggregators-api-service.md) · [All operations](https://skmtc.net/zeno/apis/aggregators-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeno/aggregators-api-service/revisions/cf4d10f16c63/schema)
