News Media
AnandTech logo

AnandTech API

anandtech.com

Hardware reviews - benchmarks, articles, and community forums for PC components.

Actions
4
Category
News Media
Login
Not required
Output
JSON

Call the AnandTech API

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

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_anandtech_com_forum_home_listing",
    "params": {}
  }'

4 actions on anandtech.com

Read

  • Forum Home Listing

    act_anandtech_com_forum_home_listingread1 credit / call

    Returns the forum home with categories, section titles, thread counts, and latest threads.

  • Forum Thread Listing

    act_anandtech_com_forum_thread_listingread2 credits / call

    Returns threads in a forum section with titles, authors, reply counts, views, and timestamps.

    forum_slug
    string
    page
    string
    prefix_id
    string
    order
    string
    direction
    string
  • Search Results

    act_anandtech_com_search_resultsread2 credits / call

    Returns forum search results for a keyword with matching threads, posts, titles, and snippets.

    search_id
    string · required
    search_query
    string · required
  • Thread Details

    act_anandtech_com_thread_detailread1 credit / call

    Returns a full thread with title, breadcrumb, and posts with authors and timestamps.

    thread_slug
    string · required

AnandTech API questions

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