apify

Run Apify Actors and retrieve dataset items via API.

76|18|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/vm0-ai/vm0-skills --skill apify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apify
Source: https://github.com/vm0-ai/vm0-skills/tree/main/apify
Command: npx skills add https://github.com/vm0-ai/vm0-skills --skill apify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl.

What problem does it solve?

This Skill enables running Apify Actors, retrieving results, and managing datasets to automate web scraping and automation tasks.

Core Features & Use Cases

  • Run actors asynchronously or synchronously
  • Check run status and fetch dataset items
  • List available actors and datasets
  • Understand run metadata and results

Quick Start

Quick start: run an actor asynchronously via API and fetch results when ready

Frequently Asked Questions about apify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web scraping tasks at scale with Apify?

Web scraping automation with Apify Actors lets you extract structured data from websites like Amazon, Google, LinkedIn, and Twitter without writing code. Run pre-built actors asynchronously or synchronously via API, then retrieve and store results in datasets for further processing.

Can I run Apify Actors without writing custom code?

Yes, Apify offers pre-built actors you can run directly through its API. Authenticate with an API token, trigger actor runs asynchronously or synchronously, check run status, and fetch dataset items—all via curl commands or API calls.

How do I retrieve and manage scraped data from Apify runs?

After running an actor, retrieve dataset items via the Apify API, check run status with polling, and list available actors and datasets. Results are stored in structured format ready for analysis or export to downstream tools.

What's required to set up Apify for web scraping workflows?

Set up API token authentication, configure environment variables for credentials, and use curl with jq for parsing API responses. These prerequisites enable asynchronous and synchronous actor runs and dataset retrieval workflows.

Can I use Apify Actors for automating tasks beyond scraping?

Yes, Apify Actors automate web tasks at scale across multiple platforms. Beyond data extraction from major sites, actors can handle repetitive web automation—the API supports various use cases with the same authentication and run-management patterns.

What's the difference between running Apify Actors asynchronously versus synchronously?

Asynchronous runs trigger and return immediately, letting you poll status and fetch results later—ideal for long-running tasks. Synchronous runs wait for completion before returning, suiting workflows where immediate results are needed.