Site icon DataForSEO

Amazon keyword research: how to find keyword ideas for product listings

Keyword research is an essential part of Amazon listing optimization. Savvy sellers leverage various Amazon keyword research tools that help them find keyword ideas for product descriptions. With our new Amazon endpoints in DataForSEO Labs API, you could develop your own advanced keyword research solution for Amazon merchandisers.

We offer three endpoints you can base your tool on:

 
Let us showcase how you can use these endpoints for effective keyword research.

Find thousands of related keywords

Like Google, Amazon has the Related Searches section where it displays keywords related to the original query from which a search session is started. The section usually appears at the bottom of Amazon SERP.

However, Amazon can provide only six related keywords, which is obviously not enough for comprehensive research.

With the Amazon Related Keywords endpoint, you can extract much more keywords from this section: it will provide you with up to 1554 keyword ideas from “Related Searches”.

1 Call the Related Keywords endpoint.

POST https://api.dataforseo.com/v3/dataforseo_labs/amazon/related_keywords/live

2 Add the keyword field to the POST body and specify your seed keyword in it.

Example: "keyword": "samsung watch"

3 Specify the location parameters by adding the location_name or location_code field to the POST body.

4 Specify the language parameters by adding the language_name or language_code field to the POST body.

You will receive the full list of available locations and languages by making a separate request to the Locations and Languages endpoint.

GET https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages

5 Specify the keyword search depth by adding the depth parameter. You can specify its level from 0 to 4 (the number of returned keywords directly depends on the specified level):

 
Your POST request should be structured as in the following example:

[
    {
        "keyword": "samsung watch",
        "language_name": "English",
        "location_code": 2840,
        "depth": 2
    }
]

