trekbikes.com API: list_bikes_by_category
trekbikes.com via Parse · ecommerce
List bikes in a specific category with pagination and sorting. Uses the allCategories filter. Category codes can be obtained from get_bike_categories subcategories or from product URLs (e.g. B213-2 from /c/B213-2/). Returns products array and flat pagination metadata including total pages and total results. Search bikes, browse categories, get product details, find shops, and read reviews from Trek Bikes. Fulfilled by Parse from trekbikes.com.
- ecommerce
- maps-geo
- parse
- platform-key
- reviews-ratings
- trekbikes-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2e90137f-b0a8-40af-829c-8882d4701140/list_bikes_by_category
- Interface artifact
- sha256:e5ad43d5f64a46f66d139ab50f8e700264a42e88563572a39beafd398d30d986
- Manifest digest
- sha256:30767c2a304ba0bc833def46041fad25cc1c79bfcf79a0ccc4dfe5f55bbfcfd9
Request fields
- page (integer): Page number (0-based)
- sort (string): Sort order for results: Allowed values: relevance, price-asc, price-desc, name-asc, name-desc
- page_size (integer): Results per page
- category_code (string, required): Category code from get_bike_categories or product page URLs (e.g. B338 for Powerfly+ FS, B512 for Electric Mountain Bikes)
Example queries
- {"page":"0","sort":"relevance","page_size":"24","category_code":"B338"}