Health
Bodybuilding logo

Bodybuilding API

bodybuilding.com

Bodybuilding.com - workout programs, exercises, fitness articles, and supplement shop.

Actions
9
Category
Health
Login
Not required
Output
JSON

Call the Bodybuilding API

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

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

9 actions on bodybuilding.com

Read

  • Fitness Article Feed

    act_bodybuilding_com_fitness_article_feedread1 credit / call

    Returns fitness, training, and nutrition article links and titles from the stories feed.

  • Product Rating Summary

    act_bodybuilding_com_product_rating_summaryread2 credits / call

    Returns aggregate review scores and counts for supplement products.

    app_key
    string · required
    page
    string · required
  • Product Search Results

    act_bodybuilding_com_product_search_resultsread2 credits / call

    Returns search results for a query with product titles, prices, images, and counts.

    search_query
    string · required
  • Search Autocomplete

    act_bodybuilding_com_search_autocompleteread1 credit / call

    Returns predictive search suggestions for a query with the echoed search terms.

    search_query
    string · required
  • Supplement Store Homepage

    act_bodybuilding_com_supplement_product_listingread1 credit / call

    Returns the supplement store homepage with product cards, prices, and navigation links.

  • Training Article Details

    act_bodybuilding_com_training_article_detailread1 credit / call

    Returns a full training article or workout program page with title, body, and metadata.

    article_slug
    string · required
  • Training Article Listing

    act_bodybuilding_com_training_article_listingread2 credits / call

    Returns a paginated training listing with workout program and article cards.

    page
    string · required
  • Workout Program Hub

    act_bodybuilding_com_workout_program_hubread1 credit / call

    Returns the membership and personal-trainer hub with program titles, features, and links.

Write

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

  • Product Review Widget

    act_bodybuilding_com_product_review_widgetwrite2 credits / call

    Returns the bottom-line review rating and total review count for a product.

    app_key
    string · required
    domain_key
    string · required
    pid
    string · required
    widget_product_id
    string · required
    product_link
    string

Bodybuilding API questions

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

All Health sites