/instagram/post/{id}/{post_id}apiKey8 credits/requestRetrieve a specific Instagram post by user ID and post ID
Returns the media details of a specific post from an Instagram user.
Required params: id:path, post_id:path
API Reference
Use Crawlora's Instagram API endpoints to extract supported public Instagram data as structured JSON. This documentation covers 3 active endpoints including Retrieve a specific Instagram post by user ID and post ID, Retrieve an Instagram user profile by username, Retrieve Instagram Reels for a user. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as id, post_id, username, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/instagram/post/example/%3Cpost_id%3E" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/instagram/post/{id}/{post_id}apiKey8 credits/requestReturns the media details of a specific post from an Instagram user.
Required params: id:path, post_id:path
/instagram/profile/{username}apiKey8 credits/requestReturns public profile details for a specified Instagram username.
Required params: username:path
/instagram/reels/{id}apiKey8 credits/requestReturns a feed of Instagram Reels for the specified user ID. Supports pagination via `max_id`.
Required params: id:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Retrieve a specific Instagram post by user ID and post ID | /instagram/post/{id}/{post_id} | GET | 8 credits/request | id:path, post_id:path | View docs | Try endpoint |
| Retrieve an Instagram user profile by username | /instagram/profile/{username} | GET | 8 credits/request | username:path | View docs | Try endpoint |
| Retrieve Instagram Reels for a user | /instagram/reels/{id} | GET | 8 credits/request | id:path | View docs | Try endpoint |