News Media
Digg logo

Digg API

digg.com

Digg - latest articles, section listings, rankings, and trending coverage.

Actions
5
Category
News Media
Login
Not required
Output
JSON

Call the Digg API

Submit a task, then poll the job until it settles. This example runs act_digg_com_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_digg_com_article_detail_ssr",
    "params": {
      "section_slug": "ai",
      "article_id": "6x231229"
    }
  }'

5 actions on digg.com

Read

  • Article Details

    act_digg_com_article_detail_ssrread1 credit / call

    Returns an article's title, summary, body, author, and timestamps.

    section_slug
    string · required
    article_id
    string · required
  • Rankings Profile Details

    act_digg_com_rankings_profile_detailread2 credits / call

    Returns a ranked author's rank, bio, and follower counts by username.

    username
    string · required
    deployment_id
    string · required
    rsc_token
    string · required
  • Section Listing

    act_digg_com_ai_section_listing_ssrread1 credit / call

    Returns stories in a topic section with headlines, URLs, and endorser counts.

    section_slug
    string · required
  • Section Listing Pagination

    act_digg_com_ai_section_listing_rscread2 credits / call

    Returns additional story cards for a section beyond the first page.

    section_slug
    string · required
    deployment_id
    string · required
    rsc_token
    string · required
  • Trending Status Feed

    act_digg_com_trending_status_feedread1 credit / call

    Returns trending feed status with recent events and daily story counters.

Digg API questions

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