> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thepublive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Posts

> [DEPRECATED] Search posts

<Warning>
  **Deprecated:** Use `/posts/?title__contains={search_term}` instead. See [Post Listing](/dxp/api-reference/content-delivery/post-listing).
</Warning>

`GET` `https://cds.thepublive.com/publisher/{publisher_id}/search/`

Searches posts by keyword.

#### Migration

```bash theme={null}
# Old (deprecated)
GET /search/?q=budget

# New (recommended)
GET /posts/?title__contains=budget
```

The new endpoint supports additional operators like `__eq`, `__in`, `__gte`, `__lte` for more precise filtering.
