Crawlzodocs

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.

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.

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.

On this page