ON: Get Products By Category
ON via Parse · ecommerce
Browse products filtered by gender and product type from On Running's US catalog. Returns one entry per color variant. Not all gender and product_type combinations have products; some combinations may return zero results. Paginates via zero-indexed page number. Scraper for On Running (on.com) - products, shoes, articles from the running/athletic brand Fulfilled by Parse from on.com.
- ecommerce
- news-media
- on
- on-com
- parse
- platform-key
- sports
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/aaac0b11-8b08-45ba-b71d-1a014af71824/get_products_by_category
- Interface artifact
- sha256:439766f3538291759f5dfac2cea82a1b51f888e56202b88128d828f158afa490
- Manifest digest
- sha256:2fa15597f8274dffd9b22ddc0fa71fa3c9da80cbc1637396b78fdc9cbfdb9ef4
Request fields
- page (integer): Page number (0-indexed)
- limit (integer): Results per page
- gender (string): Gender filter: mens, womens, kids: Allowed values: mens, womens, kids
- product_type (string): Product type filter: shoes, apparel, accessories: Allowed values: shoes, apparel, accessories
Example queries
- {"page":"0","limit":"5","gender":"mens","product_type":"shoes"}