News Media
9to5Google logo

9to5Google API

9to5google.com

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

Actions
4
Category
News Media
Login
Not required
Output
JSON

Call the 9to5Google API

Submit a task, then poll the job until it settles. This example runs act_9to5google_article_detail_ssr.

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

4 actions on 9to5google.com

Read

  • Article Details

    act_9to5google_article_detail_ssrread1 credit / call

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

    article_path
    string · required
  • Feature Article Listing

    act_9to5google_category_article_listing_featureread2 credits / call

    Returns articles from a feature category with titles, URLs, authors, and summaries.

    category_path
    string · required
    page
    string
  • Guide Article Listing

    act_9to5google_category_article_listing_guidesread2 credits / call

    Returns articles from a guide category with titles, URLs, authors, and summaries.

    category_path
    string · required
    page
    string
  • Homepage Article Feed

    act_9to5google_homepage_article_feedread1 credit / call

    Returns the homepage's latest news cards with titles, authors, and sections.

9to5Google API questions

Is there an API for 9to5Google?
9to5Google does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for 9to5google.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 9to5Google 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 9to5google.com changes its markup, Anakin updates the action.
Do I need a 9to5Google account?
No. Every 9to5Google action listed here runs anonymously — no account and no credentials required.
What does the 9to5Google 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