AllRecipes Review Scraper ๐Ÿณ avatar
AllRecipes Review Scraper ๐Ÿณ

Pricing

$19.99/month + usage

Go to Apify Store
AllRecipes Review Scraper ๐Ÿณ

AllRecipes Review Scraper ๐Ÿณ

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.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

1

Monthly active users

8 months ago

Last modified

Share

Extract detailed recipe reviews from AllRecipes.com with ease! This powerful scraper collects comprehensive review data for any recipe URL on AllRecipes.com.

๐ŸŽฏ Use Cases

  • Analyze recipe ratings and user feedback
  • Track recipe popularity and trends
  • Collect user sentiments and cooking experiences
  • Research recipe modifications and improvements
  • Monitor customer satisfaction for specific recipes

โœจ Features

  • Detailed Review Data: Captures complete review information including:
    • Review text and star ratings
    • User information
    • Timestamps
    • Helpful votes count
    • Made it status
  • Flexible Configuration: Set custom limits for number of reviews
  • Clean Output: Structured JSON data ready for analysis
  • Efficient Processing: Uses advanced browser automation
  • Rate Limiting: Built-in delays to respect website limits

๐Ÿ“Š Output Format

Each review is saved as a JSON object containing:

  • Recipe URL
  • Review ID and details
  • User information
  • Rating data
  • Timestamps
  • Engagement metrics

๐Ÿ’ก Input Parameters

ParameterTypeDescription
recipeUrlsArrayList of AllRecipes.com recipe URLs to scrape
maxItemsIntegerMaximum number of reviews to collect per recipe (optional)

๐Ÿš€ Getting Started

  1. Enter one or more AllRecipes.com recipe URLs
  2. Set the maximum number of reviews to collect (optional)
  3. Run the actor and get structured review data

๐Ÿ“ Notes

  • Respects website's robots.txt and implements polite scraping
  • Processing time depends on the number of reviews and recipes
  • Some reviews might be filtered by the website's moderation system

Input Example

A full explanation of an input example in JSON.

{
"recipeUrls": [
"https://www.allrecipes.com/recipe/14522/pizza-on-the-grill-i/"
],
"maxItems": 50
}

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.

[
{
"recipeUrl": "https://www.allrecipes.com/recipe/14522/pizza-on-the-grill-i/",
"data": {
"id": 26567436,
"docId": 6737818,
"userId": "ee95f40b7162885e7f2cdae96e601262debafba2",
"created": "2020-07-03T23:06:12.450Z",
"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.",
"starRating": 5,
"madeIt": 0,
"photos": [
{
"url": "https://images.media-allrecipes.com/userphotos/8298018.jpg",
"mimeType": "jpg",
"width": 3024,
"height": 3024
}
],
"helpfulCount": 0,
"displayName": "songnverse"
},
"scrapedAt": "2025-02-10T03:18:58.010Z"
},
...
]