Asos: Get Category Products
Asos via Parse · ecommerce
Browse products in a specific ASOS category by its numeric category ID. Returns paginated product listings with facets. Category IDs are found in the navigation tree (get_women_categories / get_men_categories) or from ASOS URLs. Search, browse, and get details for fashion products on ASOS including categories, recommendations, brands, and sale items. Fulfilled by Parse from asos.com.
- asos
- asos-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/54c0c805-9176-4dcd-b380-7bdc4a05a8ab/get_category_products
- Interface artifact
- sha256:1389406a0e9e5dff67a91d60a8030d364eb77523b6b91ece4d045a3a4f897d0c
- Manifest digest
- sha256:13031d21b79f08a36c469da0b347fdda5fe5240bb5c4a1d2b6fe091b5bcf1bac
Request fields
- sort (string): Sort order for results.: Allowed values: freshness, priceasc, pricedesc
- limit (integer): Max results per page (1-200).
- offset (integer): Pagination offset (number of items to skip).
- refine (string): Refinement filters as a pipe-separated string of facet selections (e.g. 'brand:53|base_colour:4').
- category_id (string, required): ASOS category ID (e.g. '4209' for shoes, '7046' for women's sale).
Example queries
- {"sort":"freshness","limit":"5","offset":"0","refine":"brand:53","category_id":"4209"}