apify-ultimate-scraper
Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, LinkedIn, X/Twitter, Google Maps, Google Search, Google Trends, Reddit, Airbnb, Yelp, and 15+ more platforms. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research, content analytics, audience analysis, review analysis, SEO intelligence, recruitment, or any data extraction task.
Install
npx skills add apify/agent-skills@apify-ultimate-scraperRuns in your terminal. Adds the skill globally for Claude Code, Cursor, Codex and others; add -g -y to skip prompts.
What it does
Universal web scraper AI-driven data extraction from ~100 Actors across 15+ platforms via the Apify CLI. Rules for every apify command: 1. Pass --json for machine-readable output (stable across CLI versions). 2. Pass --user-agent apify-agent-skills/apify-ultimate-scraper for telemetry attribution. 3. Redirect stderr with 2/dev/null (stderr contains progress messages that break JSON parsers). Prerequisites - Apify CLI v1.5.0+ (npm install -g apify-cli) - Authenticated session (see below) Authentication If a CLI command fails with an auth error, authenticate using one of these methods: 1. OAuth…
Excerpt from the skill's own SKILL.md. Read the full file on GitHub before installing: skills run with your agent's permissions.
View source on GitHubBefore you install
Skills are plain text instructions the agent follows, sometimes with scripts. Check the source, prefer repositories with many installs and stars, and read any script it ships.
Categories
Related skills
- apify-actor-development
apify/agent-skills
Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code.
10K installs 2.4KDeploy & DevOpsDataAI & agents - apify-actorization
apify/agent-skills
Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.
9.6K installs 2.4KTestingDeploy & DevOpsPython - apify-generate-output-schema
apify/agent-skills
Generate output schemas (dataset_schema.json, output_schema.json, key_value_store_schema.json) for an Apify Actor by analyzing its source code. Use when creating or updating Actor output schemas.
7.4K installs 2.4KData - apify-sdk-integration
apify/agent-skills
Integrate Apify into an existing JavaScript/TypeScript or Python application using the apify-client package. Use when adding web scraping, automation, or data extraction capabilities to an existing app via the Apify API.
3.1K installs 2.4KDeploy & DevOpsDataProductivity - vercel-react-best-practices
vercel-labs/agent-skills
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
685K installs 31KReact & Next.jsDataCode review - design-taste-frontend
leonxlnx/taste-skill
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
436K installs 84KDesign & UIDataAI & agents