Columbia: Get Category Products
Columbia via Parse · ecommerce
Browse products by category path using the Unbxd category engine. Returns the same shape as search_products: paginated product listings with variant expansions and faceted filters. Category paths use '>' as a separator for subcategories (e.g., 'men>men-jackets'). API to extract product listings, technical garment specifications, pricing, availability, and reviews from Columbia Sportswear. Fulfilled by Parse from columbia.com.
- columbia
- columbia-com
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
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/48a800e6-d106-49d9-a0d4-e0c737705b86/get_category_products
- Interface artifact
- sha256:0717c6f4c55ae002ab1b1f65707133ef28f59fead77fa1c508626355f25c5fd1
- Manifest digest
- sha256:f7a55df27d31ef59603535f85118b6e868be48be50c95f882e5fc3eef1c4c648
Request fields
- limit (integer): Number of products to return per page.
- start (integer): Offset for pagination (0-based).
- category_path (string, required): Category path (e.g., 'men', 'women', 'men>men-jackets').
Example queries
- {"limit":"5","start":"0","category_path":"men"}