DSW: Get Product Reviews
DSW via Parse · ecommerce
Get customer reviews for a specific product by its product ID. Returns paginated reviews with ratings, text, recommendation status, and secondary rating dimensions (comfort, fit, width). Product IDs come from search_products or get_category_products results. Pagination is offset-based. Search and browse DSW shoe products, and retrieve customer reviews. Fulfilled by Parse from dsw.com.
- dsw
- 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_product_reviews
- Interface artifact
- sha256:1715552fd58691df939f71c415b2ccd7a1f3f6ad1ffee243b39c709e3cafea49
- Manifest digest
- sha256:1c08583405abdb05efd91c263e5066162ad28b0df4b6f6ec3c5d9a02fd3dd198
Request fields
- sort (string): Sort order in format 'field:direction': Allowed values: submissiontime:desc, submissiontime:asc, rating:desc, rating:asc
- limit (integer): Maximum number of reviews to return
- offset (integer): Offset for pagination
- product_id (string, required): Product ID (e.g. '605171') from search_products or get_category_products results
Example queries
- {"sort":"submissiontime:desc","limit":"5","offset":"0","product_id":"593026"}