Health
CalorieKing logo

CalorieKing API

calorieking.com

CalorieKing - food calorie database, fast-food brands, and serving nutrition facts.

Actions
5
Category
Health
Login
Not required
Output
JSON

Call the CalorieKing API

Submit a task, then poll the job until it settles. This example runs act_calorieking_brand_food_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_calorieking_brand_food_listing",
    "params": {
      "brand_slug": "xGl8tXSzQ3qhzdZjyr1Pnw"
    }
  }'

5 actions on calorieking.com

Read

  • Brand Food Listing

    act_calorieking_brand_food_listingread1 credit / call

    Returns a brand's foods with names, classifications, and detail links.

    brand_slug
    string · required
  • Category Navigation

    act_calorieking_category_navigationread1 credit / call

    Returns top-level food categories and brands with names, images, and links.

  • Food Details

    act_calorieking_food_detailread1 credit / call

    Returns a food's full nutrition facts, calories, and serving-size options.

    food_name_slug
    string · required
    food_slug
    string · required
  • Food Search

    act_calorieking_search_resultsread1 credit / call

    Returns foods matching a keyword with brand, calories, and links.

    keywords
    string · required
    search_keyword
    string
  • Listing Pagination

    act_calorieking_listing_paginationread2 credits / call

    Returns paginated foods filtered by classification with names, brands, and classifications.

    limit
    string · required
    offset
    string · required
    classification
    string · required

CalorieKing API questions

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