Get Age and Gender

Get age and gender of creator. This uses AI to analyze the profile image. *The profile photo must have a clear face to get an accurate result.*

1 creditper request
GET
/v1/detect-age-gender
curl "https://api.scrapecreators.com/v1/detect-age-gender" \
  -H "x-api-key: "
{
  "ageRange": {
    "low": 23,
    "high": 29
  },
  "gender": "Male",
  "confidence": {
    "gender": 82.51082611083984
  }
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

url
string
required

URL to users social profile

Example:
https://twitter.com/levelsio