Search Reels
Discovers public Instagram reels through web indexing with bounded page traversal and optional enrichment.
Capability ID
instagram.reels.search
Cost
1 credit per request
Maximum runtime
120 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
enrich |
boolean |
Optional | Fetch current Instagram oEmbed data for each discovered result |
limit |
integer |
Optional | |
max_pages |
integer |
Optional | |
page |
integer |
Optional | |
query |
string |
Required |
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.