Product Rating Get
trustpilot.product.rating.get
1 credit / request
Fetch the aggregate Trustpilot product rating, review count, and GTIN for a business unit's SKU.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"business_unit_id":"605071d79427c2000147bff9","language":"fr","product_name":"Irrésistible Givenchy","sku":"41013C42","url":"https://www.my-origines.com/fr/irresistible-givenchy-41013C42.html"},"capability":"trustpilot.product.rating.get"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
business_unit_id
| string | required | |
language
| string | optional | |
number_of_reviews
| integer | optional | |
product_name
| string | optional | |
sku
| string | required | |
template_id
| string | optional | |
url
| string | optional |