Crawlee JavaScript SDK

The Crawlee JavaScript SDK is a Node.js/TypeScript library for building reliable web scrapers and crawlers. It provides a family of crawler classes - BasicCrawler, HttpCrawler, CheerioCrawler, JSDOMCrawler, LinkeDOMCrawler, PuppeteerCrawler, PlaywrightCrawler, and AdaptivePlaywrightCrawler - along with shared infrastructure for AutoscaledPool resource management, proxy rotation, session pooling, RequestQueue task queuing, Dataset result storage, and KeyValueStore unstructured data persistence. Crawlee handles retries, error recovery, request fingerprinting, and statistics tracking out of the box, allowing developers to focus on extraction logic.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/crawlee-javascript-sdk"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: crawlee:crawlee-javascript-sdk
name: Crawlee JavaScript SDK
description: The Crawlee JavaScript SDK is a Node.js/TypeScript library for building reliable web scrapers
  and crawlers. It provides a family of crawler classes - BasicCrawler, HttpCrawler, CheerioCrawler, JSDOMCrawler,
  LinkeDOMCrawler, PuppeteerCrawler, PlaywrightCrawler, and AdaptivePlaywrightCrawler - along with shared
  infrastructure for AutoscaledPool resource management, proxy rotation, session pooling, RequestQueue
  task queuing, Dataset result storage, and KeyValueStore unstructured data persistence. Crawlee handles
  retries, error recovery, request fingerprinting, and statistics tracking out of the box, allowing developers
  to focus on extraction logic.
humanURL: https://crawlee.dev/js
properties:
- type: Documentation
  url: https://crawlee.dev/js
- type: Reference
  url: https://crawlee.dev/js/api
- type: GettingStarted
  url: https://crawlee.dev/js/docs/quick-start
- type: GitHubRepository
  url: https://github.com/apify/crawlee
- type: NpmPackage
  url: https://www.npmjs.com/package/crawlee
tags:
- Browser Automation
- Cheerio
- JavaScript
- Node.js
- Playwright
- Puppeteer
- Scraping
- TypeScript