Google News Articles & Headlines Scraper
Scrape Google News by keyword search, topic or top headlines. Extract article title, publisher, publish date, snippet, related coverage and resolved publisher links across any country and language edition. Export to JSON, CSV or Excel.
{ "title": "What’s Bedford Thinking? — How Scared Are You …", "source": "The Bedford Citizen", "sourceUrl": "https://thebedfordcitizen.org", "sourceDomain": "thebedfordcitizen.org", "url": "https://thebedfordcitizen.org/2026/07/whats-be…", "googleNewsUrl": "https://news.google.com/rss/articles/CBMirwFBV…", "urlResolved": true, "publishedAt": "2026-07-25T01:36:56.000Z", "keywords": [] }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Title | Source Url | Source Domain | Url |
|---|---|---|---|
| What’s Bedford Thinking? — How Sc… | https://thebedfordcitizen.org | thebedfordcitizen.org | https://thebedfordcitizen.org/202… |
| This week: How defense manufactur… | https://www.todaysmedicaldevelopm… | todaysmedicaldevelopments.com | https://www.todaysmedicaldevelopm… |
| Better Artificial Intelligence (A… | https://www.fool.com | fool.com | https://www.fool.com/investing/20… |
| Secretariat and ACEDS 2026 Artifi… | https://www.jdsupra.com | jdsupra.com | https://www.jdsupra.com/legalnews… |
| Better Artificial Intelligence (A… | https://finance.yahoo.com | finance.yahoo.com | https://finance.yahoo.com/markets… |
{ "title": "What’s Bedford Thinking? — How Scared Are You …", "source": "The Bedford Citizen", "sourceUrl": "https://thebedfordcitizen.org", "sourceDomain": "thebedfordcitizen.org", "url": "https://thebedfordcitizen.org/2026/07/whats-be…", "googleNewsUrl": "https://news.google.com/rss/articles/CBMirwFBV…", "urlResolved": true, "publishedAt": "2026-07-25T01:36:56.000Z", "keywords": [] }
常见问题
Which countries and languages does it cover?
Any Google News edition. Set the language code, for example en-US or es-419, and the country code, for example US, MX, GB, ES, BR. The actor reads the matching edition so you get sources and articles relevant to that market.
How many articles can I get per run?
A single search, topic or headlines feed returns up to about 100 articles. Use Max Items to cap how many you collect. For broader coverage, run several searches with different queries or time windows.
Can I limit results to recent news?
Yes. In search mode add a time operator to the query, for example artificial intelligence when:1h, when:1d or when:7d, to restrict results to the last hour, day or week.
Why is the link sometimes a Google News URL instead of the publisher link?
Google News serves redirect links that hide the real article address. The actor decodes them into the publisher link when Resolve Real Article URL is enabled. If a particular link cannot be decoded, the actor keeps the Google News link and sets urlResolved to false, so you never lose the article.
What happens when a field has no data?
Missing values are returned as null and are never invented. The snippet field is empty for search items where the feed only carries the headline, and carries the related coverage list for top headlines.