Reuters News Scraper
Pricing
from $10.00 / 1,000 results
Reuters News Scraper
Extract full Reuters wire articles. Bypasses DataDome bot protection - no residential proxies required. Supports `mode: latest` to get newest news. HTTP-only.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Xtractoo
Maintained by CommunityActor stats
0
Bookmarked
12
Total users
6
Monthly active users
3 days ago
Last modified
Categories
Share
Reuters Article Scraper
Extract full article text, headline, authors, publication date, and metadata from reuters.com article URLs. Reuters is the world's largest international news agency, offering neutral wire-service reporting across business, markets, politics, and world news.
Why Use This Actor?
- Bypasses DataDome - accesses Reuters articles without a real browser or proxy.
- Financial wire monitoring - Reuters breaks market-moving news before most other sources.
- Global coverage - Reuters reports from virtually every country and in multiple languages.
- Institutional research - Reuters is the gold standard for factual, neutral news across academia and finance.
How It Works
This actor uses only HTTP requests - no browser, no Selenium, no Playwright. Articles are extracted in seconds with RAM usage well under 256 MB.
Input
{"url": "https://www.reuters.com/world/us/example-article-2026-04-13/","urls": ["https://www.reuters.com/business/article-one-2026-04-13/","https://www.reuters.com/technology/article-two-2026-04-12/"],"mode": "article","limit": 10}
Output
{"url": "https://www.reuters.com/es/mundo/5FIAXLDZHFNBZF3QFX4Z52G7FI-2026-05-15/","source": "Reuters","title": "Economía de Colombia crece en línea con lo esperado en el primer trimestre","description": "La economía de Colombia creció un 2,2% interanual en el primer trimestre, impulsada por los sectores de administración pública y defensa, el comercio y las industrias manufactureras, informó el viernes el Departamento Nacional de Estadística (DANE), un dato en línea con las expectativas del mercado.","content": "BOGOTÁ, 15 mayo (Reuters) - La economía de Colombia creció un 2,2% interanual en el primer trimestre, impulsada por los sectores de administración pública y defensa, el comercio y las industrias manufactureras, informó el viernes el Departamento Nacional de Estadística (DANE), un dato en línea con las expectativas del mercado....","image": "https://www.reuters.com/resizer/v2/N4AU2GJAYVNDZDLE57F26IZ66M.jpg?auth=afa30fed47232744c7f24900114dd06c6a535093c0959deb3be2639ee174acb4&height=1005&width=1920&quality=80&smart=true","language": "es_LA","word_count": 465,"published_date": "2026-05-15T17:01:59.568Z","modified_date": "","authors": ["Reuters"],"categories": "","tags": ""}
Fetch Latest News
Set mode to "latest" to fetch the newest article URLs and titles from Reuters instead of extracting a single article.
Input:
{"mode": "latest","limit": 10}
Output - array of objects:
[{"url": "https://www.reuters.com/business/uks-mc-saatchi-warns-mideast-war-could-hit-sport-entertainment-business-2026-04-20/","title": "UK's M&C Saatchi flags Iran war hit to sports business after profit drops 75%","published_date": "2026-04-20T09:16:36.342Z","source": "Reuters"}//..]
Source: Reuters homepage
Cron Schedule: Auto-Fetch Newest Articles
Combine mode: "latest" and mode: "article" to keep a fresh feed running on autopilot:
- Schedule a recurring run of this Actor with
{"mode": "latest", "limit": 20}via Apify Schedules (UI ▸ Schedules ▸ Create new). A cron expression like*/30 * * * *runs it every 30 minutes. - Webhook the dataset of the latest run into another Actor run with
mode: "article"and the new URLs as input — Apify integrations let you chain runs via the "Actor finished" webhook without any glue code. - The article-mode run extracts the full body, image, authors, and metadata for each URL and appends to your master dataset.
Common cron expressions:
| Frequency | Cron |
|---|---|
| Every 15 minutes | */15 * * * * |
| Hourly | 0 * * * * |
| Every 6 hours | 0 */6 * * * |
| Daily at 06:00 UTC | 0 6 * * * |
Notes
- DataDome bypassed - accesses Reuters articles without a real browser or proxies.
- Works on the Apify platform out of the box - no residential proxies needed.
- Full article extraction (content, authors, metadata) is supported.
Other News Actors
Need a different news source? All actors in this collection:
| Actor | Source |
|---|---|
aljazeera-scraper | Al Jazeera |
apnews-scraper | AP News |
bbc-scraper | BBC News |
cnbc-scraper | CNBC |
forbes-scraper | Forbes |
fortune-scraper | Fortune |
ft-scraper | Financial Times |
guardian-scraper | The Guardian |
msn-scraper | MSN News |
nytimes-scraper | New York Times |
reuters-scraper | Reuters |
scmp-scraper | South China Morning Post |
techcrunch-scraper | TechCrunch |
upi-scraper | UPI |
yahoo-finance-scraper | Yahoo Finance |
smart-news-loader | Any URL - adaptive HTTP loader |
bloomberg-scraper | Bloomberg |
All actors support mode: "latest" for fetching newest article URLs from each source.