🦀 ClawHub
Apify Scraper
by @nissan
Scrape content from sites that block bots — Twitter/X threads, Reddit, LinkedIn, YouTube comments, Google SERP, and more. Use when standard web_fetch is bloc...
TERMINAL
clawhub install apify-scraper📖 About This Skill
name: apify-scraper version: 1.0.0 description: "Scrape content from sites that block bots — Twitter/X threads, Reddit, LinkedIn, YouTube comments, Google SERP, and more. Use when standard web_fetch is blocked and you need full thread/comment data. Requires APIFY_API_KEY." metadata: { "openclaw": { "emoji": "🕷️", "requires": { "bins": ["python3"], "env": ["APIFY_API_KEY"] }, "primaryEnv": "APIFY_API_KEY", "network": { "outbound": true, "reason": "Calls Apify API (api.apify.com) to run cloud actors that scrape external sites. Actors run server-side on Apify infrastructure." }, "security_notes": "All scraping is performed via the user's own Apify account using their API key. Actors run on Apify's infrastructure — no data is sent to third parties beyond Apify (the user's chosen scraping platform). LinkedIn scraping is ToS-sensitive; use sparingly for research purposes only." } }
Apify Scraper Skill
Use this skill when you need to scrape content from sites that block bots — Twitter/X threads, Reddit, LinkedIn, YouTube comments, Google SERP, Amazon, Product Hunt, etc.
When to Use
Do NOT use for: sites accessible via normal web_fetch or web_search. Apify costs credits — use it only when needed.
Setup
op://OpenClaw/Apify API Credentials/credential (also in gateway plist as APIFY_API_KEY)python3 scripts/apify-run.py Running an Actor
python3 /Users/loki/.openclaw/workspace/scripts/apify-run.py \
"apidojo/tweet-scraper" \
'{"twitterHandles": ["solanamobile"], "maxItems": 50}'
Key Actors
Twitter/X
apidojo/tweet-scraper — $0.40/1K tweets. Full thread support via conversationIds. Advanced search syntax. {"conversationIds": ["2034675043033375103"], "maxItems": 50}
or by handle:
{"twitterHandles": ["solanamobile"], "maxItems": 20}
trudax/reddit-scraper-lite — Free tier friendly. Fetch threads + comments. {"startUrls": [{"url": "https://reddit.com/r/solana/comments/..."}], "maxItems": 100}
YouTube
streamers/youtube-scraper — Comments + metadata. {"startUrls": [{"url": "https://youtube.com/watch?v=..."}], "maxComments": 200}
Google SERP
apify/google-search-scraper — Search results as structured data. {"queries": "solana mobile grants", "maxPagesPerQuery": 1}
anchor/linkedin-profile-scraper — ⚠️ ToS risk. Use sparingly for research only.Pricing Reference
Notes
mcpServers key yet (schema validation rejects it). Use this script approach instead.⚡ When to Use
⚙️ Configuration
op://OpenClaw/Apify API Credentials/credential (also in gateway plist as APIFY_API_KEY)python3 scripts/apify-run.py 📋 Tips & Best Practices
mcpServers key yet (schema validation rejects it). Use this script approach instead.