![AllRecipes Search Scraper π³ avatar](https://images.apifyusercontent.com/-q5xs-BNFgOrtKo3AIAoLUNWMch0-tv1ZTE-uO376jM/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItMGRzbWpyOVlrRGFZUjlTVWktQVBUODB6U2Iwby1hbGxyZWNpcGVzLWxvZ28uanBn.webp)
AllRecipes Search Scraper π³
2 hours trial then $19.99/month - No credit card required now
![AllRecipes Search Scraper π³](https://images.apifyusercontent.com/-q5xs-BNFgOrtKo3AIAoLUNWMch0-tv1ZTE-uO376jM/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItMGRzbWpyOVlrRGFZUjlTVWktQVBUODB6U2Iwby1hbGxyZWNpcGVzLWxvZ28uanBn.webp)
AllRecipes Search Scraper π³
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 formaxItems
(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]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 2 days ago