Skip to main content

Instagram

Use the Instagram endpoints to collect public data for posts, reels, search discovery, and follower statistics.

Available Endpoints

APIMethodEndpoint
Instagram PostsPOST/v1/instagram/posts
Instagram ReelsPOST/v1/instagram/reels
Instagram SearchPOST/v1/instagram/search
Instagram Followers CountPOST/v1/instagram/followers-count

Workflow

1

Submit

Send a request to an Instagram endpoint.
2

Receive task ID

The API returns a task_id immediately.
3

Check status

Poll GET /v1/tasks/{task_id} until the task reaches succeeded or failed.
4

Read data

When the task succeeds, /v1/tasks/{task_id} returns normalized rows under results. Download raw JSONL from files when needed.