A collection of AI agent skills for web scraping, data extraction, and Actor development on the Apify platform.
Looking for more specialized skills? Check out apify/awesome-skills — a community collection of domain-specific skills for lead generation, brand monitoring, competitor intelligence, and more.
- Ultimate scraper (
apify-ultimate-scraper) — AI-powered web scraper for 55+ platforms including Instagram, Facebook, TikTok, YouTube, Google Maps, Amazon, Walmart, eBay, Booking.com, TripAdvisor, and more. Can also search the Apify Store to find the right Actor for any platform not listed here.
- Actor development (
apify-actor-development) — create, debug, and deploy Apify Actors from scratch in JavaScript, TypeScript, or Python. - Actorization (
apify-actorization) — convert existing projects into Apify Actors. Supports JS/TS (SDK), Python (async context manager), and any language (CLI wrapper). - Generate output schema (
apify-generate-output-schema) — generate output schemas (dataset_schema.json,output_schema.json,key_value_store_schema.json) for an Apify Actor by analyzing its source code.
npx skills add apify/agent-skills# Add the marketplace
/plugin marketplace add https://github.com/apify/agent-skills
# Install a skill
/plugin install apify-ultimate-scraper@apify-agent-skillsAdd to your project's .cursor/settings.json or use the same Claude Code plugin format.
Point your agent to the agents/AGENTS.md file which contains skill descriptions and paths:
# Gemini CLI uses gemini-extension.json automatically
# For Codex, reference agents/AGENTS.md in your configurationAny AI tool that supports Markdown context can use the skills by pointing to:
agents/AGENTS.md- auto-generated skill indexskills/*/SKILL.md- individual skill documentation
- Apify account — apify.com
- API token — get from Apify Console, add
APIFY_TOKEN=your_tokento.env - Node.js 20.6+ (for the scraper skill)
Apify Actors use pay-per-result pricing. Check individual Actor pricing on the Apify platform.