Install
openclaw skills install apify-scraperScrape 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.
openclaw skills install apify-scraperUse 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.
Do NOT use for: sites accessible via normal web_fetch or web_search. Apify costs credits — use it only when needed.
op://OpenClaw/Apify API Credentials/credential (also in gateway plist as APIFY_API_KEY)python3 scripts/apify-run.py <actor> <input_json>python3 /Users/loki/.openclaw/workspace/scripts/apify-run.py \
"apidojo/tweet-scraper" \
'{"twitterHandles": ["solanamobile"], "maxItems": 50}'
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}
streamers/youtube-scraper — Comments + metadata.
{"startUrls": [{"url": "https://youtube.com/watch?v=..."}], "maxComments": 200}
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.mcpServers key yet (schema validation rejects it). Use this script approach instead.