We’re happy to share the addition of the product_annotation
field to the responses of our Google Shopping Sellers API! This new field provides valuable data from annotations and badges featuring special offers and other relevant labels.
Here’s an example screenshot of how this information appears on Google Shopping.
Now, you can easily obtain these and other product annotations like "SPECIAL OFFER"
, "SALE"
or "PRICE DROP"
directly in the API response. See the example of the updated shops_list
element’s structure below.
{
"type": "shops_list",
"rank_group": 1,
"rank_absolute": 1,
"position": "right",
"xpath": "/html[1]/body[1]/div[5]/div[1]/div[1]/div[3]/div[1]/table[1]/tbody[1]/tr[1]",
"domain": "www.electronicsforce.com",
"title": "Google Pixel 7 5G 128GB 8GB Ram 24-Hour Battery Factory Unlocked",
"url": "http://www.electronicsforce.com/index.php?main_page=product_info&products_id=67049&srsltid=AfmBOorTha6W-i1pB4Cbb4ta0-81LMY1FFRwFxPh9Gya6e4VUyV-NkgQIGQ",
"details": "Free delivery by Fri, Nov 17 30 -day returns Apply save7",
"base_price": 408.79,
"tax": null,
"shipping_price": null,
"total_price": 408.79,
"currency": "USD",
"seller_name": "ElectronicsForce.com",
"rating": {
"type": "rating_element",
"position": "left",
"rating_type": "Max5",
"value": "4.4",
"votes_count": 95,
"rating_max": "5"
},
"shop_ad_aclk": null,
"product_condition": null,
"product_annotation": "GREAT PICK"
}
Explore the details of this new feature in our API documentation and stay tuned for more updates!