POST
/
instagram_user_posts
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/instagram_user_posts \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "username": "<string>",
  "pagination_token": "<string>"
}'

Headers

apikey
string
required

Scrapeasap API Key

Body

application/json
username
string
required

The username, ID, or URL of the Instagram profile.

pagination_token
string

Pagination token to fetch the next page of results.

Response

200

username posts retrieved successfully.