Creator Scraper API
Creator Scraper is an in-house social media scraping API that provides structured data from Instagram profiles, posts, and comments through a simple REST interface.What it does
- Profile data — follower counts, bios, verification status, contact info
- Posts — captions, engagement metrics, media URLs, hashtags, tagged users
- Comments — text, usernames, timestamps, like counts
- Reliable delivery — automatic retries, proxy rotation, and caching
How it works
- Your application sends a request with an API key
- The API checks credits and rate limits, then enqueues a scrape job
- A worker picks up the job, scrapes Instagram through residential proxies
- Results are cached in Redis and persisted to Postgres
- The API returns structured JSON data
Key features
Credit-based billing
Each endpoint has a fixed credit cost. Check your balance anytime via the API.
Automatic caching
Responses are cached (profiles 1hr, posts 15min, comments 5min) for fast repeat requests.
Residential proxies
All requests route through Decodo residential proxies with automatic rotation.
Rate limiting
Per-key rate limits protect your account and ensure fair usage.
Supported platforms
| Platform | Status |
|---|---|
| Available | |
| TikTok | Coming soon |