Macys: Browse Category
Macys via Parse · ecommerce
Browse products in a specific category. Returns product IDs, total count, and available filter facets for the category. Use category_id and pathname from the get_category_navigation endpoint. APIs for searching products, browsing categories, and fetching detailed product information from Macy's. Fulfilled by Parse from macys.com.
- ecommerce
- macys
- macys-com
- 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/767f72c4-3498-4f8b-b11d-47cc123dc71b/browse_category
- Interface artifact
- sha256:6c2e492fa4d872780e743f9c488f73857782097942a33c7034a3b78b4eaf4e84
- Manifest digest
- sha256:d1bd68f558367bd68179820661a649f79f2bec99cd29f17c80540f7613d1e41b
Request fields
- pathname (string, required): Category pathname starting with /shop/ (e.g., '/shop/jewelry-watches/jewelry/fashion-jewelry'). Obtained from get_category_navigation results url field (strip query params).
- page_index (integer): Page number for paginated results
- category_id (string, required): Category ID from get_category_navigation (e.g., '55352')
- products_per_page (integer): Number of product IDs per page
Example queries
- {"pathname":"/shop/jewelry-watches/jewelry/fashion-jewelry","page_index":"1","category_id":"55352","products_per_page":"120"}