Get most used routes

See which endpoints you use the most

1 creditper request
GET
/v1/account/get-most-used-routes
curl "https://api.scrapecreators.com/v1/account/get-most-used-routes" \
  -H "x-api-key: "
[
  {
    "base_endpoint": "/v1/tiktok/profile",
    "call_count": "45",
    "total_credits": "45"
  },
  {
    "base_endpoint": "/v3/tiktok/profile/videos",
    "call_count": "11",
    "total_credits": "11"
  },
  {
    "base_endpoint": "/v2/tiktok/video",
    "call_count": "4",
    "total_credits": "40"
  }
]

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

start_time
string

Start of time range (ISO 8601 format)

Example:
2025-04-01T00:00:00.000Z
end_time
string

End of time range (ISO 8601 format)

Example:
2025-04-15T23:59:59.000Z