Instagram modelsapi generation api

instagram/v3/user-posts

Get user's post list with forward/backward pagination

Input
Idle

Example output — click Run to generate your own

API README

Get user posts

Purpose:

  • Get user's post list with forward/backward pagination

Parameters:

  • username: Username string (e.g. 99brasil), NOT numeric user_id
  • first: Posts per page for forward pagination (default 12, max 50)
  • after: Forward pagination cursor, from previous response page_info.end_cursor
  • before: Backward pagination cursor, from previous response page_info.start_cursor
  • last: Posts per page for backward pagination, use with before
  • count: Number of posts for first request (default 12)

Pagination:

  • Forward: Use first + after
  • Backward: Use last + before

Price:

  • 0.008 USD/request
GET /get_user_posts?username=99brasil&first=12

GET /get_user_posts?username=99brasil&first=12&after=QVFCcmN1YlF...

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models