GET /v1/instagram/v3/get_user_reels
Get user reels
stable · 11 credits per success
Get Instagram user's Reels list;Support pagination to fetch all user's Reels;username: Instagram username (required);first: Reels per page for forward pagination (default 12, max 50);after: Forward pagination cursor, from previous response `data.page_info.end_cursor`;before: Backward pagination cursor, from previous response `data.page_info.start_cursor`;last: Reels per page for backward paginati…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| last | integer | query | no | 向前翻页时每页数量 | demo |
| after | string | query | no | 向后翻页游标(end_cursor) | demo |
| first | integer | query | no | 向后翻页时每页数量 | demo |
| before | string | query | no | 向前翻页游标(start_cursor) | demo |
| username | string | query | yes | 用户名 | |
| page_size | integer | 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.