AllRecipes Search Scraper 🍳 avatar

AllRecipes Search Scraper 🍳

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
AllRecipes Search Scraper 🍳

AllRecipes Search Scraper 🍳

easyapi/allrecipes-search-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Scrape recipe search results from AllRecipes.com. Get detailed recipe information including titles, ratings, image URLs, and categories. Perfect for recipe data collection and culinary research.

Scrape recipe data from AllRecipes.com search results with ease! This actor helps you collect comprehensive recipe information based on your search keywords.

Features ✨

  • πŸ” Search recipes by keywords
  • πŸ“Š Get detailed recipe information including:
    • Recipe title
    • URL
    • Image URL
    • Rating (out of 5 stars)
    • Number of ratings
    • Recipe category
    • Document ID
  • ⚑ Fast and efficient data collection
  • 🎯 Customizable maximum items limit
  • πŸ“… Timestamp for each scraped item

Use Cases 🎯

  • Recipe research and analysis
  • Culinary trend monitoring
  • Food blog content planning
  • Recipe recommendation systems
  • Menu planning and development
  • Food industry market research

Input Parameters πŸ“

The actor accepts the following input parameters:

  • keywords (Array of strings): List of search terms to scrape recipes for
  • maxItems (Number): Maximum number of recipes to scrape per keyword

Limitations ⚠️

  • Respect AllRecipes.com's terms of service and robots.txt
  • Recommended to use reasonable delays between requests
  • Maximum items per keyword is limited to ensure stable performance

Tips πŸ’‘

  • Start with specific keywords for more focused results
  • Use multiple keywords to gather diverse recipe data
  • Monitor your usage to stay within platform limits

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": [
3        "pizza"
4    ],
5    "maxItems": 70
6}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "keyword": "pizza",
4        "data": {
5            "title": "Easy Homemade Pizza Dough",
6            "url": "https://www.allrecipes.com/recipe/20171/quick-and-easy-pizza-crust/",
7            "imageUrl": "https://www.allrecipes.com/thmb/yyhFgxHA8tGMEp3ttpSY6ZnVgQQ=/282x188/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/20171-quick-and-easy-pizza-crust-VilmaNg-4x3-f3d3bfe73e3a47b6b65a7da6de3f213d.jpg",
8            "rating": 4.5,
9            "ratingCount": 4084,
10            "docId": "6648543",
11            "category": "Pizza Dough and Crust Recipes"
12        },
13        "scrapedAt": "2025-02-10T02:48:14.046Z"
14    },
15    ...
16]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 2 days ago