Reuters News Scraper avatar

Reuters News Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Reuters News Scraper

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

Xtractoo

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

6

Monthly active users

3 days ago

Last modified

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:

  1. 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.
  2. 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.
  3. The article-mode run extracts the full body, image, authors, and metadata for each URL and appends to your master dataset.

Common cron expressions:

FrequencyCron
Every 15 minutes*/15 * * * *
Hourly0 * * * *
Every 6 hours0 */6 * * *
Daily at 06:00 UTC0 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:

ActorSource
aljazeera-scraperAl Jazeera
apnews-scraperAP News
bbc-scraperBBC News
cnbc-scraperCNBC
forbes-scraperForbes
fortune-scraperFortune
ft-scraperFinancial Times
guardian-scraperThe Guardian
msn-scraperMSN News
nytimes-scraperNew York Times
reuters-scraperReuters
scmp-scraperSouth China Morning Post
techcrunch-scraperTechCrunch
upi-scraperUPI
yahoo-finance-scraperYahoo Finance
smart-news-loaderAny URL - adaptive HTTP loader
bloomberg-scraperBloomberg

All actors support mode: "latest" for fetching newest article URLs from each source.