ConsoleCatalog
Sign in
Google News logo

Google News

news.google.comNews Mediano auth

Top stories, topics, trending coverage, publishers, and full article text.

Article Content

ASYNCREADNo auth

Returns the full text, author, publish date, and metadata of a news article from its URL.

ParametersFormJSON

Google News article URL or direct publisher URL

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": "gn_article",
    "params": {
      "url": "https://news.google.com/rss/articles/CBMiswFBVV95cUxPRGdlUC1tVzJFS3JaTG9rT1JrRjZVbUdVVnR1NlJyZTlMN0ZucEdWM29HUVVTVDM3N1VIZFR4VGhDS3BWUHRGUzgzMFNzcUpFYkNtZDVyMENhU0dMbmFtNzVDaWpDNjVad1EwREdyZGJkT3g3N0d2REI1UWVMakhsem5tTFZ4elJjSVJhWlJqVlUyeFBvVXlKTk5PbFRnQzN2LXpDcDFhdkEzbDBIQ1VMbFdRVQ?oc=5"
    }
  }'