Companies/Get All Company Posts
GET
/api/company/{identifier}/posts/allGet All Company Posts
Fetch all posts from a company up to a maximum limit. Automatically handles pagination.
5 credits
Authentication required
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | Required | Company ID, universal name, or URL |
| max_posts | integer | Optional | Maximum posts to fetch (max 500)Default: 100 |
| count | integer | Optional | Results 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"