Search
GET

/api/v1/search/posts

10 credits

Search posts with author and content filters.

Try in Playground

Parameters

NameTypeRequiredDescription
keywordstringnoFree-text keyword.
sortBystringnoResult ordering. Accepted values: relevance (default), date_posted.
datePostedstringnoRecency filter. Accepted values: past-24h, past-week, past-month, past-year.
contentTypestringnoContent type filter. Accepted values: videos, photos, jobs, liveVideos, documents, collaborativeArticles.
authorCompanystringnoAuthor's company — company ID(s), comma-separated.
authorIndustrystringnoAuthor's industry — industry ID(s), comma-separated.
authorJobTitlestringnoAuthor's job title.
fromMemberstringnoPosts authored by specific member URN(s), comma-separated.
fromOrganizationstringnoPosts authored by specific organization ID(s), comma-separated.
mentionsMemberstringnoPosts mentioning specific member URN(s).
mentionsOrganizationstringnoPosts mentioning specific organization ID(s).
startintegernoPagination offset.

Example request

curl -H "X-API-Key: zq_…" \
  "https://zooq.dev/api/v1/search/posts"

Example response

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.