Rewe Urls Scraper avatar

Rewe Urls Scraper

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Rewe Urls Scraper

Rewe Urls Scraper

Extract comprehensive recipe data from REWE's website, including ingredients, instructions, nutrition, and high-quality images. Perfect for food enthusiasts, researchers, and businesses analyzing trends....

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

15 days ago

Last modified

Share

Introduction

The Rewe Urls Scraper is a powerful Apify Actor designed to extract detailed recipe information from REWE's website. It efficiently scrapes recipe URLs, gathering comprehensive data including ingredients, instructions, nutritional facts, and images. This tool is ideal for food enthusiasts, researchers, and businesses looking to aggregate and analyze recipe data from one of Germany's leading grocery retailers.

Features

  • Comprehensive Data Extraction: Scrapes full recipe details such as name, description, ingredients, step-by-step instructions, and nutritional information.
  • High-Quality Images: Captures multiple high-resolution images associated with each recipe.
  • Structured Output: Delivers data in a clean, JSON format that's easy to integrate into databases or applications.
  • Reliable Performance: Built on PlaywrightCrawler for robust web scraping, handling dynamic content and anti-bot measures.
  • Customizable Inputs: Accepts a list of starting URLs to target specific recipes or categories.
  • Fast and Scalable: Processes multiple URLs concurrently, ensuring quick results even for large batches.
  • Error-Resistant: Includes built-in retries and error handling for uninterrupted scraping.

Input Parameters

ParameterTypeRequiredDescriptionExample
startUrlsarrayYesAn array of URLs pointing to REWE recipe pages to start scraping from. Each URL should be a valid recipe link.[{"url": "https://www.rewe.de/rezepte/hack-reis-pfanne/"}]

Example Usage

Input JSON

{
"startUrls": [
{
"url": "https://www.rewe.de/rezepte/hack-reis-pfanne/"
}
]
}

Output JSON

[
{
"name": "Hack-Reis-Pfanne",
"description": "So einfach, so lecker: in wenigen Schritten zum großen Genuss mit unserer Hack-Reis-Pfanne. REWE wünscht einen guten Appetit! Das Rezept findest du hier »",
"url": "https://www.rewe.de/rezepte/hack-reis-pfanne/",
"images": [
"https://c.rewe-static.de/34818953/2/34818953.png?impolicy=recipe-detail-page-header",
"https://c.rewe-static.de/34818953/2/34818953.png?impolicy=rds&im=Resize,height=764;Crop,width=764,height=764,gravity=Center"
],
"ingredients": [
"125.0 g ja! Langkorn-Spitzenreis",
"ja! Jodsalz",
"2.0 rote Paprikaschoten",
"1.0 Salatgurke",
"2.0 Lauchzwiebeln",
"3.0 EL ja! Sonnenblumenöl",
"1.0 EL Weißweinessig",
"Pfeffer",
"1.0 TL Zucker",
"500.0 g ja! gemischtes Hackfleisch"
],
"instructions": [
{
"step": "Schritt 1",
"description": "Reis in kochendem Salzwasser nach Packungsanweisung zubereiten. Paprika putzen, waschen, entkernen und in Streifen schneiden. Gurke putzen, waschen und fein würfeln. Lauchzwiebeln putzen, waschen und in feine Ringe schneiden. Gurke, Lauchzwiebeln, 1 EL Öl und Essig mischen. Mit Salz, Pfeffer und Zucker würzen.",
"url": "https://www.rewe.de/rezepte/hack-reis-pfanne/#step_1"
},
{
"step": "Schritt 2",
"description": "2 EL Öl in einer Pfanne erhitzen. Hack darin krümelig braten. Mit Salz und Pfeffer würzen. Paprikastreifen zugeben, andünsten. Reis abgießen und zur Hackpfanne geben. Mit Salz und Pfeffer würzen. Hack-Reis-Pfanne anrichten. 2 EL Gurken- Lauchzwiebel-Mischung darüber streuen. Übrige Gurken-Lauchzwiebel-Mischung in einem Schälchen dazu reichen.",
"url": "https://www.rewe.de/rezepte/hack-reis-pfanne/#step_2"
}
],
"servings": "4",
"servingType": "persons",
"totalTime": "PT30M",
"category": "Abendessen, Hauptspeise, Mittagessen",
"keywords": [
"Laktosefrei",
"Glutenfrei",
"Feierabend",
"gesund"
],
"nutrition": {
"calories": "508 kcal",
"servingSize": "4 Personen"
}
}
]

Use Cases

  • Market Research and Analysis: Analyze trends in German recipes, ingredients, and nutritional data for food industry insights.
  • Competitive Intelligence: Monitor REWE's recipe offerings to compare with competitors and identify popular dishes.
  • Price Monitoring: Track ingredient lists and costs for budgeting or pricing strategies in retail.
  • Content Aggregation: Build a database of recipes for food blogs, apps, or meal planning services.
  • Academic Research: Study dietary patterns, cultural food preferences, or nutritional science using structured recipe data.
  • Business Automation: Automate data collection for e-commerce platforms or recipe recommendation systems.

Installation and Usage

  1. Search for "Rewe Urls Scraper" in the Apify Store
  2. Click "Try for free" or "Run"
  3. Configure input parameters
  4. Click "Start" to begin extraction
  5. Monitor progress in the log
  6. Export results in your preferred format (JSON, CSV, Excel)

Output Format

The Actor outputs an array of JSON objects, each representing a scraped recipe. Key fields include:

  • name: Recipe title.
  • description: Brief overview.
  • url: Source URL.
  • images: Array of image URLs.
  • ingredients: List of required items with quantities.
  • instructions: Array of steps with descriptions and URLs.
  • servings, servingType, totalTime: Preparation details.
  • category, keywords: Classification tags.
  • nutrition: Calorie and serving info.

Data is structured for easy parsing and integration.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!