Otto Scraper — German E-Commerce Products & Prices avatar

Otto Scraper — German E-Commerce Products & Prices

Pricing

Pay per usage

Go to Apify Store
Otto Scraper — German E-Commerce Products & Prices

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

Studio Amba

Maintained by Community

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

FieldTypeDescription
searchQuerystringSearch otto.de for this term (e.g., "waschmaschine")
categoryUrlsarrayOtto.de category or listing URLs to scrape
maxResultsintegerCap on number of products returned (default: 100)
proxyConfigurationobjectProxy settings -- recommended for larger runs

What you get back

FieldTypeExample
namestring"Ecksofa mit Schlaffunktion"
brandstring"Home affaire"
pricenumber449.99
originalPricenumber699.99
currencystring"EUR"
skustring"304815926"
inStockbooleantrue
ratingnumber4.3
reviewCountnumber87
urlstringFull product URL
imageUrlstringPrimary product image
imageUrlsarrayAll gallery images
categorystring"Sofas & Couches"
descriptionstringProduct description text
specsobject{"Breite": "234 cm", "Material": "Polyester"}
scrapedAtstringISO 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