ConsoleCatalog
Sign in
9to5Google logo

9to5Google

9to5google.comNews Mediano auth

Google and Android news - article details, category archives, and reviews.

Article Details

ASYNCREADNo auth

Returns an article's title, author, publish date, and section by path.

ParametersFormJSON

Article permalink path (year/month/day/slug or standalone slug)

cost: 1 credit · 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": "act_9to5google_article_detail_ssr",
    "params": {
      "article_path": "2026/06/04/sonos-play-review"
    }
  }'