Site icon DataForSEO

What is intersection_mode in the Amazon Keyword Intersections endpoint?

Amazon Keyword Intersections endpoint provides a list of keywords for which the target products intersect in Amazon SERP. You can specify up to 20 ASINs in a POST request and receive the keywords for which each of the specified products ranks on Amazon.

However, if at least one of the specified ASINs doesn’t intersect with the others, the API response returns no items.

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.2299 sec.",
    "cost": 0.01,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03151310-2806-0376-0000-c98007d13907",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.1678 sec.",
            "cost": 0.01,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "product_keyword_intersections",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "product_keyword_intersections",
                "se_type": "amazon",
                "language_name": "English",
                "location_code": 2840,
                "asins": {
                    "1": "B094PS5RZQ",
                    "2": "B082G5SPR5",
                    "3": "B082G5BDNC",
                    "4": "B0086UK7IQ",
                    "5": "B08BPY986S"
                },
                "intersection_mode": "intersect"
            },
            "result": [
                {
                    "se_type": "amazon",
                    "asins": {
                        "1": "B094PS5RZQ",
                        "2": "B082G5SPR5",
                        "3": "B082G5BDNC",
                        "4": "B0086UK7IQ",
                        "5": "B08BPY986S"
                    },
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": null,
                    "items_count": 0,
                    "items": null
                }
            ]
        }
    ]
}

Obviously, the more ASINs you add to a POST request, the higher the likelihood that at least one of the ASINs won’t intersect with the rest, leading to no results in the API response.

To tackle the issue, we added the intersection_mode parameter that can be set to the intersect or union mode. In the following paragraphs, we will describe the parameter so that you can learn how it works.

Intersection mode: intersect

"intersection_mode": "intersect" is the default value of the parameter. When the “intersect” mode is set, the API provides the keywords for which all the specified ASINs (products) rank in Amazon SERP (i.e., intersect with each other). Therefore, if at least one of the ASINs doesn’t intersect with the others, the API won’t return any keywords.

Let’s add four ASINs of gaming mice on Amazon to a POST request and set the intersection_mode to intersect.

Here’s an example of the request.

[
    {
        "language_name": "English",
        "location_code": 2840,
        "asins": {
            "1": "B094PS5RZQ",
            "2": "B082G5SPR5",
            "3": "B082G5BDNC",
            "4": "B0086UK7IQ"
        },
        "intersection_mode": "intersect"
    }
]

