GET /v1/instagram/v3/get_user_tagged_posts
Get user tagged posts
stable · 11 credits per success
Get Instagram user's tagged posts list;Posts where other users tagged this user;Support pagination;username: Instagram username (required);first: Posts 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: Posts per page…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| last | integer | query | no | 向前翻页时每页数量 | demo |
| after | string | query | no | 向后翻页游标(end_cursor) | demo |
| count | integer | query | no | 首次请求数量 | 20 |
| first | integer | query | no | 向后翻页时每页数量 | demo |
| before | string | query | no | 向前翻页游标(start_cursor) | demo |
| username | string | query | yes | 用户名 |
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.