Google Product Sites API
For some searches, Google search includes the "Product Sites" block. SerpApi is able to scrape, and make sense of this information by extracting position, title, link, image, source, and source_thumbnail.
The API endpoint is https://serpapi.com/search?engine=google
Head to the playground for a live and interactive demo.
API Examples
Results for: achat nike force one
{
...
"product_sites": [
{
"position": 1,
"title": "Nike Air Force 1 '07",
"link": "https://www.idealo.fr/prix/1370489/nike-air-force-1-07.html",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQMk1uEDhSMya4aaQFqo9aENt2OmQVvQns&s=0",
"source": "Idealo",
"source_thumbnail": "https://serpapi.com/searches/66694a209656228589395b55/images/1a6a25c04b485fb1e31e541b996d270679c82162066556e85bfbf739bc97388d410a81bb5df8434e.jpeg"
},
{
"position": 2,
"title": "Nike Air Force 1 '07 (Homme)",
"link": "https://ledenicheur.fr/product.php?p=1216035",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQlUo3RY2NyF6gGssnJTPZPPvaGbsZRBxw&s=0",
"source": "leDénicheur",
"source_thumbnail": "https://serpapi.com/searches/66694a209656228589395b55/images/1a6a25c04b485fb1230833e42d9abf8413e72165605cd4073d418f6d58c2b84425624dcca1c5d59f.png"
},
{
"position": 3,
"title": "Nike Air Force 1 (Homme)",
"link": "https://ledenicheur.fr/product.php?p=2721962",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTcNr0IYS-AU-62qXbCVdnFoIDPPOW12P8&s=0",
"source": "leDénicheur",
"source_thumbnail": "https://serpapi.com/searches/66694a209656228589395b55/images/1a6a25c04b485fb1d0def63cc2b5b340c34e2ba8aa375cd50d79c0068d820a67e70b8f4ef25be303.png"
},
...
]
...
}