← 返回
未分类 Key 中文

Apify Scraper

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...
从阻止爬虫的网站抓取内容——Twitter/X 话题、Reddit、LinkedIn、YouTube 评论、Google SERP 等。适用于标准 web_fetch 被阻止的情况。
nissan nissan 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 476
下载
💾 2
安装
1
版本
#latest

概述

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

  • A Twitter/X URL is shared and you need the full thread (not just the first tweet)
  • You need Reddit thread content without the expensive API
  • LinkedIn company/profile data is needed
  • YouTube comments or video metadata beyond what the API gives
  • Google search results programmatically
  • Any site that blocks standard web_fetch

Do NOT use for: sites accessible via normal web_fetch or web_search. Apify costs credits — use it only when needed.

Setup

  • API Key: op://OpenClaw/Apify API Credentials/credential (also in gateway plist as APIFY_API_KEY)
  • Dashboard: https://console.apify.com (account: redditech)
  • Plan: FREE ($5/mo credit)
  • Script: 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.

```json

{"conversationIds": ["2034675043033375103"], "maxItems": 50}

```

or by handle:

```json

{"twitterHandles": ["solanamobile"], "maxItems": 20}

```

Reddit

  • trudax/reddit-scraper-lite — Free tier friendly. Fetch threads + comments.

```json

{"startUrls": [{"url": "https://reddit.com/r/solana/comments/..."}], "maxItems": 100}

```

YouTube

  • streamers/youtube-scraper — Comments + metadata.

```json

{"startUrls": [{"url": "https://youtube.com/watch?v=..."}], "maxComments": 200}

```

Google SERP

  • apify/google-search-scraper — Search results as structured data.

```json

{"queries": "solana mobile grants", "maxPagesPerQuery": 1}

```

LinkedIn

  • anchor/linkedin-profile-scraper — ⚠️ ToS risk. Use sparingly for research only.

Pricing Reference

  • 1 CU = 1 GB RAM × 1 hour
  • Free tier: $5/mo (~16.7 CU)
  • Tweet scraping: ~0.035–0.04 CU/1K tweets (~$0.01/1K on free tier)
  • Some actors charge flat per-result: $0.25–$0.40/1K tweets
  • Check usage: https://console.apify.com/billing

Notes

  • Results are returned as a dataset — the script polls until complete
  • Timeout: 5 minutes default (most actors finish in 30–60s)
  • If an actor breaks (community-maintained), check Apify Store for alternatives
  • MCP integration pending — Apify MCP server exists but openclaw.json doesn't support mcpServers key yet (schema validation rejects it). Use this script approach instead.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 05:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 298 📥 143,166
knowledge-management

Fact Checker

nissan
对照源数据验证 Markdown 草稿中的声明、数字和事实。适用场景:发布前审核博客文章、报告或文档的准确性。
★ 3 📥 2,286
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 218 📥 71,769