Otto Product Scraper
1 day trial then $24.99/month - No credit card required now
Otto Product Scraper
1 day trial then $24.99/month - No credit card required now
An efficient actor to extract product information from Otto.de. This scraper collects details like product name, price, brand, image URL, and ratings based on a given search term. It allows users to specify the number of pages to scrape and saves data to Apify's dataset for easy access and analysis.
Otto.de Product Scraper
This project is an Apify actor designed to scrape product information from Otto.de. It collects details such as product name, price, brand, and more based on a given search term.
Features
- Searches for products on Otto.de based on a given search term.
- Collects information such as product title, price, brand, and more.
- Allows specifying the number of pages to scrape.
- Saves the collected data to the Apify dataset.
Usage
- Run this actor in the Apify console.
- Provide the desired inputs:
- searchTerm: The product or category to search for on Otto.de.
- totalPages: The total number of pages to scrape (default: 5).
Example Input
1{ 2 "searchTerm": "laptop", 3 "totalPages": 10 4}
Output
The collected data is saved to the Apify dataset. The output data includes the following fields:
product_name
: Product nameproduct_url
: Product URLproduct_image
: URL of the product imagebrand
: Product brandoffer.price
: Product priceoffer.currency
: Price currencyrating.rating_value
: Product ratingrating.review_count
: Number of reviews
Example Output
1{ 2 "product_name": "MSI Katana 17 B13VGK-1296 Gaming-Notebook (43,9 cm/17,3 Zoll, Intel Core i7 13620H, GeForce RTX 4070, 1000 GB SSD)", 3 "product_url": "https://www.otto.de/p/msi-katana-17-b13vek-1298-gaming-notebook-43-9-cm-17-3-zoll-intel-core-i5-13420h-geforce-rtx-4050-1000-gb-ssd-1872163053/#variationId=1872163054", 4 "product_image": "https://i.otto.de/i/otto/71dcbed7-b248-559b-b317-e204633f2019?$responsive_ft2$", 5 "brand": "MSI", 6 "offer": { 7 "price": "1799.00", 8 "currency": "EUR" 9 }, 10 "rating": { 11 "rating_value": 5, 12 "review_count": 1 13 } 14 }
This example output shows the structured data of a single product. The actual output will be a list of similar objects for all processed products.
Notes
- Sponsored products may appear in the dataset more than once.
- The collected data is stored in Apify’s default data store.
- 2 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Oct 2024
- Modified about 1 month ago