ApiShopping
Get product rankings by prompt with brand data
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
Response Body
application/json
curl -X GET "https://example.com/domains/string/shopping/analytics/product-rankings"{
"rankings": [
{
"rank": 1,
"title": "Air Max 90",
"brand": "Nike",
"merchant": "Amazon",
"frequencyPercentage": 85.5,
"averagePosition": 2.3,
"price": {
"current": 129.99,
"currency": "USD"
}
}
],
"total": 50
}