jkwening / bike-price-predictor

Machine learning project that given bike information will predict price and evaluate value comparatively to a listed price.
GNU General Public License v3.0
1 stars 0 forks source link

citybikes.com scraper #40

Closed jkwening closed 5 years ago

jkwening commented 5 years ago

base = 'https://www.citybikes.com/' products endpoint = 'product-list/bikes-1000 bike category endpoints = 'rb_ct=1001' (1001 = road)

Products category heading

Products - html is fetched

Product Specs

Page number text (under 'seProductsTab')

Bike specs - html is fetched

jkwening commented 5 years ago

Enhancement: For those bike products that don't have price, fetch product specs and get price from there.