Instagram basic profile
Profile summary keyed by numeric user id.
Temporarily unavailable. This endpoint is not currently serving requests. Use instagram-profile-v4, which returns the same identity fields.
Costs two calls: Instagram's id-keyed surface returns only a stub, so the id is turned into a handle first.
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-basic-profile-v4" \ -H "Content-Type: application/json" \ -d '{ "userId": "25025320" }'{}