Discover/allrecipes.com API
live

allrecipes.com APIallrecipes.com

Access Allrecipes data via API: search recipes by keyword, retrieve ingredients, nutrition, cook times, ratings, and user reviews. 3 endpoints.

Endpoints
3
Updated
3mo ago
Try it
Search keyword (e.g. 'chicken', 'lasagna', 'pasta')
Results offset for pagination (increments of 24)
api.parse.bot/scraper/b0dc514a-15e8-4a86-be7a-1745ac3b62c9/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b0dc514a-15e8-4a86-be7a-1745ac3b62c9/search_recipes?query=lasagna&offset=24' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for recipes by keyword on AllRecipes. Returns up to 24 results per page with pagination support via offset.

Input
ParamTypeDescription
queryrequiredstringSearch keyword (e.g. 'chicken', 'lasagna', 'pasta')
offsetintegerResults offset for pagination (increments of 24)
Response
{
  "type": "object",
  "fields": {
    "query": "search keyword echoed back",
    "offset": "integer offset used",
    "results": "array of recipe objects each containing title and url",
    "has_next": "boolean indicating whether more results are available"
  },
  "sample": {
    "data": {
      "query": "lasagna",
      "offset": 24,
      "results": [
        {
          "url": "https://www.allrecipes.com/recipe/19400/lasagna-alfredo/",
          "title": "Lasagna Alfredo"
        },
        {
          "url": "https://www.allrecipes.com/recipe/219846/slow-cooker-lasagna/",
          "title": "Easy Slow Cooker Lasagna"
        }
      ],
      "has_next": true
    },
    "status": "success"
  }
}

About the allrecipes.com API

The Allrecipes API exposes 3 endpoints for retrieving recipe data from allrecipes.com, including full ingredient lists, step-by-step instructions, nutritional facts, and user reviews. The get_recipe_details endpoint returns over 10 structured fields per recipe — covering prep time, cook time, servings, author, rating, and a full nutrition object. The search_recipes endpoint supports paginated keyword queries, and list_recipes_a_z provides an alphabetical category directory for broad browsing.

Searching Recipes

The search_recipes endpoint accepts a query string (e.g. 'chicken', 'lasagna') and returns up to 24 results per page as an array of objects, each containing a title and url. Pagination is handled via the offset parameter in increments of 24; the has_next boolean in the response tells you whether additional pages exist. This is the starting point for any workflow that needs to discover recipes by topic.

Recipe Detail Fields

Once you have a recipe URL — either from search results or a known allrecipes.com path — pass it to get_recipe_details. The response includes title, author, rating (as a string like '4.9'), servings, prep_time, cook_time, category (an array of strings), and a nutrition object covering calories, fat, protein, and related values. The reviews array contains per-review fields: author, rating, text, and date, allowing you to analyze community feedback alongside nutritional data.

Category Directory

The list_recipes_a_z endpoint takes no inputs and returns a letters array — each entry has a label (category name) and a url pointing to that category on Allrecipes. This is useful for building category browsers or discovery tools without needing a specific search term.

Limitations and Data Shape

The get_recipe_details response does not currently include raw ingredient quantities as a parsed, structured list — ingredients appear as part of the instructions context. The search_recipes results return titles and URLs only; detailed fields are only available by following up with get_recipe_details. Review volume is not capped in the response spec, but very lightly reviewed recipes may return sparse reviews arrays.

Common use cases
  • Build a recipe search interface filtered by keyword using search_recipes with pagination via offset.
  • Aggregate nutritional data across multiple recipes to compare calorie and protein content using the nutrition object.
  • Display user sentiment for a recipe by surfacing review text, rating, and date from get_recipe_details.
  • Populate a meal planning app with cook times, prep times, and serving sizes from recipe detail responses.
  • Generate a category browsing experience using the alphabetical directory from list_recipes_a_z.
  • Track average recipe ratings across a cuisine category by combining search results with per-recipe rating fields.
  • Enrich a food database with structured author attribution and category tags from get_recipe_details.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Allrecipes have an official developer API?+
Allrecipes does not offer a public developer API. There is no documented API program, OAuth flow, or official endpoint reference available to third-party developers on allrecipes.com.
What does `get_recipe_details` return for nutrition data?+
The nutrition field is an object containing values such as calories, fat, and protein. The exact sub-fields depend on what Allrecipes publishes for a given recipe — not every recipe has a complete nutrition panel, so some fields may be absent or null for certain entries.
Does `search_recipes` return ingredients or instructions directly?+
No. The search_recipes endpoint returns only title and url per result, plus pagination metadata (offset, has_next). To get ingredients, instructions, and nutrition, you need to call get_recipe_details with the URL from the search results.
Does the API return a structured, parsed ingredient list (quantities, units, ingredient name separated)?+
Not currently. The get_recipe_details response provides recipe data including instructions and nutrition, but ingredients are not broken into discrete machine-readable fields like quantity, unit, and name. You can fork this API on Parse and revise it to add a structured ingredient parser endpoint.
How does pagination work in `search_recipes`, and are there limits on how deep you can paginate?+
Pagination uses the offset parameter in increments of 24. The has_next boolean indicates whether another page exists. Allrecipes imposes its own limits on how many results are accessible for a given query, so very high offsets may return empty result sets even when has_next was previously true.
Page content last updated . Spec covers 3 endpoints from allrecipes.com.
Related APIs in Food DiningSee all →
publix.com API
Access Publix grocery store data including product search, pricing, promotions, weekly ad deals, store locations, and category browsing.
pedidosya.com.ar API
Browse restaurants and menus available in Argentine cities through PedidosYa, search for specific restaurants by name or food category, and retrieve complete menu offerings including items, prices, and available options.
thefork.it API
Search and discover Italian restaurants by cuisine, location, or ratings, then access detailed information like menus, reviews, and availability across major cities in Italy. Find top-rated dining options and compare restaurant details to plan your perfect meal.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
opentable.ca API
Search and discover restaurants on OpenTable, view detailed information like menus and reviews, and check real-time dining availability across metro areas. Find top-rated restaurants in your location and instantly see which tables are open for your preferred date and time.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
deliveroo.co.uk API
Search for restaurants and retrieve menus from Deliveroo UK. Look up restaurants by keyword and postcode, or fetch full menu details for any Deliveroo restaurant by URL.