Social & Creator Platforms3 active endpointsapiKey

Instagram scraping API

Turn Instagram public data into structured inputs for social listening and creator research.

Fetch Instagram profile, post, and search signals with documented web scraping API endpoints.

Endpoint families

3

Documented params

8

Examples

3

Live catalog snapshot

Instagram coverage

Active endpoints

3

Methods

GET

Required params

7

Schema refs

3

Post1
Profile1
Reels1
{
  "platform": "Instagram",
  "endpoint": "instagram-post",
  "method": "GET",
  "path": "/instagram/post/{id}/{post_id}",
  "auth": "apiKey"
}

Use cases

Workflows that fit Instagram

Fetch Instagram profile, post, and search signals with documented web scraping API endpoints.

Profile enrichment

Use Instagram endpoints to turn profile enrichment into repeatable API requests with documented inputs and JSON responses.

Post metadata collection

Use Instagram endpoints to turn post metadata collection into repeatable API requests with documented inputs and JSON responses.

Social search workflows

Use Instagram endpoints to turn social search workflows into repeatable API requests with documented inputs and JSON responses.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

1 endpoints

Post

/instagram/post/{id}/{post_id}

GETapiKey
1 endpoints

Profile

/instagram/profile/{username}

GETapiKey
1 endpoints

Reels

/instagram/reels/{id}

GETapiKey

Featured endpoints

Instagram API endpoints

Browse full docs
GETapiKeyexample
/instagram/post/{id}/{post_id}
Details

Retrieve a specific Instagram post by user ID and post ID

Returns the media details of a specific post from an Instagram user.

id:pathpost_id:pathx-api-key:header
GETapiKeyexample
/instagram/profile/{username}
Details

Retrieve an Instagram user profile by username

Returns public profile details for a specified Instagram username.

username:pathx-api-key:header
GETapiKeyexample
/instagram/reels/{id}
Details

Retrieve Instagram Reels for a user

Returns a feed of Instagram Reels for the specified user ID. Supports pagination via `max_id`.

id:pathmax_id:queryx-api-key:header

Related APIs

More social & creator platforms coverage

Start building

Test Instagram endpoints against the same catalog used by Docs.