Uzum: Get Product Reviews
Uzum via Parse · ecommerce
Fetch customer reviews for a product by ID with pagination via GraphQL. Returns feedback entries with rating (1-5), customer name, content text, pros, cons, and publication dates as Unix timestamps in milliseconds. Offset is converted to page internally (page = offset / limit). API for scraping product listings, categories, reviews, and seller data from Uzum Market (uzum.uz) Fulfilled by Parse from uzum.uz.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- uzum
- uzum-uz
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/854c74bc-8ffb-43f1-9412-d5c355c8c866/get_product_reviews
- Interface artifact
- sha256:12463862773c3da9a4e9d3b596c1a5dfccc4ae7a5b371ea90f87f00b66cf2048
- Manifest digest
- sha256:e613146d12abde5ac43f814daf25628a4e31bc0902b72fa78b7a2faa80c503c1
Request fields
- limit (integer): Number of reviews per page
- offset (integer): Pagination offset (converted to page internally: page = offset / limit)
- product_id (string, required): Product ID
Example queries
- {"limit":"20","offset":"0","product_id":"3207137"}