Trek Bike Scraper
Go to Store
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsTrek Bike Scraper
nerdnd/trek-bike-scraper
https://www.trekbikes.com scraper that collects bycicle specs on the product pages.
You can access the Trek Bike Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "start_urls": [
3 "https://www.trekbikes.com/us/en_US/bikes/mountain-bikes/electric-mountain-bikes/powerfly/powerfly-full-suspension/powerfly-fs-4-gen-3/p/36998/",
4 "https://www.trekbikes.com/us/en_US/bikes/road-bikes/performance-road-bikes/madone/madone-slr/madone-slr-9-gen-8/p/46707/?colorCode=white"
5 ],
6 "proxyConfiguration": {
7 "useApifyProxy": true
8 }
9}' |
10apify call nerdnd/trek-bike-scraper --silent --output-dataset
Trek Bike Scraper API through CLI
The Apify CLI is the official tool that allows you to use Trek Bike Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: