Specialized Bike Scraper
Pricing
Pay per usage
Specialized Bike Scraper
0.0 (0)
Pricing
Pay per usage
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
9 days ago
Start URLs
startUrls
arrayRequired
List of Specialized product URLs to scrape. Each URL should be a direct link to a product page.
Default value of this property is [{"url":"https://www.specialized.com/cz/cs/s-works-tarmac-sl8-sram-red-axs/p/4221539?color=5432697-4221539&searchText=90625-0144"},{"url":"https://www.specialized.com/cz/cs/s-works-tarmac-sl8-ltd-red-bull-2025-tdf/p/4293988?color=5467505-4293988"}]
Max concurrency
maxConcurrency
integerOptional
Maximum number of pages to process concurrently. Higher values may increase speed but also memory usage.
Default value of this property is 1
Request timeout (seconds)
requestHandlerTimeoutSecs
integerOptional
Timeout for processing each product page in seconds.
Default value of this property is 300
Headless mode
headless
booleanOptional
Run browser in headless mode. Recommended for production runs.
Default value of this property is true
Validate SKU
validateSku
booleanOptional
Enable SKU validation to ensure data quality. When enabled, the scraper will verify that SKUs match the expected format.
Default value of this property is true
Max retries per size
maxRetries
integerOptional
Maximum number of retry attempts for each size selection if URL doesn't change or SKU validation fails.
Default value of this property is 2
Wait time between actions (ms)
waitTimeBetweenActions
integerOptional
Wait time in milliseconds between browser actions (clicking colors/sizes).
Default value of this property is 1500
Proxy configuration
proxyConfiguration
objectOptional
Proxy settings for the scraper. Recommended for production use.
Default value of this property is {"useApifyProxy":true}
Export format
exportFormat
EnumOptional
Format for exporting the scraped data.
Value options:
"json": string"csv": string"excel": string
Default value of this property is "json"