Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve a specific Instagram post by user ID and post ID API Playground
Returns the media details of a specific post from an Instagram user.
GETapiKey8 credits/requestinstagram.postResponseDocInstagram
Endpoint details
Returns the media details of a specific post from an Instagram user.
- Method
- GET
- Path
- /instagram/post/{id}/{post_id}
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- Parameters
- 3 documented fields
Request parameters
id:pathpost_id:pathx-api-key:header
Response schema fields
codedatadata.accessibility_captiondata.captiondata.caption.created_atdata.caption.pkdata.caption.textdata.clips_metadatadata.clips_metadata.audio_typedata.clips_metadata.is_shared_to_fbdata.clips_metadata.original_sound_infodata.clips_metadata.original_sound_info.audio_asset_id
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"code": "DNBxHTZRigP",
"pk": "3693449175561021455",
"id": "3693449175561021455_1067259270",
"taken_at": 1754513605,
"product_type": "clips",
"media_type": 2
}
}cURL example
curl "https://api.crawlora.net/api/v1/instagram/post/<id>/<post_id>" \
-H "x-api-key: <api-key>"