Ad Results
When a google search contains ads, they will be automatically parsed and displayed in the ads
array inside the response.
Ad Results JSON
{
...
'ads': [
{
'position': 'Integer - The position of the ad',
'block_position': 'String - Position of the ad. 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 examples