Audio › Reels
Returns reels that use one specific audio track, each with its engagement counts and the account that posted it.
Use it after search/music or music/trending: pass the audio_id to see who is posting with that sound.
20 credits per call.
Re-running the exact same call within 6h is free.
Paginates by cursor — see Pagination.
Authorization
apiKey Your key from the dashboard. It starts with isk_.
In: header
Query Parameters
Instagram audio ID: the numeric id from an instagram.com/reels/audio/{audio_id}/ URL
Pagination cursor from the previous response
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/instagram/audio/reels?audio_id=string"{ "success": true, "platform": "instagram", "endpoint": "/v1/instagram/profile/posts", "data": { "items": [ "…" ], "dropped": 0 }, "pagination": { "next_cursor": "is2.eyJwIjoyfQ", "has_more": true, "page_size": 12 }, "credits_used": 20, "credits_remaining": 9980, "request_id": "req_1a2b3c4d5e6f", "cached": false, "idempotent_replay": false, "charge_reason": "miss", "free_call": false}Search › Videos GET
Returns public Facebook videos matching a keyword, each with video id, caption, permalink, thumbnail, and author. Use it to find videos by phrase. View counts on this card are a display string and are not parsed into engagement.views. **20 credits** per call. Re-running the exact same call within 1h is free. Paginates by `cursor` — see [Pagination](/docs/pagination).
Basic Profile GET
Returns a minimal Instagram profile looked up by numeric user id: username, full name, and profile picture. Use it when all you have is a numeric user id and only need the name and avatar; use profile for bio, follower counts, and verification. **20 credits** per call. Re-running the exact same call within 24h is free.