Otto Scraper — German E-Commerce Products & Prices
Pricing
Pay per usage
Otto Scraper — German E-Commerce Products & Prices
Scrape product data from otto.de. Extract names, prices, descriptions, images, and availability from Germany's #2 e-commerce platform.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Otto Scraper
Pull product data from otto.de, Germany's massive online department store. This scraper handles search queries and category pages across Otto's entire catalog -- furniture, fashion, electronics, home goods, and more.
How it works
Give it a search term or paste in category URLs from otto.de. The scraper visits listing pages, follows links to individual product pages, and extracts structured data from each one using HTML parsing with microdata fallbacks. Pagination is handled automatically.
If you don't provide any input, it defaults to searching for "sofa" as a demo.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search otto.de for this term (e.g., "waschmaschine") |
categoryUrls | array | Otto.de category or listing URLs to scrape |
maxResults | integer | Cap on number of products returned (default: 100) |
proxyConfiguration | object | Proxy settings -- recommended for larger runs |
What you get back
| Field | Type | Example |
|---|---|---|
name | string | "Ecksofa mit Schlaffunktion" |
brand | string | "Home affaire" |
price | number | 449.99 |
originalPrice | number | 699.99 |
currency | string | "EUR" |
sku | string | "304815926" |
inStock | boolean | true |
rating | number | 4.3 |
reviewCount | number | 87 |
url | string | Full product URL |
imageUrl | string | Primary product image |
imageUrls | array | All gallery images |
category | string | "Sofas & Couches" |
description | string | Product description text |
specs | object | {"Breite": "234 cm", "Material": "Polyester"} |
scrapedAt | string | ISO timestamp |
Sample output
{"name": "Ecksofa mit Schlaffunktion","brand": "Home affaire","price": 449.99,"originalPrice": 699.99,"currency": "EUR","inStock": true,"rating": 4.3,"reviewCount": 87,"url": "https://www.otto.de/p/home-affaire-ecksofa-1234567/","imageUrl": "https://i.otto.de/i/otto/product-image.jpg","category": "Sofas & Couches","scrapedAt": "2026-03-14T09:15:00.000Z"}
Typical costs
Around 1,000 products per $1 in Apify credits using CheerioCrawler. Proxy usage increases cost for large runs.
Good to know
- All product data is in German
- Otto uses server-side rendering, so most data is accessible via HTTP
- The scraper follows product links matching
/p/or/produkt/URL patterns - Some pages may require proxy to avoid rate limiting on larger crawls