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

Choose one catalog endpoint for this request.

3 shown
GETapiKey8 credits/requestinstagram.postResponseDocInstagram
GET /instagram/post/{id}/{post_id}

Retrieve a specific Instagram post by user ID and post ID

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

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "code": "DNBxHTZRigP",
    "pk": "3693449175561021455",
    "id": "3693449175561021455_1067259270",
    "taken_at": 1754513605,
    "product_type": "clips",
    "media_type": 2
  }
}

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
Instagram
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>"