Companies/Get All Company Posts
GET/api/company/{identifier}/posts/all

Get All Company Posts

Fetch all posts from a company up to a maximum limit. Automatically handles pagination.

5 credits
Authentication required
Parameters
NameTypeRequiredDescription
identifierstringRequiredCompany ID, universal name, or URL
max_postsintegerOptionalMaximum posts to fetch (max 500)Default: 100
countintegerOptionalResults per page (max 50)Default: 10
Try it out

No API keys found. Create a key to use the playground.

Company ID, universal name, or URL

Maximum posts to fetch (max 500)

Results per page (max 50)

Code Examples
curl -X GET "https://api.heyscraper.io/api/company/<identifier>/posts/all" \
  -H "X-API-Key: hs_live_your_api_key"