Specialized Bike Scraper avatar
Specialized Bike Scraper

Pricing

Pay per usage

Go to Store
Specialized Bike Scraper

Specialized Bike Scraper

Developed by

Himanshu

Himanshu

Maintained by Community

0.0 (0)

Pricing

Pay per usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

9 days ago

Start URLs

startUrlsarrayRequired

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

maxConcurrencyintegerOptional

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)

requestHandlerTimeoutSecsintegerOptional

Timeout for processing each product page in seconds.

Default value of this property is 300

Headless mode

headlessbooleanOptional

Run browser in headless mode. Recommended for production runs.

Default value of this property is true

Validate SKU

validateSkubooleanOptional

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

maxRetriesintegerOptional

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)

waitTimeBetweenActionsintegerOptional

Wait time in milliseconds between browser actions (clicking colors/sizes).

Default value of this property is 1500

Proxy configuration

proxyConfigurationobjectOptional

Proxy settings for the scraper. Recommended for production use.

Default value of this property is {"useApifyProxy":true}

Export format

exportFormatEnumOptional

Format for exporting the scraped data.

Value options:

"json": string"csv": string"excel": string

Default value of this property is "json"

Include unavailable sizes

includeUnavailablebooleanOptional

Include product variations that are marked as unavailable/out of stock.

Default value of this property is true

Debug mode

debugModebooleanOptional

Enable debug logging for troubleshooting. May produce verbose output.

Default value of this property is false