抓取Google新闻 -- 大规模采集头条、文章与趋势

从Google新闻提取结构化新闻数据。返回头条、文章标题、来源名称、发布日期和URL。支持按关键词、主题或地区搜索。纯HTTP -- 无需Chrome,无需Playwright。

在Apify上打开 → 立即试用
Docker镜像
~12MB
内存
128MB
代理
数据中心
覆盖范围
全球
价格
按结果付费
反爬虫
TLS指纹

可抓取的数据

主要用例

API示例

# 通过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镜像~12MB500MB - 2GB
内存占用128MB1-4GB
每1k篇文章成本按结果付费$5 - $20
反爬虫方案TLS指纹完整Chrome浏览器
速度快速慢(浏览器开销)
覆盖范围全球不确定

输出字段

字段类型示例
titlestringOpenAI发布新GPT模型
sourcestringReuters
urlstringhttps://reuters.com/...
published_atstring2026-04-23T10:30:00Z
snippetstringOpenAI今日发布...
topicstringTechnology
search_querystringartificial intelligence
在Apify上打开 → 立即试用 -- 提供免费套餐