This connects Claude to Apify's web scraping platform through their REST API. You get access to both general purpose scrapers and specialized actors for Google Search, Instagram, Amazon, and other platforms. The skill documentation walks through async and sync run patterns, including the full workflow of starting a scraper, polling for completion, and fetching results from datasets. It's useful when you need to extract structured data from websites without writing scraping code yourself. The examples are thorough but watch out for the placeholder IDs in the docs, you need to capture actual run and dataset IDs from API responses. Apify handles the infrastructure and browser automation while you just configure what to scrape and where.
npx skills add https://github.com/vm0-ai/vm0-skills --skill apify