APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →
Crawlee Alternatives
Similar projects and alternatives to crawlee
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
SheetJS js-xlsx
📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs
-
-
-
undetected-chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
-
-
-
-
crawlee-python
Crawlee—A web scraping and browser automation library for Python to build reliable crawlers. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with Parsel, BeautifulSoup, Playwright, and raw HTTP. Both headful and headless mode. With proxy rotation.
-
-
github-star-search
A CLI that search your github starred repositories offline through README , description and other fields.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
crawlee discussion
crawlee reviews and mentions
-
Svipall alternatives - firecrawl, crawl4ai, Scrapling, reader, and playwright-mcp
9 projects | 12 Sep 2026
Crawlee is a Node library for building scrapers with browser automation and proxy handling. Svipall is not a library: it is a server and CLI an agent calls, with bounded crawls and output written straight to CSV, JSON or Markdown files.
- prefill and default look the same in Console. Only one of them lets an agent skip your required field.
-
Fingerprinting a website's tech stack from a single HTTP request (no headless browser)
One plain HTTP fetch of the homepage via Crawlee's CheerioCrawler, then check three things against a signature table:
-
hasdata-cli VS crawlee - a user suggested alternative
2 projects | 4 Jun 2026
-
Five overlooked packages running my AI directory stack
I haven't shipped Crawlee yet, but it's been on my bookmarks list since I started building the itch.io ETL. My current approach is fetch + manual parsing, which works for known endpoints. Crawlee adds request queue persistence, rate limiting, and a cheerio integration for HTML extraction, all in TypeScript with native ESM support.
-
I Built 34 Web Scrapers — Here's What I Learned About Anti-Bot Detection
After trying Scrapy, Playwright, raw Axios, and half a dozen other tools, I settled on Crawlee with Puppeteer. Here's why:
-
I Built 23 Free Web Scrapers on Apify — Here is What I Learned
If you aren't using Crawlee, you're playing on hard mode. It’s the engine behind all my scrapers. It handles the boring stuff—request retries, proxy rotation, and session management—so I can focus on the parsing logic. The CheerioCrawler is my favorite for speed, while PlaywrightCrawler is my heavy hitter for dynamic sites.
-
How to Scrape Made-in-China.com for B2B Product Data
Here's a working scraper using Crawlee (CheerioCrawler) that extracts product data from search results:
-
How to Bypass reCAPTCHA and Turnstile in Crawlee with CapSolver
Crawlee is a powerful, open-source web scraping and browser automation library for Node.js. It's built to create reliable, production-ready crawlers that can mimic human behavior and evade basic bot detection.
-
How I Block All 26M of Your Curl Requests
What I have seen it is hard to tell what "serious scrapers" use. They use many things. Some use this, some not. This is what I have learned reading webscraping on reddit. Nobody speaks things like that out loud.
There are many tools, see links below
Personally I think that running selenium can be a bottle neck, as it does not play nice, sometimes processes break, even system sometimes requires restart because of things blocked, can be memory hog, etc. etc. That is my experience.
To be able to scale I think you have to have your own implementation. Serious scrapers complain about people using selenium, or derivatives as noobs, who will come back asking why page X does not work in scraping mechanisms.
https://github.com/lexiforest/curl_cffi
https://github.com/encode/httpx
https://github.com/scrapy/scrapy
https://github.com/apify/crawlee
-
A note from our sponsor - AppSignal
www.appsignal.com | 12 Sep 2026
Stats
apify/crawlee is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of crawlee is TypeScript.