从Google新闻提取结构化新闻数据。返回头条、文章标题、来源名称、发布日期和URL。支持按关键词、主题或地区搜索。纯HTTP -- 无需Chrome,无需Playwright。
# 通过Apify API启动一次运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~google-news-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["artificial intelligence"], "language": "zh", "maxResults": 100 }' # 或通过MCP与AI代理一起使用: # https://mcp.apify.com?tools=santamaria-automations/google-news-scraper
| 特性 | NanoScrape | 基于浏览器的抓取工具 |
|---|---|---|
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 每1k篇文章成本 | 按结果付费 | $5 - $20 |
| 反爬虫方案 | TLS指纹 | 完整Chrome浏览器 |
| 速度 | 快速 | 慢(浏览器开销) |
| 覆盖范围 | 全球 | 不确定 |
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | OpenAI发布新GPT模型 |
| source | string | Reuters |
| url | string | https://reuters.com/... |
| published_at | string | 2026-04-23T10:30:00Z |
| snippet | string | OpenAI今日发布... |
| topic | string | Technology |
| search_query | string | artificial intelligence |