Docs
Log in
How scrapers work

Scrapers ride on the Crawling API. Add &scraper=NAME to any Crawling API call and you get parsed JSON back instead of raw HTML. Same token, same rate limits, same retries — different shape of response.

Quickstart

curl 'https://api.crawlbase.com/?token=YOUR_TOKEN' \
  --data-urlencode 'url=https://www.amazon.com/dp/B08N5WRWNW' \
  --data-urlencode 'scraper=amazon-product-details' -G

Browse the catalog

Each scraper has its own page with input format, output schema, and code samples in multiple languages. Click any name below to view full details.

Amazon

Product details, search results, reviews, best sellers, new releases.

Google

Search engine results pages with all SERP features, plus Shopping product offers.

Facebook

Public groups, pages, profiles, hashtags, events. JS token recommended.

Instagram

Reels, posts, profiles, hashtags, audio aggregations. JS token recommended.

TikTok

Shop, products, profiles. Reviews, pricing, seller metrics, related videos.

Shein

LinkedIn

Profiles, companies, public feeds. Get experience, education, skills, employee counts, and more.

Quora

Airbnb

eBay

AliExpress

Bing

Immobilienscout24

Walmart

Best Buy

G2

Eventbrite

Generic

Site-agnostic extractors that work on any URL.

Don't see what you need?

For unsupported sites, you can always use the Crawling API without a scraper to get the full HTML and parse it yourself. New scrapers ship monthly — contact support if you have a specific request.