Kaufland Reviews Scraper avatar

Kaufland Reviews Scraper

Pricing

Pay per event

Go to Apify Store
Kaufland Reviews Scraper

Kaufland Reviews Scraper

Scrape reviews from products listed on Kaufland scrapers.

Pricing

Pay per event

Rating

0.0

(0)

Developer

E Commerce

E Commerce

Maintained by Apify

Actor stats

1

Bookmarked

25

Total users

2

Monthly active users

7 days ago

Last modified

Categories

Share

Powered by E-commerce Scraping Tool. Need data from other stores too? The E-commerce Scraping Tool gets you data from Kaufland, Amazon, eBay, and any other e-commerce site.

Kaufland Reviews Scraper

Extract German-language customer reviews from kaufland.de product pages - rating, title, text, author, verified-purchase status, and built-in translation - with no Kaufland API required.

What does Kaufland Reviews Scraper do?

Kaufland Reviews Scraper collects customer reviews from product pages on kaufland.de, one of Germany's largest online marketplaces. Thousands of third-party sellers compete on the platform, so reviews are a decisive trust signal - and this Actor turns them into structured data you can analyze in bulk. Paste product URLs, set a per-product limit, and export to JSON, CSV, or Excel. No Kaufland API or login required.

  • Full review data - title, text, rating, and helpfulness score
  • German trust signals - verified-purchase and "Produkttest" flags
  • 🌐 Built-in translation - read German reviews without speaking the language
  • 🔎 Keyword filter - zero in on the topics that matter
  • 📊 Clean output - structured records ready for analysis

What data can you extract from Kaufland reviews?

Review dataReviewer and trustProduct and context
📝 Review title👤 Author handle🔗 Product URL
💬 Review text (German)✅ Verified purchase🆔 Review ID
⭐ Rating🧪 Product-test flag📅 Date published
👍 Helpfulness score🌐 Translation🏬 Storefront (locale, domain)

Can I filter Kaufland reviews by keyword?

Yes. Add a keyword to collect only reviews that mention the topics you care about - a feature, a defect, a use case - or leave it empty to pull every review up to your per-product limit.

How does Kaufland Reviews Scraper work?

  1. Add one or more kaufland.de product page URLs
  2. Set maxReviewsPerProduct to control how many reviews to pull per product
  3. (Optional) Add a keyword to filter reviews
  4. Results stream to a dataset you can preview or export as JSON, CSV, or Excel

How to use Kaufland Reviews Scraper

  1. Create a free Apify account
  2. Paste kaufland.de product page URLs
  3. Set how many reviews to collect per product
  4. Click Start
  5. Download your data from the Dataset tab

Input example

{
"startUrlsReviews": [{ "url": "https://www.kaufland.de/product/419218893/" }],
"maxReviewsPerProduct": 30
}

What does the output look like?

Each review is one structured record. German review text comes with a translation field:

{
"productUrl": "https://www.kaufland.de/product/342165380/",
"reviewId": 1840323,
"rating": 5,
"title": "Tolles Angebot",
"text": "Es wird ein Geschenk für eine Hobbyköchin.",
"author": "hm-8661868007",
"datePublished": "2021-11-02T08:15:50+01:00",
"isVerifiedPurchase": true,
"isProductTest": false,
"score": 1,
"storefront": { "ident": "de", "locale": "de-DE", "domain": "kaufland.de" },
"translation": null
}

Why use Kaufland Reviews Scraper?

FeatureManual or copy-pasteKaufland Reviews Scraper
VolumeA few reviews at a timeHundreds of reviews per run
LanguageManual German translationBuilt-in translation field
Trust signalsNot visibleVerified-purchase and product-test flags
ScaleHours of workMinutes, automated
ExportNoneJSON, CSV, Excel

What can you do with Kaufland review data?

  • German market entry research - brands moving into the German or DACH market gauge real demand and sentiment from native kaufland.de reviews
  • Marketplace seller benchmarking - sellers track their rating and verified-purchase share against competing sellers on kaufland.de
  • Cross-language analysis - international teams use the translation field to mine German feedback without reading German
  • Product-test signal mining - isolate "Produkttest" reviews to see how sampled products land with German shoppers

For ongoing monitoring, schedule the Actor daily for fast-selling products or weekly for stable catalogs.

How much does Kaufland Reviews Scraper cost?

Kaufland Reviews Scraper uses Apify's pay-per-event pricing: a small fee each time a run starts, plus a per-result fee of $5.00 per 1,000 reviews on the free tier. That rate drops on higher plans, down to $2.05 per 1,000 reviews on the Business plan. Apify gives you $5 in free usage credits every month on the free plan, enough to collect around 1,000 reviews at no cost. See the Actor's Pricing tab for the current rate on each plan.

How do I run Kaufland Reviews Scraper via the Apify API?

curl -X POST "https://api.apify.com/v2/acts/e-commerce~kaufland-reviews-scraper/runs?token=YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"startUrlsReviews": [{ "url": "https://www.kaufland.de/product/419218893/" }],
"maxReviewsPerProduct": 30
}'

What can I integrate Kaufland Reviews Scraper with?

The Actor runs on the Apify platform, so its data flows into the tools your team already uses:

  • Google Sheets and Excel - build a German-market review dashboard
  • Make, Zapier, and n8n - kick off a workflow whenever new reviews appear
  • Slack - get pinged when a product's rating drops
  • LangChain and MCP - pipe German reviews and their translations into AI agents
  • Apify API and webhooks - load reviews straight into your data warehouse

Limitations

  • Collects only publicly visible reviews; it does not access private or buyer-only data.
  • Authors are pseudonymized by Kaufland, so full names are never available.
  • Targets kaufland.de product pages; coverage depends on the current page structure.

FAQ

Which Kaufland storefront does it cover?

It targets kaufland.de, Kaufland's German marketplace. Paste product page URLs from kaufland.de to collect their reviews.

Are Kaufland reviews in German, and can I translate them?

Reviews are written in German. Each record includes a translation field, so you can run multilingual analysis without reading German yourself.

Can I tell genuine purchases from product tests?

Yes. Every review carries isVerifiedPurchase and isProductTest flags, so you can weight real buyer feedback separately from sampled product tests.

Can I narrow reviews to a specific topic?

Yes. Add a keyword and the Actor keeps only the reviews that mention it.

Is there an API for Kaufland Reviews Scraper?

Yes. Run it programmatically through the Apify API - start and schedule runs and pull results over REST, with apify-client packages for Node.js and Python.

Does it work with MCP and AI agents?

Yes. Expose the Actor through the Apify MCP server so your AI agents can collect Kaufland reviews on demand.

Because kaufland.de is a German site, EU GDPR applies directly. Kaufland Reviews Scraper collects only publicly posted reviews and pseudonymized author handles, never private personal data. Keep your use case lawful, and read is web scraping legal? if you are unsure.

Your feedback

Found a bug or want a field added? Open an issue on the Issues tab - we read every one.