SandBase is live — $1 in free credits on signupStart free ›

Instagram modelsapi generation api

instagram/v3/user-posts

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

Input
Forward pagination cursor, from previous response `page_info.end_cursor`
Backward pagination cursor, from previous response `page_info.start_cursor`
Number of posts for first request (default 12)
150
Posts per page for forward pagination (default 12, max 50) Range: 1 to 50.
Posts per page for backward pagination, use with `before`
Username string (e.g. `99brasil`), **NOT numeric user_id**
Idle

Example output — click Run to generate your own

API README

Get user posts

Get user's post list with forward/backward pagination. It is suitable for instagram workflows.

Capability

Get user's post list with forward/backward pagination. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Enrich profiles, accounts, and business records with structured context.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models