News Media

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 / call

    Returns metadata for an article by URL including title, publish date, stock tickers, and image.

    url
    string · required
  • Article Search

    re_searchread2 credits / call

    Returns 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 / call

    Returns articles by a specific journalist covering their beat.

    author
    string · required
    when
    string
    limit
    integer
  • Market News

    re_market_newsread2 credits / call

    Returns articles tagged with stock tickers, showing which securities are mentioned in each.

    ticker
    string
    limit
    integer
  • Section News

    re_sectionread1 credit / call

    Returns articles filtered by editorial section such as world, business, markets, and technology.

    section
    string · required
    limit
    integer
  • Ticker Lookup

    re_ticker_lookupread2 credits / call

    Returns recent articles mentioning a specific stock ticker, with deep scanning for coverage.

    ticker
    string · required
    max_pages
    integer
  • Topic News

    re_topicread2 credits / call

    Returns articles by topic such as commodities, forex, crypto, inflation, and earnings.

    topic
    string · required
    when
    string
    limit
    integer
  • Wire Feed

    re_wireread1 credit / call

    Returns 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

All News Media sites