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

5

Total users

3

Monthly active users

12 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/business/european-shares-set-open-lower-hopes-us-iran-peace-fade-2026-04-20/",
"source": "Reuters",
"title": "European shares slide as Middle East ceasefire hangs in balance",
"description": "European shares declined on Monday, on concerns that a ​ceasefire between the U.S. and Iran might collapse after Washington said it had seized an ‌Iranian cargo ship that tried to run its blockade and Tehran vowed to retaliate.",
"content": "April 20 (Reuters) - European shares declined on Monday, on concerns that a ​ceasefire between the U.S. and Iran mightcollapseafter Washington said it had seized an ‌Iranian cargo ship that tried to run its blockade and Tehran vowed to retaliate.
Iran said it would not participate in a second round of negotiations that the U.S. had hoped would kick off before the ceasefire expires on Tuesday.
The ​pan-European STOXX 600 index(....",
"published_date": "2026-04-20T07:00:38.681Z",
"authors": [
"Ragini Mathur"
]
}

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

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.