Chronext Shop/Listings Scraper
2 hours trial then $10.00/month - No credit card required now
Chronext Shop/Listings Scraper
2 hours trial then $10.00/month - No credit card required now
Unlock the vault of luxury timepieces: Chronext Scraper delivers precision data on exclusive watches, empowering your market analysis and decision-making in the high-end horological world.
Chronext.de Scraper
Overview
This scraper is designed to extract watch data from the Chronext website (https://www.chronext.de/kaufen). It collects detailed information about luxury watches, including their specifications, pricing, and availability.
How it works
The scraper starts from the provided URL and navigates through the product listings, extracting data for each watch. It handles pagination automatically and respects the site's structure and any rate limiting requirements.
Features
- Extracts detailed watch information including name, price, condition, specifications, and images
- Handles pagination to scrape multiple pages of results
- Configurable maximum number of items to scrape
- Adjustable concurrency settings for optimal performance
- Proxy support for improved reliability and to avoid IP blocks
How to Use
- Set up the Chronext Scraper in your Apify account.
- Configure the input parameters as needed:
- Set the Start URLs (default is https://www.chronext.de/kaufen)
- Adjust Max Items if you want to limit the number of scraped watches
- Modify Max Concurrency and Min Concurrency based on your needs
- Configure concurrency settings based on your needs and the website's limitations
- Set up proxy configuration if needed (recommended for large-scale scraping)
- Run the actor and wait for it to finish
- Retrieve the scraped data from the actor's dataset in your preferred format (JSON, CSV, etc.)
Available Input Parameters
- Start URLs: The initial URL(s) to start scraping from. Default: https://www.chronext.de/kaufen
- Max Items (optional): Maximum number of items to scrape. Default: 100
- Max Concurrency (optional): Maximum number of concurrent requests. Default: 2
- Min Concurrency (optional): Minimum number of concurrent requests. Default: 1
- Max Request Retries (optional): Maximum number of retries for failed requests. Default: 8
Input Data
Here's a simple example of how to set up input parameters for the Chronext Scraper:
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.chronext.de/kaufen" 5 } 6 ], 7 "maxItems": 50, 8 "maxConcurrency": 10, 9 "minConcurrency": 1, 10 "maxRequestRetries": 3, 11 "proxy": { 12 "useApifyProxy": true 13 } 14}
Output Structure
The scraper outputs data in JSON format. Here's an example of the structure for each watch:
1{ 2 "name": "Rolex Explorer II 16570 (A10372_V65900)", 3 "sku": "A10372_V65900", 4 "price": 924000, 5 "strikePrice": "UNKNOWN", 6 "discountedPrice": "UNKNOWN", 7 "currency": "EUR", 8 "isOnStock": true, 9 "images": [ 10 "https://cdn-products.chronext.com/V/6/V65900/V65900_1_det.png", 11 "https://cdn-products.chronext.com/V/6/V65900/V65900_1.png", 12 "https://cdn-products.chronext.com/V/6/V65900/V65900_2.jpg", 13 "https://cdn-products.chronext.com/V/6/V65900/V65900_3.jpg", 14 "https://cdn-products.chronext.com/V/6/V65900/V65900_4.jpg" 15 ], 16 "condition": "Sehr Gut", 17 "reference": "16570", 18 "model": "Explorer II", 19 "brand": "rolex", 20 "diameter": 40, 21 "year": 1993, 22 "box": "Original-Box", 23 "papers": "Originalpapiere CHRONEXT-Zertifikat", 24 "url": "https://www.chronext.de/rolex/explorer-ii/16570/V65900" 25}
Output Fields Explanation
name
: Full name of the watchsku
: Stock Keeping Unit, a unique identifier for the productprice
: Price in cents (multiply by 100 to get the actual price)strikePrice
: Original price if discounted, "UNKNOWN" if not applicablediscountedPrice
: Discounted price if available, "UNKNOWN" if not applicablecurrency
: Currency of the price (e.g., "EUR")isOnStock
: Boolean indicating if the watch is in stockimages
: Array of image URLs for the watchcondition
: Condition of the watch (e.g., "Sehr Gut" meaning "Very Good")reference
: Reference number of the watch modelmodel
: Model name of the watchbrand
: Brand of the watch (lowercase)diameter
: Diameter of the watch face in millimetersyear
: Year of manufacturebox
: Information about the box includedpapers
: Information about papers or certificates includedurl
: URL of the specific watch listing
Support
- Me: https://muhamed-didovic.github.io/
- Report an issue
- Share your experience
- Request customization or whole dataset: muhamed.didovic@gmail.com
- If you need anything else scraped, or this actor customized email me: muhamed.didovic@gmail.com
- If you'd like an API of this service (no apify fee, just usage fee for the API), contact me: muhamed.didovic@gmail.com
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Jun 2024
Modified 3 months ago