Profile › Reels
Returns a page or profile's reels, each with a reel id, description, thumbnail, permalink, publish time, and a rounded public view count.
Use it for a cheap reel listing; when you need exact views plus likes, comments, and shares, use profile/reels/full instead.
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
Full URL of the Facebook page or profile
To paginate through to the next page
Keep only reels published in the last N days (1 to 3650) and stop pagination once a page reaches older reels. Does not change the price of a page.
1 <= value <= 3650Response 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/facebook/profile/reels?url=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}Profile › Reels › Full GET
Returns a page's reels with exact per-reel engagement merged in: views, likes, comments, and shares, plus each reel's id, thumbnail, and link. Use it instead of profile/reels when the numbers matter, since that list carries only a rounded view count and no likes or comments. **Metered: 100–500 credits.** We reserve the ceiling when the call starts and charge what it actually used when it finishes. Re-running the exact same call within 6h is free. Paginates by `cursor` — see [Pagination](/docs/pagination).
Profile GET
Returns a Facebook page's public profile: page id, display name, profile image, bio, follower count, and page-like count. Use it when you have a page URL and want a quick snapshot before pulling that page's posts, photos, or reels. **20 credits** per call. Re-running the exact same call within 24h is free.