ConsoleCatalog
Sign in
Reuters logo

Reuters

reuters.comNews Mediano auth

Wire feed, section filters, keyword search, ticker mentions, and journalists.

Article Metadata

ASYNCREADNo auth

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

ParametersFormJSON

Reuters article URL e.g. https://www.reuters.com/world/..

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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/"
    }
  }'