Sports
Barstool Sports logo

Barstool Sports API

barstoolsports.com

Barstool Sports - sports and entertainment news, blogs, feeds, and video clips.

Actions
7
Category
Sports
Login
Not required
Output
JSON

Call the Barstool Sports API

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

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_barstoolsports_article_detail",
    "params": {
      "story_id": "3571100"
    }
  }'

7 actions on barstoolsports.com

Read

  • Article Details

    act_barstoolsports_article_detailread1 credit / call

    Returns a full article or blog post with title, author, and body.

    story_id
    string · required
  • Featured Brands

    act_barstoolsports_featured_brandsread1 credit / call

    Returns featured franchises and shows with names, taglines, and images.

  • Homepage Featured Content

    act_barstoolsports_homepage_featured_contentread1 credit / call

    Returns the homepage feed of featured articles and media with engagement counts.

    anonymous_id
    string
  • Video Clip Feed

    act_barstoolsports_video_clip_feedread2 credits / call

    Returns a paginated video clip feed with titles, thumbnails, and durations.

    limit
    string · required
    type
    string · required
    offset
    integer
    anonymous_id
    string
  • Video HLS Manifest

    act_barstoolsports_video_hls_manifestread1 credit / call

    Returns the HLS master manifest with video renditions, bitrates, and resolutions.

    hls_manifest_url
    string · required
  • Video HLS Segment

    act_barstoolsports_video_hls_segmentread1 credit / call

    Returns a single video stream segment for clip playback.

    segment_url
    string · required
  • Video Source Manifest

    act_barstoolsports_video_source_manifestread1 credit / call

    Returns a video's title, duration, and stream source URLs by story ID.

    story_id
    string · required

Barstool Sports API questions

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

All Sports sites