API Group

Instagram API endpoints

3 Instagram API endpoints for web scraping workflows, with REST paths, authentication requirements, parameters, examples, and MCP tool metadata where supported.

GET/instagram/post/{id}/{post_id}apiKey8 credits/request

Retrieve a specific Instagram post by user ID and post ID

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

Params: id:path, post_id:path, x-api-key:header

GET/instagram/profile/{username}apiKey8 credits/request

Retrieve an Instagram user profile by username

Returns public profile details for a specified Instagram username.

Params: username:path, x-api-key:header

GET/instagram/reels/{id}apiKey8 credits/request

Retrieve Instagram Reels for a user

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

Params: id:path, max_id:query, x-api-key:header

Back to docs