Food Dining
101 Cookbooks logo

101 Cookbooks API

101cookbooks.com

Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.

Actions
5
Category
Food Dining
Login
Not required
Output
JSON

Call the 101 Cookbooks API

Submit a task, then poll the job until it settles. This example runs act_101cookbooks_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_101cookbooks_article_detail_ssr",
    "params": {
      "article_slug": "pie-recipes"
    }
  }'

5 actions on 101cookbooks.com

Read

  • Article Details

    act_101cookbooks_article_detail_ssrread1 credit / call

    Returns an article or recipe roundup page with title, body HTML, linked recipe slugs, and canonical URL.

    article_slug
    string · required
  • Category Recipe Listing

    act_101cookbooks_category_recipe_listingread1 credit / call

    Returns a recipe category listing with recipe slugs, titles, next-page URL, and related article slugs.

    category_slug
    string · required
  • Homepage

    act_101cookbooks_homepage_ssrread1 credit / call

    Returns the homepage with featured recipe slugs, category navigation slugs, and article roundup links.

  • Paginated Category Recipe Listing

    act_101cookbooks_category_recipe_listing_paginatedread2 credits / call

    Returns a paginated category listing with recipe slugs, titles, next-page URL, and page metadata.

    category_slug
    string · required
    page
    string · required
  • Recipe Details

    act_101cookbooks_recipe_detail_ssrread1 credit / call

    Returns a recipe page with title, ingredients, step-by-step instructions, category, and canonical URL.

    recipe_slug
    string · required

101 Cookbooks API questions

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

All Food Dining sites