In this case, the API will provide us with the keywords for which all four gaming mice rank on Amazon. It will be three keywords.

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.2014 sec.",
    "cost": 0.0103,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03151327-2806-0376-0000-65fc62b2afc4",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.1327 sec.",
            "cost": 0.0103,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "product_keyword_intersections",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "product_keyword_intersections",
                "se_type": "amazon",
                "language_name": "English",
                "location_code": 2840,
                "asins": {
                    "1": "B094PS5RZQ",
                    "2": "B082G5SPR5",
                    "3": "B082G5BDNC",
                    "4": "B0086UK7IQ"
                },
                "intersection_mode": "intersect"
            },
            "result": [
                {
                    "se_type": "amazon",
                    "asins": {
                        "1": "B094PS5RZQ",
                        "2": "B082G5SPR5",
                        "3": "B082G5BDNC",
                        "4": "B0086UK7IQ"
                    },
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 3,
                    "items_count": 3,
                    "items": [
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "gaming mouse razer",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:53:31 +00:00",
                                    "search_volume": 1000
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[17]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_13?keywords=gaming+mouse+razer&qid=1646112488&sr=8-13",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=gaming+mouse+razer&qid=1646112488&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 7,
                                    "rank_absolute": 10,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[12]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_8?keywords=gaming+mouse+razer&qid=1646112488&sr=8-8",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_14_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=gaming+mouse+razer&keywords=gaming+mouse+razer&pd_rd_i=B0086UK7IQ&pd_rd_r=a6a7187b-759d-4066-8be5-91bd62980134&pd_rd_w=Io8r1&pd_rd_wg=6RujU&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=VHH0NJ6P75PVGZ6J5AJH&qid=1646112488&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 29.99,
                                    "price_to": 59.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 1999,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razor gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-02-15 09:23:16 +00:00",
                                    "search_volume": null
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 20,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[23]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_18?keywords=razer+gaming+mouse&qid=1644909792&sr=8-18",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 22.45,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 454,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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[5]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=razer+gaming+mouse&qid=1644909792&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 36.6,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10663,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[18]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_13?keywords=razer+gaming+mouse&qid=1644909792&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 53.9,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4754,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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[9]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_14_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=razer+gaming+mouse&keywords=razor+gaming+mouse&pd_rd_i=B0086UK7IQ&pd_rd_r=f2b3b3f6-cf4e-4ad2-bc31-2f5bd67f412f&pd_rd_w=iHDJr&pd_rd_wg=e1OQG&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=9X4ZN5RK067SZ8ASJFMQ&qid=1644909792&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 29,
                                    "price_to": 49.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 1286,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razor gaming mouses",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-02-15 09:23:17 +00:00",
                                    "search_volume": null
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 15,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[24]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_17?keywords=razer+gaming+mouse&qid=1644909791&sr=8-17",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 22.45,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 454,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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[6]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=razer+gaming+mouse&qid=1644909791&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 36.6,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10663,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[19]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_12?keywords=razer+gaming+mouse&qid=1644909791&sr=8-12",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 53.9,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4754,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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[10]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_15_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=razer+gaming+mouse&keywords=razor+gaming+mouses&pd_rd_i=B0086UK7IQ&pd_rd_r=e9259de2-4358-4e68-b0ed-2647edf83aa1&pd_rd_w=dp7FH&pd_rd_wg=BZ2GQ&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=Z8VSZN7PSF4CH19613JH&qid=1644909791&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 29,
                                    "price_to": 49.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 1286,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

Intersection mode: union

As for the "intersection_mode": "union", when it is set, the API provides all the keywords the target asins rank for, no matter whether they intersect with each other or not. For example, the first, second, and third ASIN might rank for the “gaming mouse” keyword while the fourth doesn’t. In this case, the “gaming mouse” keyword will be returned in the API response anyway.

Let us make the same request as in the example above, but this time we will set the intersection_mode to union.

[
    {
        "language_name": "English",
        "location_code": 2840,
        "asins": {
            "1": "B094PS5RZQ",
            "2": "B082G5SPR5",
            "3": "B082G5BDNC",
            "4": "B0086UK7IQ"
        },
        "intersection_mode": "union",
        "limit": 100
    }
]

In this case, the API provided us with 100 keywords (and we could get even more if we increased the limit value).

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.2114 sec.",
    "cost": 0.02,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03151350-2806-0376-0000-a47f915c8739",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.1432 sec.",
            "cost": 0.02,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "amazon",
                "product_keyword_intersections",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "product_keyword_intersections",
                "se_type": "amazon",
                "language_name": "English",
                "location_code": 2840,
                "asins": {
                    "1": "B094PS5RZQ",
                    "2": "B082G5SPR5",
                    "3": "B082G5BDNC",
                    "4": "B0086UK7IQ"
                },
                "intersection_mode": "union",
                "limit": 100
            },
            "result": [
                {
                    "se_type": "amazon",
                    "asins": {
                        "1": "B094PS5RZQ",
                        "2": "B082G5SPR5",
                        "3": "B082G5BDNC",
                        "4": "B0086UK7IQ"
                    },
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 1016,
                    "items_count": 100,
                    "items": [
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 12:29:18 +00:00",
                                    "search_volume": 152500
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 2,
                                    "rank_absolute": 4,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_4?keywords=gaming+mouse&qid=1646098928&sr=8-4",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 6,
                                    "rank_absolute": 9,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[9]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_9?keywords=gaming+mouse&qid=1646098928&sr=8-9",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 12:33:16 +00:00",
                                    "search_volume": 99500
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[16]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_10?keywords=mouse&qid=1646098924&sr=8-10",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:33:14 +00:00",
                                    "search_volume": 48400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 2,
                                    "rank_absolute": 4,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[6]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_4?keywords=razer&qid=1646098988&sr=8-4",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:18:17 +00:00",
                                    "search_volume": 38700
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 20,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[19]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_13?keywords=razer+mouse&qid=1646099233&sr=8-13",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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[5]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=razer+mouse&qid=1646099233&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 16,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[15]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_9?keywords=razer+mouse&qid=1646099233&sr=8-9",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "video games",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:34:23 +00:00",
                                    "search_volume": 10100
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_14_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=video+games&keywords=video+games&pd_rd_i=B0086UK7IQ&pd_rd_r=b14a9588-ad8a-4a1e-b228-910712909f49&pd_rd_w=gl9Ri&pd_rd_wg=qmvaF&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=HY5WFNR581HTN2RC89KS&qid=1646099765&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 34,
                                    "price_to": 129.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4434,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer viper",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 05:39:21 +00:00",
                                    "search_volume": 9400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 17,
                                    "rank_absolute": 21,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[22]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_20?keywords=razer+viper&qid=1646099891&sr=8-20",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "wired mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 12:33:21 +00:00",
                                    "search_volume": 9100
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 22,
                                    "rank_absolute": 26,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[19]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_16?keywords=wired+mouse&qid=1646100007&sr=8-16",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "logitech mouse pad",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 06:17:23 +00:00",
                                    "search_volume": 8900
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "rank_absolute": 5,
                                    "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": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_14_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=logitech+mouse+pad&keywords=logitech+mouse+pad&pd_rd_i=B0086UK7IQ&pd_rd_r=5dbbc14a-15df-45b6-9c93-d9a934058dc3&pd_rd_w=VgtTU&pd_rd_wg=UlwSL&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=KDMZEXK8NQ6GWQ1BCZVP&qid=1646099950&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 36.98,
                                    "price_to": 129.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 3022,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "g pro wireless",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:55:45 +00:00",
                                    "search_volume": 6300
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_13_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=g+pro+wireless&keywords=g+pro+wireless&pd_rd_i=B0086UK7IQ&pd_rd_r=7b397823-f13e-44d4-8397-b0ab0107b35e&pd_rd_w=8yfTJ&pd_rd_wg=6fvWU&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=380D57QZBW8AJ8DHV7R4&qid=1646100731&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 29.99,
                                    "price_to": 192,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 5852,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "finalmouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:22:15 +00:00",
                                    "search_volume": 6200
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 15,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_18?keywords=finalmouse&qid=1646101097&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_14_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=finalmouse&keywords=finalmouse&pd_rd_i=B0086UK7IQ&pd_rd_r=47ebeb19-8b7e-4736-a8a0-3f99ff8b8a88&pd_rd_w=mOp17&pd_rd_wg=cKhy4&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=Z9QMNP92PJK4VER9KQST&qid=1646101097&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 29.99,
                                    "price_to": 112.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4434,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer viper mini",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:22:09 +00:00",
                                    "search_volume": 5900
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[17]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_14?keywords=razer+viper+mini&qid=1646101512&sr=8-14",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 17,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[20]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_17?keywords=razer+viper+mini&qid=1646101512&sr=8-17",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "rgb mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:53:11 +00:00",
                                    "search_volume": 4400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 18,
                                    "rank_absolute": 21,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[17]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_11?keywords=rgb+mouse&qid=1646101386&sr=8-11",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "mouse gamer",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:24:23 +00:00",
                                    "search_volume": 4100
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 16,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[11]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_8?keywords=mouse+gamer&qid=1646101747&sr=8-8",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_11?keywords=mouse+gamer&qid=1646101747&sr=8-11",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer naga pro",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:11 +00:00",
                                    "search_volume": 3900
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 7,
                                    "rank_absolute": 8,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_8?keywords=razer+naga+pro&qid=1646101807&sr=8-8",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "red dragon mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:01:20 +00:00",
                                    "search_volume": 3600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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[9]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_15_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=red+dragon+mouse&keywords=red+dragon+mouse&pd_rd_i=B0086UK7IQ&pd_rd_r=9f4f25e7-7556-4240-89c0-f97ce4a6b5df&pd_rd_w=MjbEO&pd_rd_wg=l3Pf7&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=SCPCY7SV8TANVPY2Y9PY&qid=1646101935&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 39.99,
                                    "price_to": 80,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 2094,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "roccat mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 12:19:13 +00:00",
                                    "search_volume": 3600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_18?keywords=roccat+mouse&qid=1646102475&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "xm1r",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 12:29:18 +00:00",
                                    "search_volume": 3400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_7?keywords=xm1r&qid=1646103911&sr=8-7",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "mouse gaming",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 06:46:52 +00:00",
                                    "search_volume": 3200
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 10,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[11]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_6?keywords=mouse+gaming&qid=1646104030&sr=8-6",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 16,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[15]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_10?keywords=mouse+gaming&qid=1646104030&sr=8-10",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "esports tiger",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 08:21:06 +00:00",
                                    "search_volume": 2800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 32,
                                    "rank_absolute": 35,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[35]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_35?keywords=esports+tiger&qid=1646104695&sr=8-35",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "viper mini",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 05:45:07 +00:00",
                                    "search_volume": 2700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 14,
                                    "rank_absolute": 18,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[20]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_18?keywords=viper+mini&qid=1646103989&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "bloody a60",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:00:15 +00:00",
                                    "search_volume": 2700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 9,
                                    "rank_absolute": 10,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[13]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_10?keywords=bloody+a60&qid=1646103260&sr=8-10",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "bloody a90",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:00:15 +00:00",
                                    "search_volume": 2700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 13,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=bloody+a90&qid=1646103256&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "logitech g640",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:22:15 +00:00",
                                    "search_volume": 2700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 36,
                                    "rank_absolute": 38,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[39]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sr_1_36?keywords=logitech+g640&qid=1646108049&sr=8-36",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 39.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 13492,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "computer mouse wired",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 21:05:18 +00:00",
                                    "search_volume": 2600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 21,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[23]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_21?keywords=computer+mouse+wired&qid=1646103848&sr=8-21",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "logitech g403",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 09:11:22 +00:00",
                                    "search_volume": 2600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 17,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[20]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_17?keywords=logitech+g403&qid=1646103370&sr=8-17",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer basilisk ultimate",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:20:12 +00:00",
                                    "search_volume": 2400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[13]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_12?keywords=razer+basilisk+ultimate&qid=1646106143&sr=8-12",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer deathadder",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:12 +00:00",
                                    "search_volume": 2400
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 3,
                                    "rank_absolute": 5,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[6]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_5?keywords=razer+deathadder&qid=1646104051&sr=8-5",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=razer+deathadder&qid=1646104051&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "drag clicking mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:31:18 +00:00",
                                    "search_volume": 2400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[17]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=drag+clicking+mouse&qid=1646104394&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer deathadder v2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:16 +00:00",
                                    "search_volume": 2400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=razer+deathadder+v2&qid=1646104036&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": true,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 15,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[20]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_18?keywords=razer+deathadder+v2&qid=1646104036&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "logitech g600",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:04:24 +00:00",
                                    "search_volume": 2100
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 9,
                                    "rank_absolute": 9,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[9]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_7?keywords=logitech+g600&qid=1646108827&sr=8-7",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": {
                                    "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[3]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sr_1_3?keywords=logitech+g600&qid=1646108827&sr=8-3",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": true,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 13492,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer deathadder v2 pro",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 05:39:14 +00:00",
                                    "search_volume": 2000
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_6?keywords=razer+deathadder+v2+pro&qid=1646106618&sr=8-6",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 8,
                                    "rank_absolute": 9,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[10]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_9?keywords=razer+deathadder+v2+pro&qid=1646106618&sr=8-9",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer naga x",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 05:35:29 +00:00",
                                    "search_volume": 1900
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[12]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_12?keywords=razer+naga+x&qid=1646105228&sr=8-12",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[15]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_15?keywords=razer+naga+x&qid=1646105228&sr=8-15",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": {
                                    "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[3]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sr_1_3?keywords=razer+naga+x&qid=1646105228&sr=8-3",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 13492,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "gamer accessories",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:53:16 +00:00",
                                    "search_volume": 1900
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 37,
                                    "rank_absolute": 41,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[43]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_41?keywords=gamer+accessories&qid=1646107451&sr=8-41",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "roccat kain 100 aimo",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:14:31 +00:00",
                                    "search_volume": 1800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 7,
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_7?keywords=roccat+kain+100+aimo&qid=1646105655&sr=8-7",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "bluetooth gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:54:46 +00:00",
                                    "search_volume": 1800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 5,
                                    "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[9]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_15_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=bluetooth+gaming+mouse&keywords=bluetooth+gaming+mouse&pd_rd_i=B0086UK7IQ&pd_rd_r=bda5e133-1500-45f1-a164-93ba6f2678ed&pd_rd_w=vb8VE&pd_rd_wg=e60Xs&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=T8479GKGA37DFC5QBD85&qid=1646107795&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 29.99,
                                    "price_to": 112.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 3829,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "finalmouse ultralight 2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 01:23:07 +00:00",
                                    "search_volume": 1700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 39,
                                    "rank_absolute": 42,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[45]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_42?keywords=finalmouse+ultralight+2&qid=1646106346&sr=8-42",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 37,
                                    "rank_absolute": 40,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[43]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sr_1_40?keywords=finalmouse+ultralight+2&qid=1646106346&sr=8-40",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 39.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 13492,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:11 +00:00",
                                    "search_volume": 1600
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[15]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_12?keywords=razer+gaming+mouse&qid=1646106632&sr=8-12",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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[3]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=razer+gaming+mouse&qid=1646106632&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 3,
                                    "rank_absolute": 5,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[5]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_5?keywords=razer+gaming+mouse&qid=1646106632&sr=8-5",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "logitech g402",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 06:17:12 +00:00",
                                    "search_volume": 1600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 15,
                                    "rank_absolute": 17,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[19]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_16?keywords=logitech+g402&qid=1646108051&sr=8-16",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "corsair gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 21:05:16 +00:00",
                                    "search_volume": 1600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_14_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=corsair+gaming+mouse&keywords=corsair+gaming+mouse&pd_rd_i=B0086UK7IQ&pd_rd_r=44407198-c024-48a7-b154-60db8dfe1162&pd_rd_w=pNjzx&pd_rd_wg=OrHaU&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=DD9TRGJ55WSJ1ZFBJBAM&qid=1646106932&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 39.99,
                                    "price_to": 118.5,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 2055,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "steelseries rival 3",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 03:22:15 +00:00",
                                    "search_volume": 1600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 10,
                                    "rank_absolute": 13,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[16]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=steelseries+rival+3&qid=1646107152&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer naga trinity",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:11 +00:00",
                                    "search_volume": 1500
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sr_1_19?keywords=razer+naga+trinity&qid=1646118084&sr=8-19",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 39.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 13492,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer mamba",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 21:42:15 +00:00",
                                    "search_volume": 1500
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "rank_absolute": 4,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[5]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sxin_14_ac_d_bv?ac_md=0-0-QmVzdCBWYWx1ZQ%3D%3D-ac_d_bv_bv_bv&cv_ct_cx=razer+mamba&keywords=razer+mamba&pd_rd_i=B082G5SPR5&pd_rd_r=4ebe6fa5-1de7-42c7-b902-22e33d2d9c20&pd_rd_w=JRmIw&pd_rd_wg=vj4tX&pf_rd_p=1d12f5d0-14be-4b88-8fc3-d9e9a96e0ca9&pf_rd_r=FZB8RQYX8VV43P8CBX2M&psc=1&qid=1646107205&sr=1-1-f4ff053e-b1e8-4d31-8f95-56d755c862ba",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": 143.86,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 5705,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "corsair dark core rgb pro se",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 09:27:28 +00:00",
                                    "search_volume": 1500
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 13,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[13]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=corsair+dark+core+rgb+pro+se&qid=1646107509&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "mouse razer",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 05:39:21 +00:00",
                                    "search_volume": 1500
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 10,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[18]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_13?keywords=mouse+razer&qid=1646108772&sr=8-13",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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[5]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=mouse+razer&qid=1646108772&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 5,
                                    "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[11]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_6?keywords=mouse+razer&qid=1646108772&sr=8-6",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "zowie ec2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:22:15 +00:00",
                                    "search_volume": 1500
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 7,
                                    "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[10]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_6?keywords=zowie+ec2&qid=1646109536&sr=8-6",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "g403",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 05:36:15 +00:00",
                                    "search_volume": 1500
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 14,
                                    "rank_absolute": 18,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[19]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_16?keywords=g403&qid=1646107469&sr=8-16",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "roccat kain 100",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:14:34 +00:00",
                                    "search_volume": 1400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 13,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=roccat+kain+100&qid=1646111959&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "minecraft slippers",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 08:01:16 +00:00",
                                    "search_volume": 1400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 26,
                                    "rank_absolute": 29,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[32]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_29?keywords=minecraft+slippers&qid=1646110820&sr=8-29",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "ninja air 58",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:48:53 +00:00",
                                    "search_volume": 1400
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[17]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_14?keywords=ninja+air+58&qid=1646108801&sr=8-14",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "deathadder v2 pro",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 19:14:23 +00:00",
                                    "search_volume": 1300
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 3,
                                    "rank_absolute": 4,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_4?keywords=deathadder+v2+pro&qid=1646111229&sr=8-4",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "deathadder",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 08:56:21 +00:00",
                                    "search_volume": 1300
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 3,
                                    "rank_absolute": 5,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[5]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_5?keywords=deathadder&qid=1646110029&sr=8-5",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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[3]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=deathadder&qid=1646110029&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": true,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "pc mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:53:16 +00:00",
                                    "search_volume": 1300
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 9,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[16]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_10?keywords=pc+mouse&qid=1646109611&sr=8-10",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[19]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=pc+mouse&qid=1646109611&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 17,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_15?keywords=pc+mouse&qid=1646109611&sr=8-15",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "xm1",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 01:57:23 +00:00",
                                    "search_volume": 1200
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 15,
                                    "rank_absolute": 17,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[20]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_17?keywords=xm1&qid=1646110346&sr=8-17",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer firefly v2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 08:10:07 +00:00",
                                    "search_volume": 1200
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 6,
                                    "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[6]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_6?keywords=razer+firefly+v2&qid=1646109548&sr=8-6",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[12]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_12?keywords=razer+firefly+v2&qid=1646109548&sr=8-12",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "gpro",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:38:13 +00:00",
                                    "search_volume": 1200
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 18,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_18?keywords=gpro&qid=1646109919&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer mouse bungee",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:22:15 +00:00",
                                    "search_volume": 1100
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 10,
                                    "rank_absolute": 13,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[15]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=razer+mouse+bungee&qid=1646115489&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 15,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_19?keywords=razer+mouse+bungee&qid=1646115489&sr=8-19",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer strider",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:37:07 +00:00",
                                    "search_volume": 1100
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 13,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=razer+strider&qid=1646163756&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10908,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 34,
                                    "rank_absolute": 35,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[36]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_35?keywords=razer+strider&qid=1646163756&sr=8-35",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4862,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "hyperglide g pro wireless",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:09:10 +00:00",
                                    "search_volume": 1000
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 14,
                                    "rank_absolute": 18,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[19]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_18?keywords=hyperglide+g+pro+wireless&qid=1646118986&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer zephyr",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:59:14 +00:00",
                                    "search_volume": 1000
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 28,
                                    "rank_absolute": 28,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[29]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_28?keywords=razer+zephyr&qid=1646148908&sr=8-28",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10908,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "rank_absolute": 4,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[5]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_4?keywords=razer+zephyr&qid=1646148908&sr=8-4",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4861,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "gaming mouse razer",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:53:31 +00:00",
                                    "search_volume": 1000
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[17]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_13?keywords=gaming+mouse+razer&qid=1646112488&sr=8-13",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=gaming+mouse+razer&qid=1646112488&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 7,
                                    "rank_absolute": 10,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[12]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_8?keywords=gaming+mouse+razer&qid=1646112488&sr=8-8",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_14_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=gaming+mouse+razer&keywords=gaming+mouse+razer&pd_rd_i=B0086UK7IQ&pd_rd_r=a6a7187b-759d-4066-8be5-91bd62980134&pd_rd_w=Io8r1&pd_rd_wg=6RujU&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=VHH0NJ6P75PVGZ6J5AJH&qid=1646112488&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 29.99,
                                    "price_to": 59.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 1999,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "corsair m65",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 00:28:06 +00:00",
                                    "search_volume": 1000
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_13?keywords=corsair+m65&qid=1646116685&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer basilisk",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:16 +00:00",
                                    "search_volume": 1000
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "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": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_3?keywords=razer+basilisk&qid=1646118073&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "logitech g13",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 06:17:15 +00:00",
                                    "search_volume": 900
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_15_cpf_saw-CPFPecos-dsk-lmlk-asin?cv_ct_cx=logitech+g13&keywords=logitech+g13&pd_rd_i=B0086UK7IQ&pd_rd_r=965d359c-fda8-482f-90bf-2871e8a4d89b&pd_rd_w=e4m7s&pd_rd_wg=kmCIK&pf_rd_p=3171e255-0ecb-47e8-9210-cfa1596239ed&pf_rd_r=C3TEVS222QG4CZEWCC0Q&qid=1646127675&sr=1-1-88bb4e7b-fb79-43dc-9dec-6da196f88672",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 29.98,
                                    "price_to": 129.99,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 1291,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "corsair dark core rgb pro",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 19:19:14 +00:00",
                                    "search_volume": 900
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[12]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_12?keywords=corsair+dark+core+rgb+pro&qid=1646119647&sr=8-12",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer raiju ultimate",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 21:42:12 +00:00",
                                    "search_volume": 900
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_19?keywords=razer+raiju+ultimate&qid=1646113507&sr=8-19",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "deathadder elite",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 08:00:13 +00:00",
                                    "search_volume": 900
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 10,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_11?keywords=deathadder+elite&qid=1646114408&sr=8-11",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 2,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_3?keywords=deathadder+elite&qid=1646114408&sr=8-3",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": true,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 17,
                                    "rank_absolute": 20,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[22]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_19?keywords=deathadder+elite&qid=1646114408&sr=8-19",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "gamer mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 23:46:01 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[11]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_8?keywords=gamer+mouse&qid=1646116387&sr=8-8",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer basilisk v3",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:16 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "rank_absolute": 4,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[6]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_4?keywords=razer+basilisk+v3&qid=1646148907&sr=8-4",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4861,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer keyboard and mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 22:25:12 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 9,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_12?keywords=razer+keyboard+and+mouse&qid=1646121581&sr=8-12",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer deathadder elite",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 09:01:22 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 7,
                                    "rank_absolute": 8,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_7?keywords=razer+deathadder+elite&qid=1646118076&sr=8-7",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[1]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_1?keywords=razer+deathadder+elite&qid=1646118076&sr=8-1",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": true,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[15]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_14?keywords=razer+deathadder+elite&qid=1646118076&sr=8-14",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "mouse wired",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 05:39:18 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[18]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=mouse+wired&qid=1646115792&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 17,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[20]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_15?keywords=mouse+wired&qid=1646115792&sr=8-15",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "best gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 10:12:24 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 3,
                                    "rank_absolute": 5,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_5?keywords=best+gaming+mouse&qid=1646124128&sr=8-5",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 17,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_15?keywords=best+gaming+mouse&qid=1646124128&sr=8-15",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "rgb gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 11:18:12 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[18]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_14?keywords=rgb+gaming+mouse&qid=1646115497&sr=8-14",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 14,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[22]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_18?keywords=rgb+gaming+mouse&qid=1646115497&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "microsoft office 2013",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 08:24:16 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 25,
                                    "rank_absolute": 29,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[29]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_29?keywords=microsoft+office+2013&qid=1646115852&sr=8-29",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "mouse pad logitech",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 08:23:18 +00:00",
                                    "search_volume": 800
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 42,
                                    "rank_absolute": 46,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[49]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sr_1_45?keywords=mouse+pad+logitech&qid=1646115786&sr=8-45",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 39.98,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 13492,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "msi vigor gk50 elite",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 01:20:12 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 7,
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_7?keywords=msi+vigor+gk50+elite&qid=1646118494&sr=8-7",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer mouse pink",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:16 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 10,
                                    "rank_absolute": 13,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_12?keywords=razer+mouse+pink&qid=1646121547&sr=8-12",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "wired gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 12:48:22 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 5,
                                    "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[11]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_6?keywords=wired+gaming+mouse&qid=1646120531&sr=8-6",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 2,
                                    "rank_absolute": 4,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[5]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_4?keywords=wired+gaming+mouse&qid=1646120531&sr=8-4",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "swtor",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 08:54:29 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 2,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_2?keywords=swtor&qid=1646117666&sr=8-2",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "g-wolves",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 07:55:12 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 16,
                                    "rank_absolute": 20,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_20?keywords=g-wolves&qid=1646119277&sr=8-20",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "steelseries rival 600",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 08:55:21 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 15,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[22]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_18?keywords=steelseries+rival+600&qid=1646117717&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "delux m800",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 08:50:34 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 2,
                                    "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": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_2?keywords=delux+m800&qid=1646119583&sr=8-2",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "zowie fk2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 08:47:13 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 14,
                                    "rank_absolute": 16,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[18]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_16?keywords=zowie+fk2&qid=1646117228&sr=8-16",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 9,
                                    "rank_absolute": 10,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[12]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_10?keywords=zowie+fk2&qid=1646117228&sr=8-10",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "my/mo",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 11:33:35 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 32,
                                    "rank_absolute": 35,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[37]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sr_1_35?keywords=my%2Fmo&qid=1646118488&sr=8-35",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 39.98,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 13492,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "corsair ironclaw",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 09:06:23 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 9,
                                    "rank_absolute": 10,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[12]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_10?keywords=corsair+ironclaw&qid=1646123648&sr=8-10",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "pro gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:37:32 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 15,
                                    "rank_absolute": 20,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[25]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_19?keywords=pro+gaming+mouse&qid=1646118145&sr=8-19",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "macbook air charger 2013",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 22:45:14 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[15]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_fkmr1_1?keywords=macbook+air+charger+2013&qid=1646127635&sr=8-1-fkmr1",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": 157,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 6369,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer chroma mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 00:37:14 +00:00",
                                    "search_volume": 700
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 4,
                                    "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[9]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_6?keywords=razer+chroma+mouse&qid=1646118091&sr=8-6",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 7,
                                    "rank_absolute": 9,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[12]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_9?keywords=razer+chroma+mouse&qid=1646118091&sr=8-9",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "cm storm",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 19:23:09 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 9,
                                    "rank_absolute": 10,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[11]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_10?keywords=cm+storm&qid=1646123720&sr=8-10",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": null,
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "logitech g502 hero",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 11:41:07 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[15]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_15?keywords=logitech+g502+hero&qid=1646127665&sr=8-15",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 8,
                                    "rank_absolute": 9,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[9]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_9?keywords=logitech+g502+hero&qid=1646127665&sr=8-9",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer deathadder essential",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:12 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 2,
                                    "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": "Razer DeathAdder Essential Gaming Mouse: 6400 DPI Optical Sensor - 5 Programmable Buttons - Mechanical Switches - Rubber Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Essential-Gaming-Mouse/dp/B094PS5RZQ/ref=sr_1_2?keywords=razer+deathadder+essential&qid=1646134292&sr=8-2",
                                    "description": null,
                                    "asin": "B094PS5RZQ",
                                    "image_url": null,
                                    "price_from": 19.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 487,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 11,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[14]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_12?keywords=razer+deathadder+essential&qid=1646134292&sr=8-12",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "deathadder v2",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 01:02:09 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[1]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_1?keywords=deathadder+v2&qid=1646123528&sr=8-1",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": true,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 8,
                                    "rank_absolute": 8,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_8?keywords=deathadder+v2&qid=1646123528&sr=8-8",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "mmo gaming mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 05:45:47 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 14,
                                    "rank_absolute": 18,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[21]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sr_1_16?keywords=mmo+gaming+mouse&qid=1646150712&sr=8-16",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 39.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": true,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 13504,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer basilisk x hyperspeed",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 04:25:17 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 6,
                                    "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[6]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_6?keywords=razer+basilisk+x+hyperspeed&qid=1646126409&sr=8-6",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "g402",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 23:46:05 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": null,
                                "3": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 17,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[19]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer Basilisk v2 Wired Gaming Mouse: 20K DPI Optical Sensor, Fastest Gaming Mouse Switch, Chroma RGB Lighting, 11 Programmable Buttons, Classic Black",
                                    "url": "https://www.amazon.com/Razer-Basilisk-Wired-Gaming-Mouse/dp/B082G5BDNC/ref=sr_1_18?keywords=g402&qid=1646123095&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5BDNC",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 4853,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "mm700",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 10:08:10 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 47,
                                    "rank_absolute": 50,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[52]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_50?keywords=mm700&qid=1646122088&sr=8-50",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "programmable mouse",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 21:49:09 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 12,
                                    "rank_absolute": 16,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[18]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_13?keywords=programmable+mouse&qid=1646121620&sr=8-13",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 5,
                                    "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[8]",
                                    "domain": "www.amazon.com",
                                    "title": "Logitech G600 MMO Gaming Mouse, RGB Backlit, 20 Programmable Buttons",
                                    "url": "https://www.amazon.com/Logitech-Gaming-Backlit-Programmable-Buttons/dp/B0086UK7IQ/ref=sxin_15_ac_d_mf_rf?ac_md=3-0-UmlnaHQtSGFuZGVk-ac_d_mf_rf_rf&cv_ct_cx=programmable+mouse&keywords=programmable+mouse&pd_rd_i=B0086UK7IQ&pd_rd_r=7775d8b9-48ae-4f79-b81c-1bee61496ea3&pd_rd_w=YZsQp&pd_rd_wg=jwqRc&pf_rd_p=857eab4d-3d8d-4c14-aad1-8b202f7a2f98&pf_rd_r=SY7DXS2NN0452G2VTWRJ&psc=1&qid=1646121620&sr=1-1-7c2506cd-8df8-4615-a3fa-29df101a3d4d",
                                    "description": null,
                                    "asin": "B0086UK7IQ",
                                    "image_url": null,
                                    "price_from": 61.33,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 28303,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                }
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "razer firefly",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 11:20:17 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 13,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[17]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_15?keywords=razer+firefly&qid=1646126414&sr=8-15",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": null,
                                    "price_to": null,
                                    "currency": null,
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "womier",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-01 09:41:13 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 14,
                                    "rank_absolute": 18,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[20]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_18?keywords=womier&qid=1646120471&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10895,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        },
                        {
                            "se_type": "amazon",
                            "keyword_data": {
                                "se_type": "amazon",
                                "keyword": "endgame gear xm1r",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "amazon",
                                    "last_updated_time": "2022-03-02 11:22:15 +00:00",
                                    "search_volume": 600
                                }
                            },
                            "intersection_result": {
                                "1": null,
                                "2": {
                                    "se_type": "amazon",
                                    "type": "amazon_serp",
                                    "rank_group": 14,
                                    "rank_absolute": 18,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[3]/div[2]/div[20]",
                                    "domain": "www.amazon.com",
                                    "title": "Razer DeathAdder V2 Gaming Mouse: 20K DPI Optical Sensor - Fastest Gaming Mouse Switch - Chroma RGB Lighting - 8 Programmable Buttons - Rubberized Side Grips - Classic Black",
                                    "url": "https://www.amazon.com/Razer-DeathAdder-Gaming-Mouse-Programmable/dp/B082G5SPR5/ref=sr_1_18?keywords=endgame+gear+xm1r&qid=1646139314&sr=8-18",
                                    "description": null,
                                    "asin": "B082G5SPR5",
                                    "image_url": null,
                                    "price_from": 34.99,
                                    "price_to": null,
                                    "currency": "USD",
                                    "is_best_seller": false,
                                    "is_amazon_choice": false,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4,
                                        "votes_count": 10901,
                                        "rating_max": 5
                                    },
                                    "delivery_info": null
                                },
                                "3": null,
                                "4": null
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

We hope this information has cleared things up for you and helped you understand the intersection_mode parameter better!

Exit mobile version