decathlon.fr API: get_product_reviews
decathlon.fr via Parse · ecommerce
Fetch customer reviews and aggregate rating statistics for a product by model ID. Returns individual reviews with ratings, comments, author info, and attribute breakdowns. Pagination is 1-based with configurable page size up to 50. Search and retrieve product data from Decathlon.fr including prices, descriptions, images, reviews, and search suggestions for sporting goods. Fulfilled by Parse from decathlon.fr.
- decathlon-fr
- ecommerce
- parse
- platform-key
- reviews-ratings
- sports
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/961694c7-1bda-4ace-bfc8-4675353abcab/get_product_reviews
- Interface artifact
- sha256:17e7c4317b8679f43ca6583702f232344b39afbb3a465c4a8d072c407f414c7a
- Manifest digest
- sha256:8656908195e74c5c7b041e5c83a9425802734a42808aeacb571e38309193c139
Request fields
- page (integer): Page number (1-based)
- model_id (string, required): Product model ID from search_products results[*].model_id or get_product_details.model_id
- page_size (integer): Number of reviews per page (max 50)
Example queries
- {"page":"1","model_id":"8970297","page_size":"10"}