public

Find public posts by topic

Search public posts by topic keyword or hashtag through an anonymous web search; no connected account is needed. Each returned post can be mined for people with collect_engagers.

post/public/post-search

Request body

querystring required

Topic keyword or hashtag to search posts for.

limitinteger

Target number of posts.

moreboolean

Continue past what an earlier call on this same ask already returned, instead of returning it again. What counts as already returned is kept server side.

Response

Matched posts

source'public' required
providerstring required

The search provider that answered.

querystring required

The exact query sent, so a thin result set can be read rather than guessed at.

moreAvailableboolean required

Whether asking again with more can still reach rows you have not seen. False means this ask is walked out; say so and do not call more again.

duplicatesinteger

Rows a continuation re-reached and dropped as already delivered. Normal bookkeeping, never a failure.

Changes