Instagram Profile Post Count API

Gets the total number of posts on an Instagram profile

1 creditper request
GET
/v1/instagram/profile/post-count
curl "https://api.scrapecreators.com/v1/instagram/profile/post-count" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 100,
  "credits_charged": 1,
  "data": {
    "handle": "lifestyleperfume",
    "media_count": 2774
  }
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

handle
string
required

Instagram handle

Example:
lifestyleperfume

Response Field Explanations

data.handle
Instagram handle
data.media_count
Total number of posts shown on the profile