apify-actor
Installation
SKILL.md
Apify Actor Development
Build serverless Apify actors for web scraping, browser automation, and data extraction using Python.
Prerequisites & Setup (MANDATORY)
Before creating or modifying actors, verify that apify CLI is installed:
Run apify --help.
If it is not installed, you can run:
curl -fsSL https://apify.com/install-cli.sh | bash
# Or (Mac): brew install apify-cli
# Or (Windows): irm https://apify.com/install-cli.ps1 | iex
# Or: npm install -g apify-cli