v2

latestOpenAPI 3.0.3AGPL-3.0 license2026-07-2613501.9 MB
scrapers

Collect posts from a hashtag

Collect posts from a LinkedIn hashtag feed. Pass hashtag name without # prefix. Supports pagination with start/count. Returns parsed post objects.

post/collect/linkedin/hashtag

Request body

hashtagstring required

Hashtag to collect posts from (without #)

startinteger

Pagination offset

countinteger

Number of posts

omitDataboolean

When true, returns only the total count (no posts array). Data is still saved to DB.

Response

Hashtag posts

successtrue required
totalinteger required
hasMoreboolean required
startinteger required

Current pagination offset

nextStartinteger required

Offset for next page of results

creditsUsedinteger required

Credits consumed by this call (0 for free endpoints, cached results, or duplicates).

retryAfterinteger required

Seconds to wait before making another call of the same type. 0 means no wait needed.