Instagram user tagged posts
Posts from a profile's Tagged tab.
Platform limitation. Instagram serves the Tagged tab only to signed-in visitors, so this endpoint cannot return it.
Requires an authenticated session, needs an authenticated session.
What this endpoint cannot do. Instagram serves the Tagged tab only to signed-in sessions. Without one the endpoint returns a 501 rather than an empty list, so an account with tagged posts is never reported as having none.
Instagram publishes a post's view count only for video. Photo and carousel posts return null rather than zero, because zero would be a claim we cannot support.
Share and save counts are visible only to the account that owns a post. No public surface carries them, so we never populate them.
No example response is shown for this endpoint.
Authorization
ApiKeyAuth Your API key. Sent on every request.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/scrapers/instagram-user-tagged-posts-v4" \ -H "Content-Type: application/json" \ -d '{ "user_id": "25025320" }'{}