crawlbaseDocs
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/1098145356' \
  --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.

LinkedIn

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

Quora

Airbnb

eBay

AliExpress

Galaxus

Bing

Immobilienscout24

Walmart

Best Buy

G2

Eventbrite

GitHub

Developer-platform scrapers for GitHub - repository pages, repository search results, and user or organization profiles. See the Developer category for an overview.

Reddit

Community-platform scrapers for Reddit - subreddit listings, search results, and single posts with their comment trees. See the Social Media category for an overview.

Booking.com

Travel and hospitality scrapers for Booking.com - search-results listings and single hotel pages with pricing, review scores, and facilities. See the Travel, Events & Real Estate category for an overview.

Product Hunt

Product Hunt scrapers - daily and weekly leaderboards, and individual product pages with upvotes, makers, topics, and reviews. See the Reviews & Q&A category for an overview.

Stack Exchange

Stack Exchange scrapers - question, tag, and search listings, and single question threads with every answer and comment, across the whole Stack Exchange network.

Exercism

Developer-platform scrapers for Exercism - track exercise listings, single exercise instructions, community-solution listings, and single published solutions. See the Developer category for an overview.

OLX

Classifieds-marketplace scrapers for OLX - search/category results pages and single ad pages, across the shared frontend (olx.pl, olx.ua, olx.pt, olx.ro, olx.bg, olx.kz, olx.uz). See the E-commerce category for an overview.

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.