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

Headers

apikey
string
required

Scrapeasap API Key

Body

application/json
username
string

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

Response

200

User profile data retrieved successfully.