Ads
Google Search ads appear at the top and bottom of search results. Each item in the ads array represents one advertisement.
Endpoint:
https://api.scrapingdog.com/googleAPI Response

API Response
{
"ads": [
{
"position": 1,
"block_position": "top",
"title": "Hotels In Barcelona, Spain",
"snippet": "Best Price Guarantee — Book your Hotel in Barcelona, Spain. Quick, Easy Booking. No Reservation Costs.",
"displayed_link": "http://www.booking.com",
"link": "https://www.booking.com/city/es/barcelona.html",
"sitelinks": [
{
"title": "Best Hotels In Barcelona"
},
{
"title": "Book Near City Centre"
},
{
"title": "Top Reviewed Hotels"
}
]
},
{
"position": 2,
"block_position": "top",
"title": "Hotels in Barcelona, Spain | Stays from $154",
"snippet": "Compare Hotel Rooms in Barcelona, Spain. View Deals and Reserve Now on Expedia.",
"displayed_link": "https://www.expedia.com/hotels/barcelona",
"link": "https://www.expedia.com/Hotel-Search?regionId=513&locale=en_US&siteid=1"
},
{
"position": 1,
"block_position": "bottom",
"title": "Hotels in Barcelona, Spain | Fully Refundable Options | Book Now",
"snippet": "Compare Hotel Rooms in Barcelona, Spain. View Deals and Reserve Now on Expedia.",
"displayed_link": "https://www.expedia.com/hotels/barcelona",
"link": "https://www.expedia.com/Hotel-Search?regionId=513&locale=en_US&siteid=1"
}
]
}