Skip to main content
GET
User Posts
Page through a public user’s posts. Credits: 8 per request

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Instagram handle without the @.

Query Parameters

integer
default:"12"
Page size — how many media items to return this page.
string
Opaque next-page token from a previous response’s next_cursor. Omit for the first page.

Response

Media[]
Media cards — see the Get Media field reference (pk, id, code, taken_at/_utc, media_type, product_type, caption_text, like_count, comment_count, play_count, thumbnail_url, video_url, url, user, resources, …).
integer
Items in this page.
string
Pass back as cursor for the next page (null when exhausted).
boolean
Whether more pages remain.

Example

Response