apify
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name APIFY_TOKEN or zero doctor check-connector --url https://api.apify.com/v2/acts/apify~web-scraper/runs --method POST
How to Use
1. Run an Actor (Async)
Start an Actor run asynchronously:
Write to /tmp/apify_request.json:
{
"startUrls": [{"url": "https://example.com"}],
"maxPagesPerCrawl": 10,
"pageFunction": "async function pageFunction(context) { const { request, log, jQuery } = context; const $ = jQuery; const title = $(\"title\").text(); return { url: request.url, title }; }"
}
Related skills
More from vm0-ai/vm0-skills
hackernews
Hacker News API for stories and comments. Use when user mentions "Hacker
2.8Kcloudflare-tunnel
Cloudflare Tunnel API for secure tunnels. Use when user mentions "Cloudflare
611google-sheets
Google Sheets API for spreadsheets. Use when user mentions "Google Sheets",
485minimax
MiniMax API for AI models. Use when user mentions "MiniMax", "Chinese
382instagram
Instagram API for posts and media. Use when user mentions "Instagram",
380serpapi
SerpApi for search engine results. Use when user mentions "SERP", "search
289