Reuters API
reuters.com
Reuters - wire feed, section filters, keyword search, ticker mentions, and journalists.
- Actions
- 8
- Category
- News Media
- Login
- Not required
- Output
- JSON
Call the Reuters API
Submit a task, then poll the job until it settles. This example runs re_article.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "re_article",
"params": {
"url": "https://www.reuters.com/business/shippers-seek-clarity-hormuz-reopening-after-us-iran-ceasefire-deal-2026-04-08/"
}
}'8 actions on reuters.com
Read
Article Metadata
re_articleread2 credits / callReturns metadata for an article by URL including title, publish date, stock tickers, and image.
- url
- string · required
Article Search
re_searchread2 credits / callReturns articles matching a keyword search with optional date range filtering.
- query
- string · required
- when
- string
- after
- string
- before
- string
- limit
- integer
Author Articles
re_authorread2 credits / callReturns articles by a specific journalist covering their beat.
- author
- string · required
- when
- string
- limit
- integer
Market News
re_market_newsread2 credits / callReturns articles tagged with stock tickers, showing which securities are mentioned in each.
- ticker
- string
- limit
- integer
Section News
re_sectionread1 credit / callReturns articles filtered by editorial section such as world, business, markets, and technology.
- section
- string · required
- limit
- integer
Ticker Lookup
re_ticker_lookupread2 credits / callReturns recent articles mentioning a specific stock ticker, with deep scanning for coverage.
- ticker
- string · required
- max_pages
- integer
Topic News
re_topicread2 credits / callReturns articles by topic such as commodities, forex, crypto, inflation, and earnings.
- topic
- string · required
- when
- string
- limit
- integer
Wire Feed
re_wireread1 credit / callReturns the full wire feed in chronological order with titles, timestamps, tickers, wire IDs, and images.
- page
- integer
- language
- string
Reuters API questions
- Is there an API for Reuters?
- Reuters does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for reuters.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Reuters data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when reuters.com changes its markup, Anakin updates the action.
- Do I need a Reuters account?
- No. Every Reuters action listed here runs anonymously — no account and no credentials required.
- What does the Reuters API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More News Media APIs
7x7
Bay Area news site - local events, article listings, and city guides.
9to5Google
Google and Android news - article details, category archives, and reviews.
ABC News (Australia)
Australian ABC News - article details, topic listings, live blogs, and recommendations.
Al Jazeera
English-language news - latest articles, sections, keyword search, and journalists.
AllSides
News with media bias ratings - headline roundups, story details, and topic browse.
AnandTech
Hardware reviews - benchmarks, articles, and community forums for PC components.