dsw.com API: get_category_products
dsw.com via Parse · ecommerce
Browse products by category URI path. Returns paginated results for the specified category with product details including primary image URL. Category URIs follow the pattern '/category/{gender}/{type}' (e.g. '/category/womens/shoes'). Pagination is 0-indexed. Search and browse DSW shoe products, and retrieve customer reviews. Fulfilled by Parse from dsw.com.
- dsw-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/980bb31b-e076-49ea-bcc0-fd8b0cc7825e/get_category_products
- Interface artifact
- sha256:fd3db5846789d0f800495e1b3ee00d1e8df55903e0b9e53a7a63ee5a5c0e9a06
- Manifest digest
- sha256:6810283b2aec6bf00f3650f6ecb78c62e4f4b1a878c0107c19d34c3d2b2263f4
Request fields
- page (integer): Page number (0-indexed)
- page_size (integer): Number of results per page
- category_uri (string, required): Category URI path (e.g. '/category/womens/shoes', '/category/mens/boots')
Example queries
- {"page":"0","page_size":"5","category_uri":"/category/womens/shoes"}