News Media
The Washington Post logo

The Washington Post API

washingtonpost.com

The Washington Post - headlines, section feeds, full article bodies, and recommendations.

Actions
5
Category
News Media
Login
Not required
Output
JSON

Call the The Washington Post API

Submit a task, then poll the job until it settles. This example runs act_washingtonpost_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_washingtonpost_article_detail_ssr",
    "params": {
      "canonical_url": "/politics/2026/05/26/texas-voters-head-polls-amid-concerns-over-senate-choice/",
      "section_slug": "politics"
    }
  }'

5 actions on washingtonpost.com

Read

  • Article Details

    act_washingtonpost_article_detail_ssrread1 credit / call

    Returns a story's headline, byline, body, summary, and metadata for an article URL.

    canonical_url
    string
    section_slug
    string
    year
    string
    month
    string
    day
    string
    article_slug
    string
  • Homepage Headlines

    act_washingtonpost_homepage_headlines_ssrread1 credit / call

    Returns top homepage headlines with story URLs, summaries, and author names.

  • Section Feed Listing

    act_washingtonpost_section_feed_listingread2 credits / call

    Returns paginated section article listings with headlines, URLs, and author names.

    section_query_json
    string · required
  • Section Front

    act_washingtonpost_section_feed_ssrread2 credits / call

    Returns a section front's headline cards and article links, with optional pagination.

    section_slug
    string · required
    page
    string

Write

Write actions change state on washingtonpost.com and run as the account you connect.

  • Related Articles

    act_washingtonpost_related_articles_recommendationswrite2 credits / call

    Returns related and most-read article recommendations for a given story.

    article_id
    string · required
    current_url
    string · required
    section
    string · required
    readlist
    array
    j_ucid
    string
    collection_limit
    integer
    article_limit
    integer
    interface
    string
    surface
    string
    wapo_login_id
    string
    exclude_category
    array
    authors
    array
    collections
    array

The Washington Post API questions

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