GET /v1/instagram/v3/general_search
General search (with pagination)
stable · 11 credits per success
Instagram general search API (with pagination);Support pagination via next_max_id to fetch more search results;Returns blended results of users, hashtags, places, etc.;query: Search keyword;next_max_id: Pagination ID, omit for first request, get from previous response `data.next_max_id`;rank_token: Rank token, omit for first request, get from previous response `data.rank_token`;enable_metadata: E…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| query | string | query | yes | 搜索关键词 | justin |
| rank_token | string | query | no | 排序token,首次请求不传,从上一次响应获取 | demo |
| next_max_id | string | query | no | 分页ID,首次请求不传,从上一次响应的next_max_id获取 | demo |
| enable_metadata | boolean | query | no | 是否启用元数据 | demo |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 11 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.