{
"recommendationType": "KEYWORDS_FOR_ASINS",
"sortDimension": "CLICKS",
"maxRecommendations": "2",
"locale" : "es_MX"
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sp/targets/keywords/recommendations' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Content-Type: application/vnd.spkeywordsrecommendation.v5+json' \
--data-raw '{
"recommendationType": "KEYWORDS_FOR_ASINS",
"sortDimension": "CLICKS",
"maxRecommendations": "2",
"locale" : "es_MX"
}'
{
"keywordTargetList": [
{
"keyword": "foaming hand soap refill",
"bidInfo": [
{
"matchType": "PHRASE",
"theme": "CONVERSION_OPPORTUNITIES",
"rank": 1,
"bid": 311,
"suggestedBid": {
"rangeStart": 126,
"rangeMedian": 311,
"rangeEnd": 476
}
},
{
"matchType": "EXACT",
"theme": "CONVERSION_OPPORTUNITIES",
"rank": 1,
"bid": 256,
"suggestedBid": {
"rangeStart": 125,
"rangeMedian": 256,
"rangeEnd": 455
}
},
{
"matchType": "BROAD",
"theme": "CONVERSION_OPPORTUNITIES",
"rank": 1,
"bid": 316,
"suggestedBid": {
"rangeStart": 128,
"rangeMedian": 316,
"rangeEnd": 483
}
}
],
"translation": "recarga de jabón de manos espumoso",
"userSelectedKeyword": false,
"searchTermImpressionRank": null,
"searchTermImpressionShare": null,
"recId": "b3c46375-1534-49bb-a25f-99f4199cc97f"
},
{
"keyword": "foaming soap",
"bidInfo": [
{
"matchType": "PHRASE",
"theme": "CONVERSION_OPPORTUNITIES",
"rank": 2,
"bid": 456,
"suggestedBid": {
"rangeStart": 117,
"rangeMedian": 456,
"rangeEnd": 830
}
},
{
"matchType": "BROAD",
"theme": "CONVERSION_OPPORTUNITIES",
"rank": 2,
"bid": 205,
"suggestedBid": {
"rangeStart": 153,
"rangeMedian": 205,
"rangeEnd": 336
}
},
{
"matchType": "EXACT",
"theme": "CONVERSION_OPPORTUNITIES",
"rank": 2,
"bid": 143,
"suggestedBid": {
"rangeStart": 85,
"rangeMedian": 143,
"rangeEnd": 152
}
}
],
"translation": "jabón espumoso",
"userSelectedKeyword": false,
"searchTermImpressionRank": null,
"searchTermImpressionShare": null,
"recId": "d8c36993-df47-4b26-a8f0-a9c166ebc878"
}
],
"impactMetrics": null
}