apify-scraper-builder
Installation
SKILL.md
Apify Scraper Builder
Build production-ready Apify Actors using Node.js/TypeScript and Crawlee.
Crawler Type Decision Tree
| Scenario | Crawler | Why |
|---|---|---|
| Static HTML, no JavaScript | CheerioCrawler | Fastest, lowest memory |
| JavaScript-rendered content | PlaywrightCrawler | Modern, cross-browser |
| Legacy sites, specific Chrome behavior | PuppeteerCrawler | Chrome-specific features |
| Need to handle both static and JS | PlaywrightCrawler | More versatile |
| High-volume scraping (1000s pages) | CheerioCrawler | Best performance |