Search posts with author and content filters.
Try in Playground| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | no | Free-text keyword. |
| sortBy | string | no | Result ordering. Accepted values: relevance (default), date_posted. |
| datePosted | string | no | Recency filter. Accepted values: past-24h, past-week, past-month, past-year. |
| contentType | string | no | Content type filter. Accepted values: videos, photos, jobs, liveVideos, documents, collaborativeArticles. |
| authorCompany | string | no | Author's company — company ID(s), comma-separated. |
| authorIndustry | string | no | Author's industry — industry ID(s), comma-separated. |
| authorJobTitle | string | no | Author's job title. |
| fromMember | string | no | Posts authored by specific member URN(s), comma-separated. |
| fromOrganization | string | no | Posts authored by specific organization ID(s), comma-separated. |
| mentionsMember | string | no | Posts mentioning specific member URN(s). |
| mentionsOrganization | string | no | Posts mentioning specific organization ID(s). |
| start | integer | no | Pagination offset. |
curl -H "X-API-Key: zq_…" \ "https://zooq.dev/api/v1/search/posts"
A worked example for this endpoint is on its way. In the meantime, try it in the Playground with your API key to see the live shape.