Skip to main content
MethodEndpointParameters
GET/instagram/userusername
GET/instagram/searchquery, count (default 10)
GET/instagram/followersusername, max_id (optional)
GET/instagram/followingusername, max_id (optional)
GET/instagram/postsusername, max_id (optional), count (default 12)
curl -H "Authorization: Bearer <key>" "https://api.scrape.rocks/instagram/user?username=leomessi"
Response
{
  "id": "4275538903",
  "username": "leomessi",
  "full_name": "Leo Messi",
  "biography": "FOOTBALL PLAYER",
  "external_url": "https://...",
  "profile_pic_url": "https://...",
  "followers": 480000000,
  "following": 250,
  "posts": 950,
  "is_private": false,
  "is_verified": true,
  "is_business": true,
  "category_name": "Athlete"
}