In the API response, you will find related keywords, along with their search volume information:

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0976 sec.",
    "cost": 0.0128,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03141746-2806-0387-0000-e5dbd13cfa7d",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0455 sec.",
            "cost": 0.0128,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "related_keywords",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "related_keywords",
                "se_type": "amazon",
                "keyword": "samsung watch",
                "language_name": "English",
                "location_code": 2840,
                "depth": 2
            },
            "result": [
                {
                    "se_type": "amazon",
                    "seed_keyword": "samsung watch",
                    "seed_keyword_data": null,
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 28,
                    "items_count": 28,
                    "items": [
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "smart watch",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 17:37:15 +00:00",
                                    "search_volume": 164100
                                }
                            },
                            "depth": 1,
                            "related_keywords": null
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 17:30:14 +00:00",
                                    "search_volume": 68500
                                }
                            },
                            "depth": 0,
                            "related_keywords": [
                                "samsung watch 4",
                                "samsung watch active 2",
                                "samsung smart watch",
                                "smart watch",
                                "samsung watch 3",
                                "samsung galaxy watch"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung smart watch",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 16:53:09 +00:00",
                                    "search_volume": 27600
                                }
                            },
                            "depth": 1,
                            "related_keywords": [
                                "smart watch",
                                "android smart watch",
                                "smart watch for android phones",
                                "samsung smart watch for women",
                                "samsung watch",
                                "samsung smart watch for men"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "smart watch for android phones",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 16:18:19 +00:00",
                                    "search_volume": 21400
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung smart watch",
                                "samsung watch",
                                "smart watch",
                                "fitbit",
                                "smart watch for android phones for men",
                                "smart watch for android phones for women"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung galaxy watch",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 15:29:34 +00:00",
                                    "search_volume": 21000
                                }
                            },
                            "depth": 1,
                            "related_keywords": [
                                "samsung galaxy watch 4",
                                "samsung galaxy watch band",
                                "samsung watch",
                                "samsung galaxy watch 4 band",
                                "samsung galaxy watch active 2",
                                "samsung smart watch"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung galaxy watch 4",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 15:29:34 +00:00",
                                    "search_volume": 20500
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung galaxy watch 4 band",
                                "samsung galaxy watch 4 bands for women",
                                "samsung galaxy watch",
                                "samsung galaxy watch 3",
                                "samsung galaxy watch 4 screen protector",
                                "samsung galaxy watch 4 accessories"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 3",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 13:03:12 +00:00",
                                    "search_volume": 11900
                                }
                            },
                            "depth": 1,
                            "related_keywords": [
                                "samsung watch",
                                "samsung watch 3 bands",
                                "samsung watch 4",
                                "samsung watch 2",
                                "samsung watch 3 bands 45mm",
                                "samsung watch 3 bands 41mm"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 4 band",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 15:29:16 +00:00",
                                    "search_volume": 9800
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch 4",
                                "samsung watch",
                                "samsung watch 4 screen protector",
                                "samsung watch 4 accessories",
                                "samsung watch band",
                                "samsung watch 4 charger"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung galaxy watch band",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 15:29:13 +00:00",
                                    "search_volume": 8900
                                }
                            },
                            "depth": 2,
                            "related_keywords": null
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 4",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 17:33:12 +00:00",
                                    "search_volume": 8500
                                }
                            },
                            "depth": 1,
                            "related_keywords": [
                                "samsung watch",
                                "samsung watch 4 screen protector",
                                "samsung watch 3",
                                "samsung watch 4 classic",
                                "samsung watch 4 band",
                                "samsung watch 4 40mm"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung galaxy watch 4 band",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 15:29:13 +00:00",
                                    "search_volume": 8000
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung galaxy watch 4",
                                "samsung galaxy watch 4 band 44mm",
                                "samsung galaxy watch 4 screen protector",
                                "samsung galaxy watch 4 accessories",
                                "samsung galaxy watch 4 bands for women",
                                "samsung galaxy watch 4 classic band"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "android smart watch",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 11:24:18 +00:00",
                                    "search_volume": 6800
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung smart watch",
                                "smart watch",
                                "android smart watch for women",
                                "samsung watch",
                                "android smart watches for men",
                                "android smart watch samsung"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch active 2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 13:02:23 +00:00",
                                    "search_volume": 4400
                                }
                            },
                            "depth": 1,
                            "related_keywords": [
                                "samsung watch",
                                "samsung watch active 2 screen protector",
                                "samsung watch active 2 band",
                                "samsung watch active 2 bands for men",
                                "samsung watch active 2 bands for women",
                                "samsung watch active"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 3 bands",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 03:06:12 +00:00",
                                    "search_volume": 4300
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch 3",
                                "samsung watch",
                                "samsung watch 3 bands 45mm",
                                "samsung watch 3 bands for women",
                                "samsung watch 3 bands 41mm",
                                "samsung watch 4 band"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 3 bands 45mm",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-13 02:48:16 +00:00",
                                    "search_volume": 3900
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch 3",
                                "samsung watch 3 bands 45mm women",
                                "samsung watch 3 bands",
                                "samsung watch 4",
                                "samsung watch",
                                "samsung watch 3 accessories"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung smart watch for women",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 09:17:18 +00:00",
                                    "search_volume": 3800
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "android smart watch for women",
                                "reloj inteligente para mujer",
                                "samsung smart watch",
                                "samsung watch",
                                "fossil smart watch for women",
                                "smart watch"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung galaxy watch active 2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-13 21:06:08 +00:00",
                                    "search_volume": 3800
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung galaxy watch active 2 band",
                                "samsung galaxy watch active 2 charger",
                                "samsung galaxy watch",
                                "samsung galaxy watch active 2 case",
                                "samsung galaxy watch 4",
                                "samsung watch"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 4 screen protector",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 15:29:16 +00:00",
                                    "search_volume": 3700
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch 4",
                                "samsung watch 4 screen protector 40mm",
                                "samsung watch 4 band",
                                "samsung watch",
                                "samsung watch 4 screen protector 44mm",
                                "samsung watch 4 bands 40mm"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch active 2 band",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 13:02:23 +00:00",
                                    "search_volume": 2200
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch active 2",
                                "samsung watch active 2 bands for women",
                                "samsung watch",
                                "samsung watch active 2 case",
                                "samsung watch active 2 screen protector",
                                "samsung watch 4 band"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung smart watch for men",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-13 20:36:41 +00:00",
                                    "search_volume": 1700
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung smart watch",
                                "smart watch for men android",
                                "samsung watch",
                                "smart watch for android phones",
                                "smart watch",
                                "reloj inteligente para hombre"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch active 2 screen protector",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 13:02:23 +00:00",
                                    "search_volume": 1200
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch active 2",
                                "samsung watch active 2 bands for women",
                                "samsung watch",
                                "samsung watch 4 screen protector",
                                "samsung watch active 2 band",
                                "samsung watch screen protector"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 3 bands 41mm",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-12 12:02:08 +00:00",
                                    "search_volume": 1100
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch 3",
                                "samsung watch 3 bands 45mm",
                                "samsung watch 3 bands",
                                "samsung watch 4 band",
                                "samsung watch",
                                "samsung watch 4"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch active 2 bands for women",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 13:02:23 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch active 2",
                                "samsung watch active 2 bands for men",
                                "samsung watch",
                                "samsung watch active 2 screen protector",
                                "samsung watch active 2 band",
                                "samsung watch band"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch active",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 11:42:28 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "depth": 2,
                            "related_keywords": null
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 15:29:06 +00:00",
                                    "search_volume": 500
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch 3",
                                "samsung watch 2 bands for women",
                                "samsung watch",
                                "samsung watch 1",
                                "samsung watch 4",
                                "samsung watch active 2"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 4 classic",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 10:29:29 +00:00",
                                    "search_volume": 400
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch 4",
                                "samsung watch 4 band",
                                "samsung watch",
                                "samsung watch 3",
                                "samsung watch 4 classic band",
                                "samsung watch 4 classic case"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch 4 40mm",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 10:29:24 +00:00",
                                    "search_volume": 400
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch 4",
                                "samsung watch 4 band",
                                "samsung watch",
                                "samsung watch 4 40mm bands for women",
                                "samsung watch 4 40mm screen protector",
                                "samsung watch 4 40mm accessories"
                            ]
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "samsung watch active 2 bands for men",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-14 13:02:23 +00:00",
                                    "search_volume": 100
                                }
                            },
                            "depth": 2,
                            "related_keywords": [
                                "samsung watch active 2",
                                "samsung watch active 2 band",
                                "samsung watch",
                                "samsung watch active 2 screen protector",
                                "samsung watch active 2 bands for women",
                                "samsung watch bands for men"
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}

