Overview
Structured data from the public web.
Send a URL or a handle, get back clean JSON. No headless browsers to run, and no parsers to keep fixing when a platform changes its markup.
Quickstart
Make your first call in a couple of minutes.
API reference
All 133 endpoints, grouped by platform.
Errors and retries
Read this before you write a retry loop.
Production checklist
What to have in place before real traffic.
Your first request
curl -X POST 'https://scrape.crawlzo.com/v1/scrapers/tiktok-user-info-v4' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"unique_id": "nasa"}'Every endpoint returns the same outer shape, so one parser handles all of them. The response envelope guide covers each field.
What is covered
133 endpoints across 25 platforms.
Social platforms
Instagram, TikTok, YouTube, Facebook, X, LinkedIn, Reddit, Snapchat, Discord. 88 endpoints.
Chinese platforms
Weibo, Douyin, Xiaohongshu. 9 endpoints.
Search and news
Google Search, Google News, AI answer engines. 9 endpoints.
Maps and local
Google Maps, Zomato, Swiggy. 9 endpoints.
App stores
Apple App Store, Google Play. 8 endpoints.
Retail
Walmart, Flipkart, Myntra. 5 endpoints.
Reviews and web data
MouthShut, SpyFu. 5 endpoints.
About these pages
The parameters listed for each endpoint are generated from the same definitions the API validates your requests against, so they match what it accepts.
Example responses are real output, shortened where a list or a string would otherwise run long. Nowhere on these pages is a response made up to illustrate a point.