Scrape reviews from AllRecipes.com recipes. Extract detailed review data including ratings, comments, user info, and timestamps. Perfect for recipe analysis, sentiment tracking, and user feedback collection.
Extract detailed recipe reviews from AllRecipes.com with ease! This powerful scraper collects comprehensive review data for any recipe URL on AllRecipes.com.
Each review is saved as a JSON object containing:
Parameter | Type | Description |
---|---|---|
recipeUrls | Array | List of AllRecipes.com recipe URLs to scrape |
maxItems | Integer | Maximum number of reviews to collect per recipe (optional) |
A full explanation of an input example in JSON.
1{ 2 "recipeUrls": [ 3 "https://www.allrecipes.com/recipe/14522/pizza-on-the-grill-i/" 4 ], 5 "maxItems": 50 6}
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 "recipeUrl": "https://www.allrecipes.com/recipe/14522/pizza-on-the-grill-i/", 4 "data": { 5 "id": 26567436, 6 "docId": 6737818, 7 "userId": "ee95f40b7162885e7f2cdae96e601262debafba2", 8 "created": "2020-07-03T23:06:12.450Z", 9 "review": "I’ve been wanting to make grilled pizza for a few months now and I was not disappointed with the pizza, that is. The crust had a very nice flavor and I’m very finicky with crusts. I’m also a horrible cook, but even I made this!! The sauce I got from another recipe was a whole other story.", 10 "starRating": 5, 11 "madeIt": 0, 12 "photos": [ 13 { 14 "url": "https://images.media-allrecipes.com/userphotos/8298018.jpg", 15 "mimeType": "jpg", 16 "width": 3024, 17 "height": 3024 18 } 19 ], 20 "helpfulCount": 0, 21 "displayName": "songnverse" 22 }, 23 "scrapedAt": "2025-02-10T03:18:58.010Z" 24 }, 25 ... 26]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!