apify-scraper-builder

Community

Build production Apify Actors with Crawlee.

Authordvorkinguy
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides you in building production-ready Apify Actors using Crawlee, including crawler type decisions, project scaffolding, input schemas, Dockerfiles, and deployment steps.

Core Features & Use Cases

  • Step-by-step Actor creation workflow (initialize project, .actor structure, Dockerfile)
  • Input schema generation from descriptions (generate_input_schema.py)
  • Crawlee patterns/templates for Cheerio, Playwright, and Puppeteer crawlers
  • Deployment, testing, and validation workflows

Quick Start

Initialize a new Actor with: python scripts/init_actor.py <name> --type <cheerio|playwright|puppeteer>, then customize files, validate with python scripts/validate_actor.py, and deploy via Apify CLI.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: apify-scraper-builder
Download link: https://github.com/dvorkinguy/claude-skills-agents/archive/main.zip#apify-scraper-builder

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository