{"openapi":"3.1.0","info":{"title":"Scrape Creators API","description":"The easiest way to scrape public social media data at scale. Extract profiles, posts, videos, comments, and more from TikTok, Instagram, YouTube, Twitter, LinkedIn, Facebook, Reddit, and 27+ platforms.","version":"1.0.0","contact":{"name":"Scrape Creators","url":"https://scrapecreators.com","email":"support@scrapecreators.com"}},"servers":[{"url":"https://api.scrapecreators.com","description":"Production server"}],"security":[{"apiKeyAuth":[]}],"tags":[{"name":"Scrape Creators","description":"For Scrape Creators customers"}],"paths":{"/v1/account/get-most-used-routes":{"get":{"tags":["Scrape Creators"],"summary":"Get most used routes","description":"Returns your top 20 most called API endpoints ranked by call count, along with total credits consumed per endpoint. Defaults to the last 24 hours. Supports custom time ranges up to 1 year.","parameters":[{"name":"start_time","in":"query","required":false,"description":"Start of time range (ISO 8601 format)","schema":{"type":"string"},"example":"2025-04-01T00:00:00.000Z"},{"name":"end_time","in":"query","required":false,"description":"End of time range (ISO 8601 format)","schema":{"type":"string"},"example":"2025-04-15T23:59:59.000Z"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":[{"base_endpoint":"/v1/tiktok/profile","call_count":"45","total_credits":"45"}]}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}