Links
Comment on page

Ads Results

Scrape real time ads from Google Search.
As stated in the Response section, some Google searches may include ads, others may not. Depending on the scenario, if our Google Scraper API identifies ads in the search results, these will be included in the ads array inside the response body.
Each ad inside the array will be displayed as an object, containing the following keys:
Element
Type
Description
position
Integer
The position of the ad
block_position
String
Position of the ad relative to the DOM. Can be top or bottom.
title
String
The title of the ad
displayed_link
String
The displayed link in the results
description
String
Description of the ad
tracking_link
String
The tracking link from google ads
link
String
Link to the ad

Ad Results Request Examples

get
https://serpapi.webscrapingapi.com/v1?
engine=google&api_key=<YOUR_API_KEY>&q=laptops
Request Example That Returns Ads Elements
Scrape Ads on Google Search