Use the Product Competitors and Ranked Keywords endpoints for even more keyword ideas

Another way to find keyword ideas is to identify product competitors and then find their ranking keywords. That’s what the Product Competitors and Ranked Keywords endpoints can help you with.

Let’s start with identifying product competitors.

1 Call the Product Competitors endpoint.

POST https://api.dataforseo.com/v3/dataforseo_labs/amazon/product_competitors/live

2 Specify the asin of the product you would like to find competitors for. ASIN can be found on any product page on Amazon. Learn more about ASINs in this help center article.

3 Specify the location parameters by adding the location_name or location_code field to the POST body.

4 Specify the language parameters by adding the language_name or language_code field to the POST body.

You will receive the full list of available locations and languages by making a separate request to the Locations and Languages endpoint.

GET https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages

5 Specify the maximum number of products to be returned in the API response. To do that, add the limit parameter and set it to the desired value.

Default limit value: 100.

Maximum limit value: 1000.

Your POST request should be structured as in the following example.

[
    {
        "asin": "019005476X",
        "language_name": "English",
        "location_code": 2840,
        "limit": 5
    }
]

In the API response, you will find a list of product competitors, along with their ASINs and ranking data.

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.4139 sec.",
    "cost": 0.0105,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03141314-2806-0375-0000-187074f88435",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.3478 sec.",
            "cost": 0.0105,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "product_competitors",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "product_competitors",
                "se_type": "amazon",
                "asin": "019005476X",
                "language_name": "English",
                "location_code": 2840,
                "limit": 5
            },
            "result": [
                {
                    "se_type": "amazon",
                    "asin": "019005476X",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 84,
                    "items_count": 5,
                    "items": [
                        {
                            "se_type": "amazon",
                            "asin": "019005476X",
                            "avg_position": 13.666666666666666,
                            "sum_position": 41,
                            "intersections": 3,
                            "competitor_metrics": {
                                "amazon_serp": {
                                    "pos_1": 0,
                                    "pos_2_3": 1,
                                    "pos_4_10": 0,
                                    "pos_11_100": 2,
                                    "count": 3,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            },
                            "full_metrics": {
                                "amazon_serp": {
                                    "pos_1": 0,
                                    "pos_2_3": 1,
                                    "pos_4_10": 0,
                                    "pos_11_100": 2,
                                    "count": 3,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "asin": "1465458557",
                            "avg_position": 25.5,
                            "sum_position": 51,
                            "intersections": 2,
                            "competitor_metrics": {
                                "amazon_serp": {
                                    "pos_1": 0,
                                    "pos_2_3": 1,
                                    "pos_4_10": 0,
                                    "pos_11_100": 1,
                                    "count": 2,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            },
                            "full_metrics": {
                                "amazon_serp": {
                                    "pos_1": 3,
                                    "pos_2_3": 7,
                                    "pos_4_10": 14,
                                    "pos_11_100": 30,
                                    "count": 54,
                                    "search_volume": 6700
                                },
                                "amazon_paid": {
                                    "pos_1": 6,
                                    "pos_2_3": 4,
                                    "pos_4_10": 1,
                                    "pos_11_100": 1,
                                    "count": 12,
                                    "search_volume": 1900
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "asin": "1316606201",
                            "avg_position": 41.5,
                            "sum_position": 83,
                            "intersections": 2,
                            "competitor_metrics": {
                                "amazon_serp": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 2,
                                    "count": 2,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            },
                            "full_metrics": {
                                "amazon_serp": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 4,
                                    "count": 4,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "asin": "0197543812",
                            "avg_position": 1.5,
                            "sum_position": 3,
                            "intersections": 2,
                            "competitor_metrics": {
                                "amazon_serp": {
                                    "pos_1": 1,
                                    "pos_2_3": 1,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 2,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            },
                            "full_metrics": {
                                "amazon_serp": {
                                    "pos_1": 1,
                                    "pos_2_3": 1,
                                    "pos_4_10": 1,
                                    "pos_11_100": 1,
                                    "count": 4,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "asin": "1285874315",
                            "avg_position": 28.5,
                            "sum_position": 57,
                            "intersections": 2,
                            "competitor_metrics": {
                                "amazon_serp": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 2,
                                    "count": 2,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            },
                            "full_metrics": {
                                "amazon_serp": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 2,
                                    "count": 2,
                                    "search_volume": 200
                                },
                                "amazon_paid": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 0,
                                    "pos_11_100": 0,
                                    "count": 0,
                                    "search_volume": 0
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

6 Extract competitor ASINs and use them to send separate requests to the Ranked Keyword endpoint.

Structure your requests as in the following example:

[
    {
        "asin": "1465458557",
        "location_code": 2840,
        "language_code": "en",
        "limit": 5
    }
]

The API response will provide you with the ranking keywords of the specified product.

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.1439 sec.",
    "cost": 0.0105,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03141801-2806-0377-0000-ee8b9c60a6b3",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0749 sec.",
            "cost": 0.0105,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "ranked_keywords",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "ranked_keywords",
                "se_type": "amazon",
                "asin": "1465458557",
                "location_code": 2840,
                "language_code": "en",
                "limit": 5
            },
            "result": [
                {
                    "se_type": "amazon",
                    "asin": "1465458557",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 76,
                    "items_count": 5,
                    "items": [
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "philosophy books",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:34:08 +00:00",
                                    "search_volume": 3200
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "amazon",
                                "serp_item": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 3,
                                    "rank_absolute": 3,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[4]",
                                    "domain": "www.amazon.com",
                                    "title": "The Philosophy Book: Big Ideas Simply Explained",
                                    "url": "https://www.amazon.com/Philosophy-Book-Ideas-Simply-Explained/dp/1465458557/ref=sr_1_3?keywords=philosophy+books&qid=1646105285&sr=8-3",
                                    "description": null,
                                    "asin": "1465458557",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": true,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 2534,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "check_url": "https://www.amazon.com/s/?field-keywords=philosophy%20books&page=1&language=en_US",
                                "serp_item_types": [
                                    "amazon_serp",
                                    "related_searches"
                                ],
                                "se_results_count": 106484,
                                "last_updated_time": "2022-03-01 05:28:07 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "existentialism",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 08:19:11 +00:00",
                                    "search_volume": 900
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "amazon",
                                "serp_item": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 34,
                                    "rank_absolute": 34,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[34]",
                                    "domain": "www.amazon.com",
                                    "title": "The Philosophy Book: Big Ideas Simply Explained",
                                    "url": "https://www.amazon.com/Philosophy-Book-Ideas-Simply-Explained/dp/1465458557/ref=sr_1_34?keywords=existentialism&qid=1646123288&sr=8-34",
                                    "description": null,
                                    "asin": "1465458557",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": true,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 2534,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "check_url": "https://www.amazon.com/s/?field-keywords=existentialism&page=1&language=en_US",
                                "serp_item_types": [
                                    "amazon_serp",
                                    "related_searches"
                                ],
                                "se_results_count": 4692,
                                "last_updated_time": "2022-03-01 10:28:12 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "a history of western philosophy",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 23:25:11 +00:00",
                                    "search_volume": 500
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "amazon",
                                "serp_item": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 6,
                                    "rank_absolute": 7,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[7]/div[1]/div[1]/div[1]/span[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]/li[1]/div[1]",
                                    "domain": "www.amazon.com",
                                    "title": "The Philosophy Book: Big Ideas Simply Explained",
                                    "url": "https://www.amazon.com/gp/slredirect/picassoRedirect.html/ref=pa_sp_search_thematic_aps_sr_pg1_1?ie=UTF8&adId=A09150014L3FA52B8E81&url=%2FPhilosophy-Book-Ideas-Simply-Explained%2Fdp%2F1465458557%2Fref%3Dsxin_14_pa_sp_search_thematic_sspa%3Fcv_ct_cx%3Da%2Bhistory%2Bof%2Bwestern%2Bphilosophy%26keywords%3Da%2Bhistory%2Bof%2Bwestern%2Bphilosophy%26pd_rd_i%3D1465458557%26pd_rd_r%3Ddb8ceb68-bcd3-4e86-82d5-bb3c13d94b08%26pd_rd_w%3Dv1tMz%26pd_rd_wg%3DpzNGK%26pf_rd_p%3D8028b690-ee1e-4d61-94ad-a37bcba6cc4c%26pf_rd_r%3DT46EFGQP3HPCTJH8B0E9%26qid%3D1646130975%26sr%3D1-1-8f738e9b-7e88-4694-bd1e-7045dd96e40c-spons%26psc%3D1&qualifier=1646130975&id=8184845820272295&widgetName=sp_search_thematic",
                                    "description": null,
                                    "asin": "1465458557",
                                    "image_url": null,
                                    "price_from": 12.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": true,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 2534,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "check_url": "https://www.amazon.com/s/?field-keywords=a%20history%20of%20western%20philosophy&page=1&language=en_US",
                                "serp_item_types": [
                                    "amazon_serp",
                                    "amazon_paid",
                                    "related_searches"
                                ],
                                "se_results_count": 11657,
                                "last_updated_time": "2022-03-01 12:36:18 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "a history of western philosophy",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 23:25:11 +00:00",
                                    "search_volume": 500
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "amazon",
                                "serp_item": {
                                    "se_type": "amazon",
                                    "type": "amazon_paid",
                                    "rank_group": 1,
                                    "rank_absolute": 2,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[3]",
                                    "domain": "www.amazon.com",
                                    "title": "The Philosophy Book: Big Ideas Simply Explained",
                                    "url": "https://www.amazon.com/gp/slredirect/picassoRedirect.html/ref=pa_sp_atf_aps_sr_pg1_1?ie=UTF8&adId=A09150014L3FA52B8E81&url=%2FPhilosophy-Book-Ideas-Simply-Explained%2Fdp%2F1465458557%2Fref%3Dsr_1_2_sspa%3Fkeywords%3Da%2Bhistory%2Bof%2Bwestern%2Bphilosophy%26qid%3D1646130975%26sr%3D8-2-spons%26psc%3D1&qualifier=1646130975&id=1472165020724558&widgetName=sp_atf",
                                    "description": null,
                                    "asin": "1465458557",
                                    "image_url": null,
                                    "price_from": 12.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": true,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 2534,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "check_url": "https://www.amazon.com/s/?field-keywords=a%20history%20of%20western%20philosophy&page=1&language=en_US",
                                "serp_item_types": [
                                    "amazon_serp",
                                    "amazon_paid",
                                    "related_searches"
                                ],
                                "se_results_count": 11657,
                                "last_updated_time": "2022-03-01 12:36:18 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "a history of western philosophy",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 23:25:11 +00:00",
                                    "search_volume": 500
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "amazon",
                                "serp_item": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 5,
                                    "rank_absolute": 6,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[7]",
                                    "domain": "www.amazon.com",
                                    "title": "The Philosophy Book: Big Ideas Simply Explained",
                                    "url": "https://www.amazon.com/gp/slredirect/picassoRedirect.html/ref=pa_sp_search_thematic_aps_sr_pg1_1?ie=UTF8&adId=A09150014L3FA52B8E81&url=%2FPhilosophy-Book-Ideas-Simply-Explained%2Fdp%2F1465458557%2Fref%3Dsxin_14_pa_sp_search_thematic_sspa%3Fcv_ct_cx%3Da%2Bhistory%2Bof%2Bwestern%2Bphilosophy%26keywords%3Da%2Bhistory%2Bof%2Bwestern%2Bphilosophy%26pd_rd_i%3D1465458557%26pd_rd_r%3Ddb8ceb68-bcd3-4e86-82d5-bb3c13d94b08%26pd_rd_w%3Dv1tMz%26pd_rd_wg%3DpzNGK%26pf_rd_p%3D8028b690-ee1e-4d61-94ad-a37bcba6cc4c%26pf_rd_r%3DT46EFGQP3HPCTJH8B0E9%26qid%3D1646130975%26sr%3D1-1-8f738e9b-7e88-4694-bd1e-7045dd96e40c-spons%26psc%3D1&qualifier=1646130975&id=8184845820272295&widgetName=sp_search_thematic",
                                    "description": null,
                                    "asin": "1465458557",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": 20.49,
                                    "currency": "USD",
                                    "is_best_seller": true,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 25,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "check_url": "https://www.amazon.com/s/?field-keywords=a%20history%20of%20western%20philosophy&page=1&language=en_US",
                                "serp_item_types": [
                                    "amazon_serp",
                                    "amazon_paid",
                                    "related_searches"
                                ],
                                "se_results_count": 11657,
                                "last_updated_time": "2022-03-01 12:36:18 +00:00",
                                "previous_updated_time": null
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

7 Repeat the process with each ASIN from the response and find thousands of keyword ideas.

That’s how you can use our new Amazon endpoints for comprehensive keyword research!

Exit mobile version