← back
Scrape Creators

Scrape Creators

100

Real-time social media scraping API with 107 endpoints across 27+ platforms — extract profiles, posts, comments, and metrics from TikTok, Instagram, YouTube, X, and more as clean JSON.

OpenAPI SpecAPI KeyPay-as-you-goJSONBot Blocking: NoneNo CCsocial-mediatiktokinstagramyoutubetwitterlinkedinredditcreator-datareal-timeno-rate-limit

Pros

  • + 107 endpoints across 27+ platforms — broadest social media coverage in a single API
  • + No rate limits, no throttling, unlimited concurrency — ideal for agent batch workloads
  • + Simple 1-credit-per-request pricing with credits that never expire
  • + Clean JSON responses in 2-4 seconds, no HTML parsing needed
  • + OpenAPI spec available; n8n community node for workflow automation

Cons

  • - Social media only — no general web scraping capability
  • - No official Python or JS SDK; agents must use raw HTTP requests
  • - Free tier is only 100 one-time credits — essentially a trial
  • - Newer service with limited independent reviews and smaller community

Integration

example.py
import requests
headers = {    "x-api-key": "your-api-key"}response = requests.get(    "https://api.scrapecreators.com/v1/tiktok/profile",    headers=headers,    params={"handle": "charlidamelio"})print(response.json())

Details

Category
Web Scraping
Pricing
Pay-as-you-go
Free Tier
100 free credits (one-time), 1 credit per request, no credit card required
Rate Limit
No per-minute caps or throttling — unlimited concurrent requests
Verified
2026-03-31

Score Breakdown

Base +50
OpenAPI Spec (Yes) +15
Auth Complexity (API Key) +10
Response Format (JSON) +10
Bot Blocking (None) +10
No Credit Card (Yes) +5
Completely Free (No) 0
Total 100

Related APIs in Web Scraping