Live {{up_se_name}} {{up_se_type}} SERP Advanced


Live SERP provides real-time data on top search engine results for the specified keyword, search engine, and location. This endpoint will supply a complete overview of featured snippets and other extra elements of SERPs.

checked POST
Pricing

Your account will be charged for each request.
The cost can be calculated on the Pricing page.

All POST data should be sent in the JSON format (UTF-8 encoding). When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API calls per minute, each Live SERP API call can contain only one task.

Below you will find a detailed description of the parameters that are required or recommended for setting a task.

Main Parameters

Field nameTypeDescription
keywordstring

keyword

required field

you can specify up to 700 characters in the keyword field

all %## will be decoded (plus character ‘+’ will be decoded to a space character)

if you need to use the “%” character for your keyword, please specify it as “%25”;

if you need to use the “+” character for your keyword, please specify it as “%2B”;

if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘cache:’, ‘define:’, ‘definition:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, the charge per task will be multiplied by 5
learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article

location_codeinteger

search engine location code

required field if you don't specify location_name or location_coordinate

if you use this field, you don't need to specify location_name or location_coordinate

you can receive the list of available locations of the search engines with their location_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/locations

example:

2840

language_codestring

search engine language code

optional field if you specify language_name

if you use this field, you don't need to specify language_name

you can receive the list of available languages of the search engine with their language_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/languages

example:

en

depthinteger

parsing depth

optional field

number of results in SERP

default value: 10

max value: 200


Your account will be billed per each SERP containing up to 10 results;

Setting depth above 10 may result in additional charges if the search engine returns more than 10 results;

The cost can be calculated on the Pricing page.

devicestring

device type

optional field

return results for a specific device type

can take the values:desktop, mobile

default value: desktop

load_async_ai_overviewboolean

load asynchronous ai overview

optional field

set to true to obtain ai_overview items is SERPs even if they are loaded asynchronously;

if set to false, you will only obtain ai_overview items from cache;

default value: false

Note: you will be charged extra $0.002 for using this parameter;

if the element is absent or contains "asynchronous_ai_overview": false, all extra charges will be returned to your account balance


Below you will find a drop-down list with the additional parameters you can use for setting a task.
Additional Parameters
Field nameTypeDescription
location_namestring

full name of search engine location

required field if you don't specify location_code or location_coordinate

if you use this field, you don't need to specify location_code or location_coordinate

you can receive the list of available locations of the search engine with their location_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/locations

example:

London,England,United Kingdom

language_namestring

full name of search engine language

optional field if you specify language_code

if you use this field, you don't need to specify language_code

you can receive the list of available languages of the search engine with their language_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/languages

example:

English

osstring

device operating system

optional field

if you specify desktop in the device field, choose from the following values: windows, macos

default value: windows

if you specify mobile in the device field, choose from the following values: android, ios

default value: android

tagstring

user-defined task identifier

optional field

the character limit is 255

you can use this parameter to identify the task and match it with the result

you will find the specified tag value in the data object of the response

stop_crawl_on_matcharray

array of targets to stop crawling

optional field

specified as an array of target objects

each target object consists of one match_type field and one match_value field

you can specify up to 10 target objects in this array

if specified, the response will contain SERP results up to and including the specified match_value;

example:

"stop_crawl_on_match":[{"match_value":"dataforseo.com","match_type":"with_subdomains"}]

learn more about this parameter on our Help Center


Your account will be billed per each SERP crawled through the specified targets
match_typestring

target match type

required field if stop_crawl_on_match is specified

type of match for the match_value

possible values:

domain – specific domain or subdomain

with_subdomains – main domain and subdomains

wildcard – wildcard pattern

match_valuestring

target domain, subdomain, or wildcard value

required field if stop_crawl_on_match is specified

specify a target domain, subdomain, or wildcard value;

Note: domain or subdomain must be specified without a request protocol;

example: "match_value": "dataforseo.com",

"match_value": "/blog/post-*"

max_crawl_pagesinteger

page crawl limit

optional field

number of search results pages to crawl

max value: 100

Note: you will be charged for each page crawled (10 organic results per page);

learn more about pricing on our Pricing page;

Note#2: the max_crawl_pages and depth parameters complement each other;

learn more at our help center

search_paramstring

additional parameters of the search query

optional field

get the list of available parameters and additional details here


Note: the following search engine parameters are not supported and will be automatically unset if specified: lr, cr, as_qdr, as_sitesearch, as_occt, as_filetype.
remove_from_urlarray

remove specific parameters from URLs

optional field

using this field, you can specify up to 10 parameters to remove from URLs in the result

example:

"remove_from_url": ["srsltid"]

Note: if the target field is specified, the specified URL parameters will be removed before the search

people_also_ask_click_depthinteger

clicks on the corresponding element

optional field

specify the click depth on the people_also_ask element to get additional people_also_ask_element items;

Note your account will be billed $0.00015 extra for each click;

if the element is absent or we perform fewer clicks than you specified, all extra charges will be returned to your account balance

possible values: from 1 to 4

group_organic_resultsboolean

display related results

optional field

if set to true, the related_result element in the response will be provided as a snippet of its parent organic result;

if set to false, the related_result element will be provided as a separate organic result;

default value: true

calculate_rectanglesboolean

calcualte pixel rankings for SERP elements in advanced results

optional field

pixel ranking refers to the distance between the result snippet and top left corner of the screen;

Visit Help Center to learn more>>

by default, the parameter is set to false;

Note: you will be charged extra $0.002 for using this parameter

browser_screen_widthinteger

browser screen width

optional field

you can set a custom browser screen width to calculate pixel rankings for a particular device;

can be specified within the following range: 240-9999;

by default, the parameter is set to:

1920 for desktop;

360 for mobile on android;

375 for mobile on iOS;

Note: to use this parameter, set calculate_rectangles to true

browser_screen_heightinteger

browser screen height

optional field

you can set a custom browser screen height to calculate pixel rankings for a particular device;

can be specified within the following range: 240-9999;

by default, the parameter is set to:

1080 for desktop;

640 for mobile on android;

812 for mobile on iOS;

Note: to use this parameter, set calculate_rectangles to true

browser_screen_resolution_ratiointeger

browser screen resolution ratio

optional field

you can set a custom browser screen resolution ratio to calculate pixel rankings for a particular device;

can be specified within the following range: 0.5-3;

by default, the parameter is set to:

1 for desktop;

3 for mobile on android;

3 for mobile on iOS;

Note: to use this parameter, set calculate_rectangles to true

urlstring

direct URL of the search query

optional field

you can specify a direct URL and we will sort it out to the necessary fields. Note that this method is the most difficult for our API to process and also requires you to specify the exact language and location in the URL. In most cases, we wouldn’t recommend using this method.

example:

https://www.google.co.uk/search?q=%20rank%20tracker%20api&hl=en&gl=GB&uule=w+CAIQIFISCXXeIa8LoNhHEZkq1d1aOpZS


Note: the following search engine parameters are not supported and will be automatically unset if specified in the URL: lr, cr, as_qdr, as_sitesearch, as_occt, as_filetype.
location_coordinatestring

GPS coordinates of a location

optional field if you specify location_name or location_code

if you use this field, you don't need to specify location_name or location_code

location_coordinate parameter should be specified in the "latitude,longitude,radius" format

the maximum number of decimal digits for "latitude" and "longitude": 7

the minimum value for "radius": 199 (mm)

the maximum value for "radius": 199999 (mm)

example:

53.476225,-2.243572,200

se_domainstring

search engine domain

optional field

we choose the relevant search engine domain automatically according to the location and language you specify

however, you can set a custom search engine domain in this field

example:

google.co.uk, google.com.au, google.de, etc.

targetstring

target domain, subdomain, or webpage to get results for

optional field

a domain or a subdomain should be specified without https:// and www.

note that the results of target-specific tasks will only include SERP elements that contain a url string;

you can also use a wildcard (‘*’) character to specify the search pattern in SERP and narrow down the results;

examples:

example.com - returns results for the website's home page with URLs, such as https://example.com, or https://www.example.com/, or https://example.com/;

example.com* - returns results for the domain, including all its pages;

*example.com* - returns results for the entire domain, including all its pages and subdomains;

*example.com - returns results for the home page regardless of the subdomain, such as https://en.example.com;

example.com/example-page - returns results for the exact URL;

example.com/example-page* - returns results for all domain's URLs that start with the specified string

target_search_modestring

target matching mode

optional field

to enable this parameter, stop_crawl_on_match must also be enabled

defines how the crawl should stop when multiple targets are specified in stop_crawl_on_match

possible values: all, any

all – the crawl stops only when all specified targets are found

any – the crawl stops when any single target is found

default value: any

learn more about this parameter on our Help Center

find_targets_inarray

SERP element types to check for targets

optional field

to enable this parameter, stop_crawl_on_match must also be enabled

specifies which SERP element types should be checked for target matches

if not specified, all first-level elements with url and domain fields are checked for targets

possible values: organic, paid, local_pack, featured_snippet, events, google_flights, images, jobs, knowledge_graph, local_service, map, scholarly_articles, third_party_reviews, twitter

Note: cannot contain the same element types as ignore_targets_in

example:

"find_targets_in": ["organic", "featured_snippet"]

learn more about this parameter on our Help Center

ignore_targets_inarray

SERP element types to exclude from target search

optional field

to enable this parameter, stop_crawl_on_match must also be enabled

specifies which SERP element types should be excluded when searching for target matches

possible values: organic, paid, local_pack, featured_snippet, events, google_flights, images, jobs, knowledge_graph, local_service, map, scholarly_articles, third_party_reviews, twitter

Note: cannot contain the same element types as find_targets_in

example:

"ignore_targets_in": ["paid", "images"]

learn more about this parameter on our Help Center


‌‌‌
As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.

Description of the fields in the results array:

Field nameTypeDescription
versionstring

the current version of the API

status_codeinteger

general status code
you can find the full list of the response codes here
Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions

status_messagestring

general informational message
you can find the full list of general informational messages here

timestring

execution time, seconds

costfloat

total tasks cost, USD

tasks_countinteger

the number of tasks in the tasks array

tasks_errorinteger

the number of tasks in the tasks array returned with an error

tasksarray

array of tasks

    idstring

task identifier
unique task identifier in our system in the UUID format

    status_codeinteger

status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here

    status_messagestring

informational message of the task
you can find the full list of general informational messages here

    timestring

execution time, seconds

    costfloat

cost of the task, USD

    result_countinteger

number of elements in the result array

    patharray

URL path

    dataobject

contains the same parameters that you specified in the POST request

    resultarray

array of results

        keywordstring

keyword received in a POST array
the keyword is returned with decoded %## (plus character '+' will be decoded to a space character)

        typestring

search engine type in a POST array

        se_domainstring

search engine domain in a POST array

        location_codeinteger

location code in a POST array

        language_codestring

language code in a POST array

        check_urlstring

direct URL to search engine results
you can use it to make sure that we provided accurate results

        datetimestring

date and time when the result was received
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

        spellobject

autocorrection of the search engine
if the search engine provided results for a keyword that was corrected, we will specify the keyword corrected by the search engine and the type of autocorrection

            keywordstring

keyword obtained as a result of search engine autocorrection
the results will be provided for the corrected keyword

            typestring

type of autocorrection
possible values:
did_you_mean, showing_results_for, no_results_found_for, including_results_for

        refinement_chipsobject

search refinement chips

            typestring

type of element='refinement_chips'n

            xpathstring

the XPath of the element

            itemsarray

items of the element

                typestring

type of element='refinement_chips_element'n

                titlestring

title of the element

                urlstring

search URL with refinement parameters

                domainstring

domain in SERP

                optionsarray

further search refinement options

                    typestring

type of element='refinement_chips_option'n

                    titlestring

title of the element

                    urlstring

search URL with refinement parameters

                    domainstring

domain in SERP

        item_typesarray

types of search results in SERP
contains types of search results (items) found in SERP.
possible item types:
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, third_party_reviews, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, recipes, top_sights, scholarly_articles, popular_products, questions_and_answers, find_results_on, stocks_box, commercial_units, local_services, google_hotels, math_solver, currency_box,product_considerations, short_videos, refine_products, perspectives, discussions_and_forums, compare_sites, ai_overview

        se_results_countinteger

total number of results in SERP

        pages_countinteger

total search results pages retrieved
total number of retrieved SERPs in the result

        items_countinteger

the number of results returned in the items array

        itemsarray

elements of search results found in SERP

        organicobject
            typestring

type of element='organic'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            domainstring

domain in SERP

            titlestring

title of the result in SERP

            urlstring

relevant URL in SERP

            cache_urlstring

cached version of the page

            related_search_urlstring

URL to a similar search
URL to a new search for the same keyword(s) on related sites

            breadcrumbstring

breadcrumb in SERP

            website_namestring

name of the website in SERP

            is_imageboolean

indicates whether the element contains an_image
Note: this check no longer appears in SERPn

            is_videoboolean

indicates whether the element contains a video
Note: this check no longer appears in SERP

            is_featured_snippetboolean

indicates whether the element is a featured_snippet
Note: this check no longer appears in SERP

            is_maliciousboolean

indicates whether the element is marked as malicious
Note: this check no longer appears in SERP

            is_web_storyboolean

indicates whether the element is marked as Google web story
Note: this check no longer appears in SERP

            checksarray

array of properties detected for the SERP element
lists the properties that are true for this element
each value in the array represents a detected property
example:
if is_image is present in the array, the element contains an image
possible values in the array:
is_image, is_video, is_featured_snippet, amp_version, is_malicious, is_web_story, is_highly_cited
equals null if none of the properties are detected for the element
learn more about the checks array in this Help Center article

            descriptionstring

description of the results element in SERP

            pre_snippetstring

includes additional information appended before the result description in SERP

            extended_snippetstring

includes additional information appended after the result description in SERP

            imagesarray

images of the element
if there are none, equals null

                typestring

type of element = 'images_element'

                altstring

alt tag of the image

                urlstring

relevant URL

                image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

            amp_versionboolean

Accelerated Mobile Pages
indicates whether an item has the Accelerated Mobile Page (AMP) version

            ratingobject

the item's rating
the popularity rate based on reviews and displayed in SERP
if there is none, equals null

                rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                valuefloat

the value of the rating

                votes_countinteger

the amount of feedback

                rating_maxinteger

the maximum value for a rating_type

            priceobject

pricing details
contains the pricing details of the product or service featured in the result;
if there is none, equals null

                currentfloat

current price
indicates the current price of the product or service featured in the result

                regularfloat

regular price
indicates the regular price of the product or service with no discounts applied

                max_valuefloat

the maximum price
the maximum price of the product or service as indicated in the result

                currencystring

currency of the listed price
ISO code of the currency applied to the price

                is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                displayed_pricestring

price string in the result
raw price string as provided in the result

            highlightedarray

words highlighted in bold within the results description

            linksarray

sitelinks
the links shown below some of Google's search results
if there are none, equals null

                typestring

type of element = 'link_element'

                titlestring

title of the result in SERP

                descriptionstring

description of the results element in SERP

                urlstring

sitelink URL

                domainstring

domain in SERP

            faqobject

frequently asked questions
questions and answers extension shown below some of Google's search results
Note: this object is deprecated and always returns null

            extended_people_also_searcharray

extension of the organic element
extension of the organic result containing related search queries
Note: extension appears in SERP upon clicking on the result and then bouncing back to search results

            about_this_resultobject

contains information from the 'About this result' panel
Note: this object is deprecated and always returns null

            related_resultarray

related result from the same domain
related result from the same domain appears as a part of the main result snippet;
you can derive the related_result snippets as "type": "organic" results by setting the group_organic_results parameter to false in the POST request

                typestring

type of element = 'related_result'

                xpathstring

the XPath of the element

                domainstring

relevant domain

                titlestring

title of the result in SERP

                urlstring

relevant URL in SERP

                cache_urlstring

cached version of the page

                related_search_urlstring

URL to a similar search
URL to a new search for the same keyword(s) on related sites

                breadcrumbstring

breadcrumb in SERP

                is_imageboolean

indicates whether the element contains an_image
Note: this check no longer appears in SERPn

                is_videoboolean

indicates whether the element contains a video
Note: this check no longer appears in SERP

                checksarray

array of properties detected for the SERP element
lists the properties that are true for this element
each value in the array represents a detected property
example:
if is_image is present in the array, the element contains an image
possible values in the array:
is_image, is_video, is_featured_snippet, amp_version, is_malicious, is_web_story, is_highly_cited
equals null if none of the properties are detected for the element
learn more about the checks array in this Help Center article

                descriptionstring

description of the results element in SERP

                pre_snippetstring

includes additional information appended before the result description in SERP

                extended_snippetstring

includes additional information appended after the result description in SERP

                imagesarray

images of the element
if there is none, equals null

                    typestring

type of element = 'images_element'

                    altstring

alt tag of the image

                    urlstring

relevant URL

                    image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                amp_versionboolean

Accelerated Mobile Pages
indicates whether an item has the Accelerated Mobile Page (AMP) version

                ratingobject

the item's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                    rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                    valuefloat

the value of the rating

                    votes_countinteger

the amount of feedback

                    rating_maxinteger

the maximum value for a rating_type

                priceobject

pricing details
contains the pricing details of the product or service featured in the result

                    currentfloat

current price
indicates the current price of the product or service featured in the result

                    regularfloat

regular price
indicates the regular price of the product or service with no discounts applied

                    max_valuefloat

the maximum price
the maximum price of the product or service as indicated in the result

                    currencystring

currency of the listed price
ISO code of the currency applied to the price

                    is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                    displayed_pricestring

price string in the result
raw price string as provided in the result

                highlightedarray

words highlighted in bold within the results description

                about_this_resultobject

contains information from the 'About this result' panel
Note: this object is deprecated and always returns null

            timestampstring

date and time when the result was published
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        paidobject
            typestring

type of element='paid'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            domainstring

domain in SERP of the ad element

            website_namestring

name of the website in the ad element

            descriptionstring

description of the results element in SERP

            urlstring

relevant URL of the Ad element in SERP

            breadcrumbstring

breadcrumb of the Ad element in SERP

            is_imageboolean

indicates whether the element contains an_image
Note: this check no longer appears in SERPn

            is_videoboolean

indicates whether the element contains a video
Note: this check no longer appears in SERP

            checksarray

array of properties detected for the SERP element
lists the properties that are true for this element
each value in the array represents a detected property
example:
if is_image is present in the array, the element contains an image
possible values in the array:
is_image, is_video, is_featured_snippet, amp_version, is_malicious, is_web_story, is_highly_cited
equals null if none of the properties are detected for the element
learn more about the checks array in this Help Center article

            imagesarray

images of the element
if there is none, equals null

                typestring

type of element = 'images_element'

                altstring

alt tag of the image

                urlstring

relevant URL

                image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

            highlightedarray

words highlighted in bold within the results description

            extraobject

additional information about the result

                ad_aclkstring

the identifier of the ad

            descriptionstring

description of the results element in SERP

            description_rowsarray

extended description
if there is none, equals null

            linksarray

sitelinks
the links shown below some of Google's search results
if there are none, equals null

                typestring

type of element = 'link_element'

                titlestring

title of the link element

                descriptionstring

description of the results element in SERP

                urlstring

URL link

                domainstring

domain in SERP

                ad_aclkstring

the identifier of the ad

            priceobject

pricing details
contains the pricing details of the product or service featured in the result;
if there is none, equals null

                currentfloat

current price
indicates the current price of the product or service featured in the result

                regularfloat

regular price
indicates the regular price of the product or service with no discounts applied

                max_valuefloat

the maximum price
the maximum price of the product or service as indicated in the result

                currencystring

currency of the listed price
ISO code of the currency applied to the price

                is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                displayed_pricestring

price string in the result
raw price string as provided in the result

            ratingobject

the element's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                valuefloat

the value of the rating

                votes_countinteger

the amount of feedback

                rating_maxinteger

the maximum value for a rating_type

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        carouselobject
            typestring

type of element='carousel'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'carousel_element'

                titlestring

title of the item

                subtitlestring

subtitle of the item

                image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        multi_carouselobject
            typestring

type of element='multi_carousel'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'multi_carousel_element'

                titlestring

title of the item

                multi_carousel_snippetsarray

multi_carousel_snippet results
if there are none, equals null

                    typestring

type of element = 'multi_carousel_snippet'

                    titlestring

title of a particular item

                    subtitlestring

subtitle of the item

                    image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        answer_boxobject
            typestring

type of element='answer_box'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            textarray

text
if there is none, equals null

            linksarray

sitelinks
the links shown below some of Google's search results
if there are none, equals null

                typestring

type of element = 'link_element'

                titlestring

title of the link

                descriptionstring

description of the results element in SERP

                urlstring

URL link

                domainstring

domain in SERP

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        related_searchesobject
            typestring

type of element='related_searches'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            itemsarray

keywords relevant to the initial search query
if there are none, equals null

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        people_also_searchobject
            typestring

type of element='people_also_search'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            itemsarray

popular keywords relevant to the initial search query
if there are none, equals null

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        local_packobject
            typestring

type of element='local_pack'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            descriptionstring

description of the results element in SERP

            domainstring

domain in SERP

            phonestring

phone number

            booking_urlstring

URL of the booking page

            urlstring

relevant URL

            is_paidboolean

indicates whether the element is an ad

            ratingobject

the item's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                valuefloat

the value of the rating

                votes_countinteger

the amount of feedback

                rating_maxinteger

the maximum value for a rating_type

            cidstring

google-defined client id
unique id of a local establishment;
can be used with Google Reviews API to get a full list of reviews

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        hotels_packobject
            typestring

type of element='hotels_pack'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            date_fromstring

starting date of stay
in the format “year-month-date”
example:
2019-11-15

            date_tostring

ending date of stay
in the format “year-month-date”
example:
2019-11-17

            itemsarray

contains results featured in the 'hotels_pack' element of SERP

                typestring

type of element='hotels_pack_element'n

                priceobject

price of booking a place for the specified dates of stay

                    currentfloat

current price
indicates the current price of booking a place for the specified dates of stay

                    regularfloat

regular price
indicates the regular price of booking a place for the specified dates of stay

                    max_valuefloat

the maximum price
the maximum price of booking a place for the specified dates of stay

                    currencystring

currency of the listed price
ISO code of the currency applied to the price

                    is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                    displayed_pricestring

price string in the result
raw price string as provided in the result

                titlestring

title of the place

                desriptionstring

description of the place in SERP

                hotel_identifierstring

unique hotel identifier
unique hotel identifier assigned by Google;
example: "CgoIjaeSlI6CnNpVEAE"

                domainstring

domain in SERP

                urlstring

relevant URL

                is_paidboolean

indicates whether the element is an ad

                ratingobject

the item's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                    rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                    valuefloat

the value of the rating

                    votes_countinteger

the amount of feedback

                    rating_maxinteger

the maximum value for a rating_type

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        knowledge_graphobject

note that knowledge_graph items in mobile results may be separated by other elements;
in such cases, the API response returns several knowledge_graph elements, each containing distinct items, and each placed according to the items’ placement in SERP

            typestring

type of element='knowledge_graph'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            subtitlestring

subtitle of the item

            descriptionstring

description

            card_idstring

card id

            urlstring

relevant URL

            image_urlstring

URL of the image from knowledge graph

            logo_urlstring

URL of the logo from knowledge graph

            cidstring

google-defined client id

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'knowledge_graph_images_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                linkobject

link of the element

                    typestring

type of element = 'link_element'

                    titlestring

title of a given link element

                    urlstring

URL

                    domainstring

domain where a link points

                    snippetstring

text alongside the link title

                    xpathstring

the XPath of the element

                itemsarray

contains arrays of specific images

                    typestring

type of element = 'knowledge_graph_images_element'

                    urlstring

image source URL

                    domainstring

website domain

                    altstring

alt attribute

                    image_urlstring

URL of a specific image

                    xpathstring

the XPath of the element

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_list_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                titlestring

title of the element

                data_attridstring

google defined data attribute ID
example:
action:listen_artist

                linkobject

link of the element

                    typestring

type of element = 'link_element'

                    titlestring

title of a given link element

                    urlstring

URL

                    domainstring

domain where a link points

                    snippetstring

text alongside the link title

                    xpathstring

the XPath of the element

                itemsarray

contains arrays of elements available in the list

                    typestring

type of element = 'knowledge_graph_list_element'

                    titlestring

title of the element

                    subtitlestring

subtitle of the element

                    urlstring

URL of element

                    domainstring

website domain

                    image_urlstring

URL of the image

                    xpathstring

the XPath of the element

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_ai_overview_item‘'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                asynchronous_ai_overviewboolean

indicates whether the element is loaded asynchronously
if true, the ai_overview element is loaded asynchronously;
if false, the ai_overview element is loaded from cache;
to obtain the content of ai_overview elements, use the load_async_ai_overview parameter in the POST request

                itemsarray

items present in the element

                    typestring

type of element = 'ai_overview_element'

                    positionstring

the alignment of the element in SERP
can take the following values:
left, right

                    titlestring

title of the element

                    textstring

text or description of the element in SERP

                    markdownstring

content of the element in markdown format

                    linksarray

website links featured in the element

                        typestring

type of element = 'link_element'

                        titlestring

link anchor text

                        descriptionstring

link description

                        urlstring

link URL

                        domainstring

domain in SERP

                    imagesarray

images of the element
if there are none, equals null

                        typestring

type of element = 'images_element'

                        altstring

alt tag of the image

                        urlstring

relevant URL

                        image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                    referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                        typeobject

type of element = 'ai_overview_reference'

                            sourcestring

reference source name or title

                            domainstring

domain name of the reference

                            urlstring

reference page URL

                        titlestring

reference page title

                        textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                    typestring

type of element = 'ai_overview_video_element'

                    positionstring

the alignment of the element in SERP
can take the following values:
left, right

                    titlestring

title of the element

                    snippetstring

additional information for the video

                    urlstring

URL of the link to the video

                    domainstring

domain of the website hosting the video

                    image_urlstring

URL to the image thumbnail of the video

                    sourcestring

name of the source of the video

                    datestring

date when the video was published or indexed
example:
Apr 26, 2024

                    timestampstring

date and time when the video was published or indexed
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

                    typestring

type of element = 'ai_overview_table_element'

                    positionstring

the alignment of the element in SERP
can take the following values:
left, right

                    markdownstring

content of the element in markdown format

                    tableobject

table present in the element
the header and content of the table present in the element

                        table_headerarray

content in the header of the table

                        table_contentarray

array of contents of the table present in the element
each array represents the table row

                    referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                        typestring

type of element = 'ai_overview_reference'

                        sourcestring

reference source name or title

                        domainstring

domain name of the reference

                        urlstring

reference page URL

                        titlestring

reference page title

                        textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                    typestring

type of element = 'ai_overview_expanded_element'

                    positionstring

the alignment of the element in SERP
can take the following values:
left, right

                    titlestring

title of the element in SERP

                    textstring

additional text of the element in SERP

                    componentsarray

array of components of the element

                        typestring

type of component = 'ai_overview_expanded_component'

                        titlestring

title of the element in SERP

                        textstring

text of the component

                        markdownstring

text of the component in the markdwon format

                        imagesarray

images of the component
if there are none, equals null

                            typestring

type of element = 'images_element'

                            altstring

alt tag of the image

                            urlstring

relevant URL

                            image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                        linksarray

sitelinks
the links shown below some of Google's search results
if there are none, equals null

                            typestring

type of element = 'link_element'

                            titlestring

title of the link

                            descriptionstring

description of the link

                            urlstring

URL in link

                            domainstring

domain in link

                referencesarray

additional references relevant to the item
includes references to webpages that may have been used to generate the ai_overview

                    typestring

type of element = 'ai_overview_reference'

                    sourcestring

reference source name or title

                    domainstring

domain name of the reference

                    urlstring

reference page URL

                    titlestring

reference page title

                    textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_description_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteobject

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                    pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                textstring

description content

                linksarray

link of the element

                    typestring

type of element = 'link_element'

                    titlestring

title of a given link element

                    urlstring

URL

                    domainstring

domain where a link points

                    snippetstring

text alongside the link title

                    xpathstring

the XPath of the element

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_row_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                titlestring

title of the row

                data_attridstring

google defined data attribute ID
example:
ss:/webfacts:net_worth

                textstring

row content

                linksarray

link of the element

                    typestring

type of element = 'link_element'

                    titlestring

title of a given link element

                    urlstring

URL

                    domainstring

domain where a link points

                    snippetstring

text alongside the link title

                    xpathstring

the XPath of the element

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_carousel_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                titlestring

title of the carousel item

                data_attridstring

google defined data attribute ID
example:
kc:/common/topic:social media presence

                linkobject

link of the element

                    typestring

type of element = 'link_element'

                    titlestring

title of a given link element

                    urlstring

URL

                    domainstring

domain where a link points

                    snippetstring

text alongside the link title

                    xpathstring

the XPath of the element

                itemsarray

contains arrays of elements available in the list

                    typestring

type of element = 'knowledge_graph_carousel_element'

                    titlestring

title of the element

                    subtitlestring

subtitle of the element

                    urlstring

URL of element

                    domainstring

website domain

                    image_urlstring

URL of the image

                    xpathstring

the XPath of the element

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_part_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                titlestring

title of the item

                data_attridstring

google defined data attribute ID
example:
kc:/local:place qa

                textstring

content within the item

                linksarray

link of the element

                    typestring

type of element = 'link_element'

                    titlestring

title of a given link element

                    urlstring

URL

                    domainstring

domain where a link points

                    snippetstring

text alongside the link title

                    xpathstring

the XPath of the element

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_expanded_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                titlestring

title of the item

                data_attridstring

google defined data attribute ID
example:
kc:/local:place qa

                expanded_elementarray

link of the element

                    typestring

type of element = 'knowledge_graph_expanded_element'

                    featured_titlestring

title of a given element

                    urlstring

source URL

                    domainstring

source domain

                    titlestring

source title

                    snippetstring

text alongside the title

                    timestampstring

date and time when the result was published
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

                    imagesarray

images of the element

                        typestring

type of element = 'images_element'

                        altstring

alt tag of the image

                        urlstring

relevant URL

                        image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                    tableobject

table element

                        table_elementstring

name assigned to the table element
possible values:
table_element

                        table_headerarray

column names

                        table_contentarray

the content of the table
one line of the table in this element of the array

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_shopping_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                titlestring

title of the item

                data_attridstring

google defined data attribute ID
example:
kc:/shopping/gpc:organic-offers

                itemsarray

link of the element

                    typestring

type of element = 'knowledge_graph_shopping_element'

                    titlestring

title of a given shopping element

                    urlstring

URL

                    domainstring

domain in url

                    priceobject

price indicated in the element

                        currentfloat

current price
refers to the current price indicated in the element

                        regularfloat

regular price
refers to the regular price indicated in the element

                        max_valuefloat

the maximum price
refers to the maximum price indicated in the element

                        currencystring

currency of the listed price
ISO code of the currency applied to the price

                        is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                        displayed_pricestring

price string in the result
raw price string as provided in the result

                    sourcestring

web source of the shopping element
indicates the source of information included in the element

                    snippetstring

description of the shopping element

                    marketplacestring

merchant account provider
ecommerce site that hosts products or websites of individual sellers under the same merchant account
example:
by Google

                    marketplace_urlstring

URL to the merchant account provider
ecommerce site that hosts products or websites of individual sellers under the same merchant account

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

                typestring

type of element = 'knowledge_graph_hotels_booking_item'

                rank_groupinteger

group rank in SERP
position within a group of elements with identical type values;
positions of elements with different type values are omitted from rank_group;
always equals 0 for desktop

                rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP
always equals 0 for desktop

                pageinteger

search results page number
indicates the number of the SERP page on which the element is located

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                xpathstring

the XPath of the element

                titlestring

title of the element

                date_fromstring

starting date of stay
in the format "year-month-date"
example:
2019-11-15

                date_tostring

ending date of stay
in the format "year-month-date"
example:
2019-11-17

                data_attridstring

google defined data attribute ID
example:
kc:/local:hotel booking

                itemsarray

contains arrays of elements available in the list

                    typestring

type of element = 'knowledge_graph_hotels_booking_element'

                    sourcestring

web source of the hotel booking element
indicates the source of information included in the element

                    descriptionstring

description of the hotel booking element

                    urlstring

URL

                    domainstring

domain in the URL

                    priceobject

price indicated in the element

                        currentfloat

current price
refers to the current price indicated in the element

                        regularfloat

regular price
refers to the regular price indicated in the element

                        max_valuefloat

the maximum price
refers to the maximum price indicated in the element

                        currencystring

currency of the listed price
ISO code of the currency applied to the price

                        is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                        displayed_pricestring

price string in the result
raw price string as provided in the result

                is_paidboolean

indicates whether the element is an ad

                rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                    xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                    widthinteger

width of the element in pixels

                    heightinteger

height of the element in pixels

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        featured_snippetobject
            typestring

type of element='featured_snippet'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            domainstring

domain in SERP

            titlestring

title of the result in SERP

            featured_titlestring

the title of the featured snippets source page

            descriptionstring

description of the results element in SERP

            timestampstring

date and time when the result was published
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

            urlstring

relevant URL

            imagesarray

images of the element

                typestring

type of element = 'images_element'

                altstring

alt tag of the image

                urlstring

relevant URL

                image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

            tableobject

results table
if there are none, equals null

                table_headerarray

column names

                table_contentarray

the content of the table
one line of the table in this element of the array

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        top_storiesobject
            typestring

type of element='top_stories'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element in SERP

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'top_stories_element'

                sourcestring

source of the element
indicates the source of information included in the top_stories_element

                domainstring

domain in SERP

                titlestring

title of the result in SERP

                datestring

the date when the page source of the element was published

                amp_versionboolean

Accelerated Mobile Pages
indicates whether an item has the Accelerated Mobile Page (AMP) version

                timestampstring

date and time when the result was published
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

                urlstring

URL

                image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                badgesarray

badges relevant to the element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        twitterobject
            typestring

type of element='twitter'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            urlstring

URL

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'twitter_element'

                tweetstring

tweet message

                datestring

the posting date

                timestampstring

date and time when the result was published
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

                urlstring

URL

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        mapobject
            typestring

type of element='map'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            urlstring

URL

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        google_flightsobject
            typestring

type of element='google_flights'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            urlstring

URL

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'google_flights_element'

                descriptionstring

description

                urlstring

URL

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        google_reviewsobject
            typestring

type of element='google_reviews'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            reviews_countinteger

the number of reviews

            ratingobject

the element's rating
the popularity rate based on reviews and displayed in SERP

                rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                valuefloat

the value of the rating

                votes_countinteger

the amount of feedback

                rating_maxinteger

the maximum value for a rating_type

            place_idstring

the identifier of a place

            featurestring

the additional feature of the review

            cidstring

google-defined client id
unique id of a local establishment;
can be used with Google Reviews API to get a full list of reviews

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        third_party_reviewsobject
            typestring

type of element='third_party_reviews'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            reviews_countinteger

the number of reviews

            titlestring

name of the third-party review source

            urlstring

URL of the third-party review source

            ratingobject

the element's rating
the popularity rate based on reviews and displayed in SERP

                rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                valuefloat

the value of the rating

                votes_countinteger

the amount of feedback

                rating_maxinteger

the maximum value for a rating_type

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        videoobject
            typestring

type of element='video'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'video_element'

                sourcestring

source of the element
indicates the source of the video

                titlestring

title of the result in SERP

                timestampstring

date and time when the result was published
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

                urlstring

URL

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        appobject
            typestring

type of element='app'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'app_element'

                descriptionstring

description of the results element in SERP

                titlestring

title of the result in SERP

                urlstring

URL

                priceobject

price of the app element

                    currentfloat

current price
refers to the current price indicated in the app element

                    regularfloat

regular price
refers to the regular price indicated in the app element

                    max_valuefloat

the maximum price
refers to the maximum price indicated in the app element

                    currencystring

currency of the listed price
ISO code of the currency applied to the price

                    is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                    displayed_pricestring

price string in the result
raw price string as provided in the result

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        people_also_askobject
            typestring

type of element='people_also_ask'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'people_also_ask_element'

                titlestring

title of the result in SERP

                seed_questionstring

question that triggered additional expanded elements

                xpathstring

the XPath of the element

                expanded_elementarray

expanded element

                    typestring

type of element = 'people_also_ask_expanded_element'

                    featured_titlestring

title

                    urlobject

relevant URL

                        domainstring

domain in SERP

                    titlestring

title of the result in SERP

                    descriptionstring

description of the results element in SERP

                    imagesarray

images of the element

                        typestring

type of element = 'images_element'

                        altstring

alt tag of the image

                        urlstring

relevant URL

                        image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                    timestampstring

date and time when the result was published
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

                    tableobject

results table
if there are none, equals null

                        table_headerarray

column names

                        table_contentarray

the content of the table
one line of the table in this element of the array

                    typestring

type of element = 'people_also_ask_ai_overview_expanded_element'

                    itemsarray

array of items

                        typestring

type of element = 'ai_overview_element'

                    positionstring

the alignment of the element in SERP
can take the following values:
left, right

                    titlestring

title of the element

                    textstring

text or description of the element in SERP

                    markdownstring

content of the element in markdown format

                    linksarray

website links featured in the element

                        typestring

type of element = 'link_element'

                        titlestring

link anchor text

                        descriptionstring

link description

                        urlstring

link URL

                        domainstring

domain in SERP

                    imagesarray

images of the element
if there are none, equals null

                        typestring

type of element = 'images_element'

                        altstring

alt tag of the image

                        urlstring

relevant URL

                        image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                    referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                        typestring

type of element = 'ai_overview_reference'

                        sourcestring

reference source name or title

                        domainstring

domain name of the reference

                        urlstring

reference page URL

                        titlestring

reference page title

                        textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                    typestring

type of element = 'ai_overview_video_element'

                    positionstring

the alignment of the element in SERP
can take the following values:
left, right

                    titlestring

title of the element

                    snippetstring

additional information for the video

                    urlstring

URL of the link to the video

                    domainstring

domain of the website hosting the video

                    image_urlstring

URL to the image thumbnail of the video

                    sourcestring

name of the source of the video

                    datestring

date when the video was published or indexed
example:
Apr 26, 2024

                    timestampstring

date and time when the video was published or indexed
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

                    typestring

type of element = 'ai_overview_table_element'

                    positionstring

the alignment of the element in SERP
can take the following values:
left, right

                    markdownstring

content of the element in markdown format

                    tableobject

table present in the element
the header and content of the table present in the element

                        table_headerarray

content in the header of the table

                            table_contentarray

array of contents of the table present in the element
each array represents the table row

                    referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                        typestring

type of element = 'ai_overview_reference'

                        sourcestring

reference source name or title

                        domainstring

domain name of the reference

                        urlstring

reference page URL

                        titlestring

reference page title

                        textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                    typestring

type of element = 'ai_overview_expanded_element'

                    positionstring

the alignment of the element in SERP
can take the following values:
left, right

                    titlestring

title of the element in SERP

                    textstring

additional text of the element in SERP

                    componentsarray

array of components of the element

                        typeobject

type of component = 'ai_overview_expanded_component'

                            titlestring

title of the element in SERP

                        textstring

text of the component

                        markdownstring

text of the component in the markdwon format

                        imagesarray

images of the component
if there are none, equals null

                            typestring

type of element = 'images_element'

                            altstring

alt tag of the image

                            urlobject

relevant URL

                                image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                        linksarray

sitelinks
the links shown below some of Google's search results
if there are none, equals null

                            typestring

type of element = 'link_element'

                            titlestring

title of the link

                            descriptionstring

description of the link

                            urlstring

URL in link

                            domainstring

domain in link

                            referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                                typestring

type of element = 'ai_overview_reference'

                                sourcestring

reference source name or title

                                domainstring

domain name of the reference

                                urlstring

reference page URL

                                titlestring

reference page title

                                textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                    referencesarray

additional references relevant to the item
includes references to webpages that may have been used to generate the ai_overview

                        typestring

type of element = 'ai_overview_reference'

                        sourcestring

reference source name or title

                        domainstring

domain name of the reference

                        urlstring

reference page URL

                        titlestring

reference page title

                        textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                    asynchronous_ai_overviewboolean

indicates whether the element is loaded asynchronously
if true, the people_also_ask_ai_overview_expanded_element element is loaded asynchronously;
if false, the people_also_ask_ai_overview_expanded_element element is loaded from cache

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        imagesobject
            typestring

type of element='images'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            urlstring

relevant URL

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'images_element'

                altstring

alt tag of the image

                urlstring

original URL of the image
the URL leading to the image on the original resource

                image_urlstring

URL to the compressed image
the URL leading to the image on DataForSEO storage

            related_image_searchesarray

contains keywords and images related to the specified search term
Note: this array is deprecated and always returns null

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        shoppingobject
            typestring

type of element='shopping'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'shopping_element'

                titlestring

title of the result in SERP

                priceobject

price of the shopping element

                    currentfloat

current price
indicates the current price of the shopping element

                    regularfloat

regular price
indicates the regular price of the shopping element

                    max_valuefloat

the maximum price
indicates the maximum price of the shopping element

                    currencystring

currency of the listed price
ISO code of the currency applied to the price

                    is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                    displayed_pricestring

price string in the result
raw price string as provided in the result

                sourcestring

source of the element
indicates the source of information included in the shopping_element

                descriptionstring

the description of the results element in SERP

                marketplacestring

merchant account provider
commerce site that hosts products or websites of individual sellers under the same merchant account
example:
by Google

                marketplace_urlstring

relevant marketplace URL
URL of the page on the marketplace website where the product is hosted

                urlstring

URL

                ratingobject

the element's rating
the popularity rate based on reviews and displayed in SERP

                    rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                    valuefloat

the value of the rating

                    votes_countinteger

the amount of feedback

                    rating_maxinteger

the maximum value for a rating_type

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        jobsobject
            typestring

type of element='jobs'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            urlstring

URL

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'jobs_element'

                titlestring

title of the result in SERP

                descriptionstring

description

                locationstring

location for which the job vacancy is posted

                authorstring

author

                job_posted_timestring

the time when the job was posted

                timestampstring

date and time when the result was published
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

                contract_typestring

contract type

                salarystring

salary

                urlstring

URL

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        eventsobject
            typestring

type of element='events'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            urlstring

URL

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'events_element'

                titlestring

title of the item

                snippetstring

snippet of the element

                urlstring

events_element URL

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        recipesobject
            typestring

type of element='recipes'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'recipes_element'

                titlestring

title of the item

                urlstring

recipes_element URL

                domainstring

domain in SERP

                sourcestring

source of the element
indicates the source of information included in the recipes_element

                descriptionstring

snippet of the element

                timestring

the total time it takes to prepare the cook the dish

                ratingobject

the item's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                    rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                    valuefloat

the value of the rating

                    votes_countinteger

the amount of feedback

                    rating_maxinteger

the maximum value for a rating_type

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        top_sightsobject
            typestring

type of element='top_sights'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'top_sights_element'

                titlestring

title of the item

                urlstring

top_sights_element URL

                descriptionstring

snippet of the element

                ratingobject

the item's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                    rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                    valuefloat

the value of the rating

                    votes_countinteger

the amount of feedback

                    rating_maxinteger

the maximum value for a rating_type

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        scholarly_articlesobject
            typestring

type of element='scholarly_articles'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the item

            urlstring

URL of the result in SERP

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'scholarly_articles_element'

                titlestring

title of the item

                urlstring

scholarly_articles_element URL

                authorstring

author

                descriptionstring

snippet of the element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        popular_productsobject
            typestring

type of element='popular_products'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'popular_products_element'

                titlestring

title of the item

                urlstring

URL of of the popular product's page

                domainstring

domain in the popular product's page URL

                descriptionstring

snippet of the element

                more_sellersboolean

indicates whether the product is sold by multiple sellers

                sellerstring

seller of the product

                image_urlstring

URL of the product's image

                priceobject

price of the popular products element

                    currentfloat

current price
indicates the current price of the popular products element

                    regularfloat

regular price
indicates the regular price of the popular products element

                    max_valuefloat

the maximum price
indicates the maximum price of the popular products element

                    currencystring

currency of the listed price
ISO code of the currency applied to the price

                    is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                    displayed_pricestring

price string in the result
raw price string as provided in the result

                ratingobject

the item's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                    rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                    valuefloat

the value of the rating

                    votes_countinteger

the amount of feedback

                    rating_maxinteger

the maximum value for a rating_type

                product_identifiersobject

identifiers of the product
can include the following identifiers: product_id, data_docid, gid

                    product_idstring

unique product identifier on Google Shopping
example:
4485466949985702538
learn more about the parameter in this help center guide

                    data_docidstring

unique identifier of the SERP data element
example:
17363035694596624076

                    gidstring

global product identifier on Google Shopping
example:
4702526954592161872
learn more about the parameter in this help center guide

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        questions_and_answersobject
            typestring

type of element='questions_and_answers'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'questions_and_answers_element'

                urlstring

questions_and_answers_element URL

                question_textstring

question included in the item

                answer_textstring

answer included in the item

                sourcestring

source of the element
indicates the source of information included in the questions_and_answers_element

                domainstring

domain name of the source

                votesinteger

answer upvotes from the source

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        find_results_onobject
            typestring

type of element='find_results_on'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'find_results_on_element'

                titlestring

title of the result in SERP

                domainstring

domain name of the source

                urlstring

find_results_on_element URL

                sourcestring

source of the element
indicates the source of information included in the find_results_on_element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        stocks_boxobject
            typestring

type of element='‘stocks_box’'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            sourcestring

source of the element
indicates the source of information provided in the stocks_box element

            snippetstring

snippet of the element

            priceobject

price quote featured on Google at the time when our API pulled the results
note that stock prices displayed in the stocks_box element may be delayed according to Google Finance disclaimer

                currentfloat

current price
indicates the current price quote featured on Google at the time when our API pulled the results

                regularfloat

regular price
indicates the regular price quote featured on Google at the time when our API pulled the results

                max_valuefloat

the maximum price
indicates the maximum price quote featured on Google at the time when our API pulled the results

                currencystring

currency of the listed price
ISO code of the currency applied to the price

                is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                displayed_pricestring

price string in the result
raw price string as provided in the result

            urlstring

relevant URL

            domainstring

domain in SERP

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

            tableobject

results table
if there are none, equals null

                table_headerarray

column names
if there are none, equals null

                table_contentarray

the content of the table
additional information about the stock prices displayed below the graph
if there is none, equals null

            graphobject

contains data provided in the graph of the element

                itemsarray

data provided for the date and time when our API pulled the results

                    typestring

type of element='graph_element'
corresponds to one point on the graph that indicates the stock price for a specific date and timen

                    datestring

date and time
in the yyyy-mm-ddThh:mm:ss ISO 8601 format
indicates date and time for which the stock price in the value field is provided

                    valuefloat

stock price
stock price for the date and time provided in the date field

                previous_itemsarray

previous close data
contains stock price data based on the preceding time period

                    typestring

type of element='graph_element'
corresponds to one point on the graph that indicates the stock price for a specific date and timen

                    datestring

date and time
in the yyyy-mm-ddThh:mm:ss ISO 8601 format
indicates the date and time for which the value field provides previous close price
for example, "date": "2020-10-28T15:45:00" and "value": 11080.2857 mean the stock was traded at 11080.2857 on Oct. 27, 2020 at 15:45:00

                    valuefloat

previous close price
closing price on the preceding time period

        commercial_unitsobject
            typestring

type of element='commercial_units'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element

            itemsarray

contains results featured in the commercial_units element of SERP

                typestring

type of element='commercial_units_element'n

                titlestring

title of the commercial unit

                urlstring

relevant URL

                domainstring

domain in SERP

                priceobject

price indicated in the element

                    currentfloat

current price
indicates the current price of the commercial units element

                    regularfloat

regular price
indicates the regular price of the commercial units element

                    max_valuefloat

the maximum price
indicates the maximum price of the commercial units element

                    currencystring

currency of the listed price
ISO code of the currency applied to the price

                    is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                    displayed_pricestring

price string in the result
raw price string as provided in the result

                sourcestring

source of the element

                ratingobject

the item's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                    rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                    valuefloat

the value of the rating

                    votes_countinteger

the amount of feedback

                    rating_maxinteger

the maximum value for a rating_type

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        local_servicesobject
            typestring

type of element='local_services'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element

            urlstring

relevant URL of the element

            domainstring

domain in SERP

            itemsarray

contains results featured in the local_services element of SERP

                typestring

type of element='local_services_element'n

                titlestring

title of the local services element

                urlstring

relevant URL

                domainstring

domain in SERP

                descriptionstring

description of the local services element

                ratingobject

the element's rating
the popularity rate based on reviews and displayed in SERP;
if there is none, equals null

                    rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                    valuefloat

the value of the rating

                    votes_countinteger

the amount of feedback

                    rating_maxinteger

the maximum value for a rating_type

                profile_image_urlstring

URL of the image featured in the element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        google_hotelsobject
            typestring

type of element='google_hotels'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            hotel_identifierstring

unique hotel identifier
unique hotel identifier assigned by Google;
example: "CgoIjaeSlI6CnNpVEAE"

            urlstring

URL of the element

            cidstring

google-defined client id
unique id of a local establishment;
learn more about the identifier in this help center article
example: "5087410620311667698"

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        math_solverobject
            typestring

type of element='math_solver'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the result in SERP

            resultstring

solution to the equation
solution to the mathematical equation specified in the keyword field when setting a task

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'math_solver_element'

                titlestring

title of the item

                expanded_elementarray

expanded element

                    typestring

type of element = 'math_solver_expanded_element'

                    titlestring

title of the element

                    solutionarray

solution of the element
displays steps to solve the mathematical equation as specified in the element

            linksarray

links featured in the math_solver element
if there are none, equals null

                typestring

type of element = 'link_element'

                titlestring

title of the link element

                descriptionstring

description of the link element

                urlstring

URL

                domainstring

domain in SERP

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        currency_boxobject
            typestring

type of element='currency_box'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            valueinteger

value to convert

            converted_valuefloat

value converted to a requested currency
indicates the exact value based on Google Fincance data at the time when our API pulled the results
note that exchange rates displayed in the currency_box element may be delayed according to the Google Finance disclaimer

            currencystring

currency to convert

            converted_currencystring

converted currency

            timestampstring

date and time when the result was published
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

            tableobject

results table
if there are none, equals null

                table_headerarray

column names
if there are none, equals null

                table_contentarray

the content of the table
information about the requested exchange rates as featured in SERP
if there is none, equals null

            graphobject

contains data provided in the graph of the element

                itemsarray

data provided for the date and time when our API pulled the results

                    typestring

type of element='graph_element'
corresponds to one point on the graph that indicates the exchange rate for a specific date and timen

                    datestring

date and time
in the yyyy-mm-ddThh:mm:ss ISO 8601 format
indicates date and time for which the exchange rate in the value field is provided

                    valuefloat

exchange rate
exchange rate for the date and time provided in the date field

                previous_itemsarray

exchange rates on the preceding time period
contains exchange rate data based on the preceding time period
if there are none, equals null

                    typestring

type of element='graph_element'
corresponds to one point on the graph that indicates the exchange rate for a specific date and timen

                    datestring

date and time
in the yyyy-mm-ddThh:mm:ss ISO 8601 format
indicates the date and time for which the value field provides previous exchange rate

                    valuefloat

previous exchange rate
exchange rate on the preceding time period

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

            typestring

type of element='product_considerations'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left

            xpathstring

the XPath of the element

            titlestring

title of the product considerations snippet

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element='product_considerations_element'
contains the product consideration and expanded element with additional infon

                titlestring

title of the element

                consideration_categorystring

category of the consideration element
the category is indicated just above the title fo the consideration element

                expanded_elementarray

product consideration info
contains an answer to the question articulated in the title

                    typestring

type of element='product_considerations_expanded_element'n

                    titlestring

title of the expanded element

                    featured_titlestring

alternative title featured in the element

                    breadcrumbstring

breadcrumb in SERP

                    snippetstring

text snippet

                    domainstring

source domain

                    urlstring

source url

                    timestampstring

date and time when the result was published
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

                    related_searchesarray

search queries related to the elment

                    about_this_resultobject

contains information from the 'About this result' panel
Note: this object is deprecated and always returns null

                    typestring

type of element='product_considerations_ai_overview_expanded_element'

                    itemsarray

items present in the element

                        typestring

type of element = 'ai_overview_element'

                        titlestring

title of the element

                        textstring

text or description of the element in SERP

                        imagesarray

images of the element
if there are none, equals null

                            typestring

type of element = 'images_element'

                            altstring

alt tag of the image

                            urlstring

relevant URL

                            image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                        referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                            typestring

type of element = 'ai_overview_reference'

                            sourcestring

reference source name or title

                            domainstring

domain name of the reference

                            urlstring

reference page URL

                            titlestring

reference page title

                            textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                    referencesarray

additional references relevant to the item
includes references to webpages that may have been used to generate the product_considerations_ai_overview_expanded_element

                        typestring

type of element = 'ai_overview_reference'

                        sourcestring

reference source name or title

                        domainstring

domain name of the reference

                        urlstring

reference page URL

                        titlestring

reference page title

                        textstring

reference text
text snippet from the page that was used to generate the product_considerations_ai_overview_expanded_element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        short_videosobject
            typestring

type of element='short_videos'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'short_videos_element'

                titlestring

title of the result in SERP

                urlstring

URL

                domainstring

domain in SERP

                sourcestring

source of the element
indicates the source of information included in the top_stories_element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        refine_productsobject
            typestring

type of element='refine_products'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'refine_products_element'

                titlestring

title of the result in SERP

                image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                keywordstring

keyword for the related refined search

                refine_typestring

type of search refinement

                xpathstring

the XPath of the element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        perspectivesobject
            typestring

type of element='perspectives'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'perspectives_element'

                titlestring

title of the result in SERP

                descriptionstring

description of the result in SERP

                urlstring

URL

                domainstring

domain in SERP

                datestring

the date or time when the page source of the element was published
example: 13 hours ago

                sourcestring

source of additional information about the result

                timestampstring

date and time when the result was published
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        discussions_and_forumsobject
            typestring

type of element='discussions_and_forums'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'discussions_and_forums_element'

                titlestring

title of the result in SERP

                urlstring

URL to the source

                domainstring

domain in SERP

                sourcestring

source of additional information about the result

                descriptionstring

description of the result in SERP

                timestampstring

date and time when the result was published
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

                posts_countinteger

number of posts from the discussion on the related source

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        compare_sitesobject
            typestring

type of element='compare_sites'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            titlestring

title of the element

            itemsarray

additional items present in the element
if there are none, equals null

                typestring

type of element = 'compare_sites_element'

                titlestring

title of the result in SERP

                urlstring

URL to the source

                domainstring

domain in SERP

                image_urlstring

URL to the image

                sourcestring

website name, source of the result

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels

        ai_overviewobject
            typestring

type of element='ai_overview'n

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

search results page number
indicates the number of the SERP page on which the element is located

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            asynchronous_ai_overviewboolean

indicates whether the element is loaded asynchronously
if true, the ai_overview element is loaded asynchronously;
if false, the ai_overview element is loaded from cache

            markdownstring

content of the element in markdown format
the text of the ai_overview formatted in the markdown markup language

            itemsarray

items present in the element

                typestring

type of element = 'ai_overview_element'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                titlestring

title of the element

                textstring

text or description of the element in SERP

                markdownstring

content of the element in markdown format

                linksarray

website links featured in the element

                    typestring

type of element = 'link_element'

                    titlestring

link anchor text

                    descriptionstring

link description

                    urlstring

link URL

                    domainstring

domain in SERP

                imagesarray

images of the element
if there are none, equals null

                    typestring

type of element = 'images_element'

                    altstring

alt tag of the image

                    urlstring

relevant URL

                    image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                    typestring

type of element = 'ai_overview_reference'

                    sourcestring

reference source name or title

                    domainstring

domain name of the reference

                    urlstring

reference page URL

                    titlestring

reference page title

                    textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                typestring

type of element = 'ai_overview_video_element'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                titlestring

title of the element

                snippetstring

additional information for the video

                urlstring

URL of the link to the video

                domainstring

domain of the website hosting the video

                image_urlstring

URL to the image thumbnail of the video

                sourcestring

name of the source of the video

                datestring

date when the video was published or indexed
example:
Apr 26, 2024

                timestampstring

date and time when the video was published or indexed
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

                typestring

type of element = 'ai_overview_table_element'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                markdownstring

content of the element in markdown format

                tableobject

table present in the element
the header and content of the table present in the element

                    table_headerarray

content in the header of the table

                    table_contentarray

array of contents of the table present in the element
each array represents the table row

                referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                    typestring

type of element = 'ai_overview_reference'

                    sourcestring

reference source name or title

                    domainstring

domain name of the reference

                    urlstring

reference page URL

                    titlestring

reference page title

                    textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                typestring

type of element = 'ai_overview_expanded_element'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                titlestring

title of the element in SERP

                textstring

additional text of the element in SERP

                componentsarray

array of components of the element

                    typestring

type of component = 'ai_overview_expanded_component'

                    titlestring

title of the element in SERP

                    textstring

text of the component

                    markdownstring

text of the component in the markdwon format

                    imagesarray

images of the component
if there are none, equals null

                        typestring

type of element = 'images_element'

                        altstring

alt tag of the image

                        urlstring

relevant URL

                        image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                    linksarray

sitelinks
the links shown below some of Google's search results
if there are none, equals null

                        typestring

type of element = 'link_element'

                        titlestring

title of the link

                        descriptionstring

description of the link

                        urlstring

URL in link

                        domainstring

domain in link

                    referencesarray

additional references relevant to the item
includes references to webpages that may have been used to generate the ai_overview

                        typestring

type of element = 'ai_overview_reference'

                        sourcestring

reference source name or title

                        domainstring

domain name of the reference

                        urlstring

reference page URL

                        titlestring

reference page title

                        textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

            referencesarray

additional references relevant to the item
includes references to webpages that may have been used to generate the ai_overview

                typestring

type of element = 'ai_overview_reference'

                sourcestring

reference source name or title

                domainstring

domain name of the reference

                urlstring

reference page URL

                titlestring

reference page title

                textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels


‌‌

Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-access

# Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access 
login="login" 
password="password" 
cred="$(printf ${login}:${password} | base64)" 
curl --location --request POST "https://api.dataforseo.com/v3/serp/{{low_se_name}}/{{low_se_type}}/live/advanced" 
--header "Authorization: Basic ${cred}"  
--header "Content-Type: application/json" 
--data-raw '[
    {
        "language_code": "en",
        "location_code": 2840,
        "keyword": "albert einstein",
        "calculate_rectangles": true
    }
]'
<?php
// You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip
require('RestClient.php');
$api_url = 'https://api.dataforseo.com/';
try {
    // Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
    $client = new RestClient($api_url, null, 'login', 'password');
} catch (RestClientException $e) {
    echo "n";
    print "HTTP code: {$e->getHttpCode()}n";
    print "Error code: {$e->getCode()}n";
    print "Message: {$e->getMessage()}n";
    print  $e->getTraceAsString();
    echo "n";
    exit();
}
$post_array = array();
// You can set only one task at a time
$post_array[] = array(
    "language_code" => "en",
    "location_code" => 2840,
    "keyword" => mb_convert_encoding("albert einstein", "UTF-8"),
    "calculate_rectangles" => true
);
try {
    // POST /v3/serp/{{low_se_name}}/{{low_se_type}}/live/advanced
    // in addition to '{{low_se_name}}' and '{{low_se_type}}' you can also set other search engine and type parameters
    // the full list of possible parameters is available in documentation
    $result = $client->post('/v3/serp/{{low_se_name}}/{{low_se_type}}/live/advanced', $post_array);
    print_r($result);
    // do something with post result
} catch (RestClientException $e) {
    echo "n";
    print "HTTP code: {$e->getHttpCode()}n";
    print "Error code: {$e->getCode()}n";
    print "Message: {$e->getMessage()}n";
    print  $e->getTraceAsString();
    echo "n";
}
$client = null;
?>
const axios = require('axios');

axios({
    method: 'post',
    url: 'https://api.dataforseo.com/v3/serp/{{low_se_name}}/{{low_se_type}}/live/advanced',
    auth: {
        username: 'login',
        password: 'password'
    },
    data: [{
        "keyword": encodeURI("albert einstein"),
        "calculate_rectangles": true,
        "language_code": "en",
        "location_code": 2840
    }],
    headers: {
        'content-type': 'application/json'
    }
}).then(function (response) {
    var result = response['data']['tasks'];
    // Result data
    console.log(result);
}).catch(function (error) {
    console.log(error);
});
from client import RestClient
# You can download this file from here https://cdn.dataforseo.com/v3/examples/python/python_Client.zip
client = RestClient("login", "password")
post_data = dict()
# You can set only one task at a time
post_data[len(post_data)] = dict(
language_code="en",
location_code=2840,
keyword="albert einstein",
calculate_rectangles=True
)
# POST /v3/serp/{{low_se_name}}/{{low_se_type}}/live/advanced
# in addition to '{{low_se_name}}' and '{{low_se_type}}' you can also set other search engine and type parameters
# the full list of possible parameters is available in documentation
response = client.post("/v3/serp/{{low_se_name}}/{{low_se_type}}/live/advanced", post_data)
# you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
if response["status_code"] == 20000:
print(response)
# do something with result
else:
print("error. Code: %d Message: %s" % (response["status_code"], response["status_message"]))
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;

namespace DataForSeoDemos
{
    public static partial class Demos
    {
        public static async Task serp_live_advanced()
        {
            var httpClient = new HttpClient
            {
                BaseAddress = new Uri("https://api.dataforseo.com/"),
                // Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
                //DefaultRequestHeaders = { Authorization = new AuthenticationHeaderValue("Basic", Convert.ToBase64String(Encoding.ASCII.GetBytes("login:password"))) }
            };
            var postData = new List<object>();
            // You can set only one task at a time
            postData.Add(new
            {
                language_code = "en",
                location_code = 2840,
                keyword = "albert einstein",
                calculate_rectangles = true
            });
            // POST /v3/serp/{{low_se_name}}/{{low_se_type}}/live/advanced
            // in addition to '{{low_se_name}}' and '{{low_se_type}}' you can also set other search engine and type parameters
            // the full list of possible parameters is available in documentation
            var taskPostResponse = await httpClient.PostAsync("/v3/serp/{{low_se_name}}/{{low_se_type}}/live/advanced", new StringContent(JsonConvert.SerializeObject(postData)));
            var result = JsonConvert.DeserializeObject<dynamic>(await taskPostResponse.Content.ReadAsStringAsync());
            // you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
            if (result.status_code == 20000)
            {
                // do something with result
                Console.WriteLine(result);
            }
            else
                Console.WriteLine($"error. Code: {result.status_code} Message: {result.status_message}");
        }
    }
}

The above command returns JSON structured like this:

{
  "version": "0.1.20200129",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.3059 sec.",
  "cost": 0.003,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "11151456-0696-0066-0000-002a5915da37",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.0952 sec.",
      "cost": 0.003,
      "result_count": 1,
      "path": [
        "v3",
        "serp",
        "google",
        "organic",
        "advanced",
        "live"
      ],
      "data": {
        "api": "serp",
        "function": "live",
        "se": "google",
        "se_type": "organic",
        "language_name": "English",
        "location_name": "United States",
        "keyword": "flight ticket new york san francisco",
        "tag": "tag2",
        "device": "desktop",
        "os": "windows"
      },
      "result": [
        {
          "keyword": "flight ticket new york san francisco",
          "type": "organic",
          "se_domain": "google.com",
          "location_code": 2840,
          "language_code": "en",
          "check_url": "https://www.google.com/search?q=flight%20ticket%20new%20york%20san%20francisco&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
          "datetime": "2019-11-15 12:57:46 +00:00",
          "spell": null,
          "refinement_chips": {
            "type": "refinement_chips",
            "xpath": "/html[1]/body[1]/div[3]/div[1]/div[9]/div[1]/div[1]/div[3]/div[1]/div[1]",
            "items": [
              {
                "type": "refinement_chips_element",
                "title": "Remote",
                "url": "https://www.google.com/search?num=100&sca_esv=427163c40a0d98b7&hl=en&gl=US&glp=1&q=bristol+temp+agencies+remote&uds=ADvngMjcH0KdF7qGWtwTBrP0nt7drlQNXJ_q6WhUnfcnlFQAOVqvQ09aiEx7jUP4Wb5sg6FzKTGyEoBQg36hfgreicnnhtBQv8H25iRkUIMWBSqTcu0nGLObB57jKDn4sIHqgjkv6AqtXzA0gTV6n6-p1_aOUPMmYdgJOPy5xybgxI0ZY3-OZUg&sa=X&ved=2ahUKEwjEjMPzrvyIAxVgpIkEHYTyBqEQxKsJegQIHRAB&ictx=0",
                "domain": "www.google.com",
                "options": null
              },
              {
                "type": "refinement_chips_element",
                "title": "Date posted",
                "url": null,
                "domain": null,
                "options": [
                  {
                    "type": "refinement_chips_option",
                    "title": "Yesterday",
                    "url": "https://www.google.com/search?num=100&sca_esv=427163c40a0d98b7&hl=en&gl=US&glp=1&q=bristol+temp+agencies+since+yesterday&uds=ADvngMjcH0KdF7qGWtwTBrP0nt7d1cxhUU_4I1tnZ_YIEcACz8ZYvzwewv2vtaifFRGAtrClbFOcrHbTAbAeXm1jREcC6VS1VsCvY-sITnX4ozb-ILgfWEVwq_Z5ROUTUSIPShEnKXD5sUUbZbocrG609xSmt2d98g8y8m1lGjX2kp2G7tWTnMoyaYhx7tPHFsc1SlxiTTuylOmQpyaET98nEnMhDFUw8hSQnpfQcpEDEdBLwrOxN3gOZC4RtcHuKTyeCrFRnaDjQ17dNosh1yiBWrSXB9e1dQF-1Pt17wXCHwRUCH6wH0DbAN-oCNd7lMT2v24eI8rDkLQP3kTLpzGMUZReaWIAPw&sa=X&ved=2ahUKEwjEjMPzrvyIAxVgpIkEHYTyBqEQkbEKegQIDxAD",
                    "domain": "www.google.com"
                  },
                  {
                    "type": "refinement_chips_option",
                    "title": "Last 3 days",
                    "url": "https://www.google.com/search?num=100&sca_esv=427163c40a0d98b7&hl=en&gl=US&glp=1&q=bristol+temp+agencies+in+the+last+3+days&uds=ADvngMjcH0KdF7qGWtwTBrP0nt7dLQVdkfQJDu14-gF_eQoKa39tQdXyMUfu3HnnM3Pu4g5hOzwEez_H8t-yULnPJEgal7YGml0mtSaIuH3YeuIhPq5mBSo_ECo7hOJVwSRGkksXQg-RdTy8GhoT8Qm-ZFkyAQnSLmnlmv0Rm042YAlQ6JFqnfOW0VIOgTeTdYm6SLpzQ3a6YSvEf2tau3pEKxnGWKleL613vj0tLBWg4Jhsa0trdMkFPHDQYhc2caGQ8cmSYU4cqdB2Eq3PsNGgjgebvt7_7bbvjixC19O4L9ZB02rwY0EP30_mYAeTG9lYAx8ZJvGDslVLp0DHS93P8ynaiA7Bbw&sa=X&ved=2ahUKEwjEjMPzrvyIAxVgpIkEHYTyBqEQkbEKegQIDxAE",
                    "domain": "www.google.com"
                  }
                ]
              }
            ]
          },
          "item_types": [
            "answer_box",
            "app",
            "carousel",
            "multi_carousel",
            "featured_snippet",
            "google_flights",
            "google_reviews",
            "images",
            "jobs",
            "knowledge_graph",
            "local_pack",
            "hotels_pack",
            "map",
            "organic",
            "paid",
            "people_also_ask",
            "related_searches",
            "people_also_search",
            "shopping",
            "top_stories",
            "twitter",
            "video",
            "events",
            "math_solver",
            "recipes",
            "top_sights",
            "scholarly_articles",
            "popular_products",
            "questions_and_answers",
            "find_results_on",
            "stocks_box",
            "commercial_units",
            "local_services",
            "google_hotels",
            "currency_box",
            "short_videos",
            "refine_products",
            "perspectives",
            "discussions_and_forums",
            "compare_sites",
            "ai_overview"
          ],
          "se_results_count": 85600000,
          "pages_count": 1,
          "items_count": 96,
          "items": [
            {
              "type": "carousel",
              "rank_group": 1,
              "rank_absolute": 3,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[11]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "title": null,
              "items": [
                {
                  "type": "carousel_element",
                  "title": "Natalie Portman",
                  "subtitle": "Padmé Amidala",
                  "image_url": "https://api.dataforseo.com/cdn/i/01131446-1535-0139-0000-5bd5531716be:1"
                },
                {
                  "type": "carousel_element",
                  "title": "Hayden Christensen",
                  "subtitle": "Darth Vader",
                  "image_url": "https://api.dataforseo.com/cdn/i/01131446-1535-0139-0000-5bd5531716be:2"
                },
                {
                  "type": "carousel_element",
                  "title": "Daisy Ridley",
                  "subtitle": "Rey",
                  "image_url": "https://api.dataforseo.com/cdn/i/01131446-1535-0139-0000-5bd5531716be:3"
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "multi_carousel",
              "rank_group": 1,
              "rank_absolute": 2,
              "page": 1,
              "position": "right",
              "xpath": "/html[1]/body[1]/div[7]/div[2]/div[5]/div[1]/div[3]/div[1]/div[1]/div[1]/sticky-header[1]/div[2]/div[1]/g-flippy-carousel[1]/div[1]/div[1]/ol[1]/li[1]/span[1]/div[1]/div[1]/div[1]/div[3]/div[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "items": [
                {
                  "type": "multi_carousel_element",
                  "title": "Types of molds",
                  "multi_carousel_snippets": [
                    {
                      "type": "multi_carousel_snippet",
                      "title": "Aspergillus niger",
                      "subtitle": null,
                      "image_url": null
                    },
                    {
                      "type": "multi_carousel_snippet",
                      "title": "Penicillium chrysogen...",
                      "subtitle": null,
                      "image_url": null
                    },
                    {
                      "type": "multi_carousel_snippet",
                      "title": "Black bread mold",
                      "subtitle": null,
                      "image_url": null
                    }
                  ]
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "top_stories",
              "rank_group": 1,
              "rank_absolute": 3,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/g-section-with-header[1]/div[2]",
              "title": null,
              "items": [
                {
                  "type": "top_stories_element",
                  "source": "Sky News",
                  "domain": "news.sky.com",
                  "title": "UK takes charge of coalition Gulf mission to protect ships from Iran",
                  "date": "2 hours ago",
                  "amp_version": false,
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://news.sky.com/story/uk-takes-charge-of-coalition-gulf-mission-to-protect-ships-from-iran-11921404",
                  "image_url": null,
                  "badges": null
                },
                {
                  "type": "top_stories_element",
                  "source": "The Jerusalem Post",
                  "domain": "www.jpost.com",
                  "title": "Iranian factory makes Israeli and American flags to burn",
                  "date": "6 hours ago",
                  "amp_version": false,
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://www.jpost.com/International/Iranian-factory-makes-Israeli-and-American-flags-to-burn-615902",
                  "image_url": null,
                  "badges": null
                },
                {
                  "type": "top_stories_element",
                  "source": "Reuters",
                  "domain": "www.reuters.com",
                  "title": "Iranian factory makes U.S. and Israeli flags to burn",
                  "date": "7 hours ago",
                  "amp_version": false,
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://www.reuters.com/article/us-iran-flags/iranian-factory-makes-us-and-israeli-flags-to-burn-idUSKBN1ZT065",
                  "image_url": null,
                  "badges": null
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "math_solver",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]",
              "title": "3x^2-1x^2=50",
              "result": "x=5 x=-5",
              "items": [
                {
                  "type": "math_solver_element",
                  "title": "Quadratic formula",
                  "expanded_element": [
                    {
                      "type": "math_solver_expanded_element",
                      "title": "Combine like terms",
                      "solution": [
                        "3x^2-x^2=50",
                        "2x^2=50"
                      ]
                    },
                    {
                      "type": "math_solver_expanded_element",
                      "title": "Move terms to the left side",
                      "solution": [
                        "2x^2=50",
                        "2x^2-50=0"
                      ]
                    },
                    {
                      "type": "math_solver_expanded_element",
                      "title": "Common factor",
                      "solution": [
                        "2x^2-50=0",
                        "2(x^2-25)=0"
                      ]
                    }
                  ]
                },
                {
                  "type": "math_solver_element",
                  "title": "Factor",
                  "expanded_element": [
                    {
                      "type": "math_solver_expanded_element",
                      "title": "Combine like terms",
                      "solution": [
                        "3x^2-x^2=50",
                        "2x^2=50"
                      ]
                    }
                  ]
                }
              ],
              "links": [
                {
                  "type": "link_element",
                  "title": "Tiger Algebra",
                  "description": null,
                  "url": "https://www.tiger-algebra.com/en/solvetext/3x%5E2-x%5E2%3D50/?origin=googlemath",
                  "domain": "www.tiger-algebra.com"
                },
                {
                  "type": "link_element",
                  "title": "Symbolab",
                  "description": null,
                  "url": "https://www.symbolab.com/solver?or=gms&query=3x%5E2-x%5E2%3D50",
                  "domain": "www.symbolab.com"
                },
                {
                  "type": "link_element",
                  "title": "Mathway",
                  "description": null,
                  "url": "https://www.mathway.com/?asciimath=3x%5E2-x%5E2%3D50",
                  "domain": "www.mathway.com"
                }
              ]
            },
            {
              "type": "answer_box",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[5]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/block-component[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "text": [
                "jeudi",
                "31 octobre",
                "Halloween 2024"
              ],
              "links": null,
              "rectangle": null
            },
            {
              "type": "video",
              "rank_group": 1,
              "rank_absolute": 5,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[7]/div[1]/g-section-with-header[1]/div[2]",
              "items": [
                {
                  "type": "video_element",
                  "source": "YouTube",
                  "title": "Google Pixel 4 XL vs. iPhone 11 Pro Max Speed Test",
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://www.youtube.com/watch?v=Osp8K7W3qDY"
                },
                {
                  "type": "video_element",
                  "source": "YouTube",
                  "title": "iPhone XR vs iPhone 11 - Which Should You Choose?",
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://www.youtube.com/watch?v=BZ5fdNNHVu0"
                },
                {
                  "type": "video_element",
                  "source": "YouTube",
                  "title": "Why iPhone 11 Is Apple's Least Innovative iPhone Yet",
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://www.youtube.com/watch?v=7YyTCa6IMKA"
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "organic",
              "rank_group": 26,
              "rank_absolute": 30,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[29]",
              "domain": "www.t-mobile.com",
              "title": "Apple iPhone 12 Pro 5G | 4 colors in 512GB, 256GB & 128GB",
              "url": "https://www.t-mobile.com/cell-phone/apple-iphone-12-pro",
              "cache_url": null,
              "related_search_url": null,
              "breadcrumb": "https://www.t-mobile.com › Phones › Apple",
              "website_name": "T-Mobile",
              "is_image": false,
              "is_video": false,
              "is_featured_snippet": false,
              "is_malicious": false,
              "is_web_story": false,
              "checks": [
          "is_image"
              ],
              "description": "Get a great deal on the 5G-ready Apple iPhone 12 Pro. See all the features, specs, price and get it on T-Mobile.",
              "pre_snippet": null,
              "extended_snippet": "Rating: 4 · ‎231 reviews · ‎US$30.00 to US$899.99 · ‎In stock",
              "images": null,
              "amp_version": false,
              "rating": {
                "rating_type": "Max5",
                "value": 4,
                "votes_count": 231,
                "rating_max": 5
              },
              "price": {
                "current": 30,
                "regular": null,
                "max_value": 899.99,
                "currency": "USD",
                "is_price_range": true,
                "displayed_price": "US$30.00 to US$899.99"
              },
              "highlighted": null,
              "links": null,
              "faq": null,
              "extended_people_also_search": null,
              "about_this_result": null,
              "related_result": [
                {
                  "type": "related_result",
                  "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[29]/div[1]/div[2]/ul[1]/li[1]",
                  "domain": "www.t-mobile.com",
                  "title": "Apple iPhone 12 | 5 colors in 64GB & 128GB | T-Mobile",
                  "url": "https://www.t-mobile.com/cell-phone/apple-iphone-12",
                  "cache_url": null,
                  "related_search_url": null,
                  "breadcrumb": "https://www.t-mobile.com › Phones › Apple",
                  "is_image": false,
                  "is_video": false,
                  "checks": [
					"is_image"
                  ],
                  "description": "iPhone 12. 5G to download movies on the fly and stream high-quality video. Beautifully bright 6.1-inch Super Retina XDR display. Ceramic Shield with 4x ...",
                  "pre_snippet": null,
                  "extended_snippet": null,
                  "images": null,
                  "amp_version": false,
                  "rating": {
                    "rating_type": "Max5",
                    "value": 4.6,
                    "votes_count": 30,
                    "rating_max": 5
                  },
                  "price": {
                    "current": 24.34,
                    "regular": null,
                    "max_value": 779.99,
                    "currency": "USD",
                    "is_price_range": true,
                    "displayed_price": "US$24.34 to US$779.99"
                  },
                  "highlighted": null,
                  "about_this_result": null,
                  "timestamp": null
                }
              ],
              "timestamp": null,
              "rectangle": {
                "x": 180,
                "y": 5814,
                "width": 652,
                "height": 363
              }
            },
            {
              "type": "people_also_search",
              "rank_group": 1,
              "rank_absolute": 7,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "title": "List of iPhonesView 3+ moreView 3+",
              "items": [
                "View 3+ moreView 3+",
                "iPhone XR",
                "Apple iPhone 7 Plus",
                "Apple iPhone 8 Plus",
                "iPhone 6 Plus",
                "iPhone 6s Plus",
                "iPhone 5s",
                "iPhone SE"
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "related_searches",
              "rank_group": 1,
              "rank_absolute": 8,
              "page": 1,
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[3]/g-section-with-header[1]/div[2]",
              "position": "left",
              "items": [
                "iphone xr",
                "iphone xs",
                "iphone 11",
                "iphone price",
                "iphone 8",
                "iphone xs max",
                "iphone 11 price",
                "iphone xs price"
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "map",
              "rank_group": 1,
              "rank_absolute": 9,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]",
              "title": "Nevada United States",
              "url": null,
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "featured_snippet",
              "rank_group": 1,
              "rank_absolute": 10,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "domain": "www.rome.net",
              "title": "Rome Metro - Lines, hours, fares and Rome metro maps",
              "featured_title": null,
              "description": "Most important metro stationsCipro - Musei Vaticani: The closest stop to the Vatican Museums and to the Sistine Chapel.Ottaviano - San Pietro: This station is a few minutes' walk from St. Peter's Square and St. Peter's Basilica.Spagna: Very convenient for visiting Piazza di Spagna and Villa Borghese.More items...",
              "timestamp": "2020-09-11 14:42:55 +00:00",
              "url": "https://www.rome.net/metro",
              "images": [
                {
                  "type": "images_element",
                  "alt": "Image result for seo competitors analysis checklist",
                  "url": "https://www.searchenginejournal.com/seo-competitive-analysis-the-definitive-guide/273509/",
                  "image_url": "https://api.dataforseo.com/cdn/i/06251618-1535-0139-0000-1b5ffc91bbd4:0"
                }
              ],
              "table": {
                "table_header": [
                  "Site",
                  "Domain",
                  "Alexa top 100 global websites (As of April 3, 2017)"
                ],
                "table_content": [
                  [
                    "Wikipedia",
                    "wikipedia.org",
                    "5"
                  ],
                  [
                    "Yahoo!",
                    "yahoo.com",
                    "6"
                  ],
                  [
                    "Reddit",
                    "reddit.com",
                    "7"
                  ],
                  [
                    "Google India",
                    "google.co.in",
                    "8"
                  ]
                ]
              },
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "local_pack",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[6]/div[2]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]",
              "title": "The Signal Pub",
              "description": "0.1 mi · 7 Devonshire Rd nnDine-in · Takeaway n",
              "domain": null,
              "phone": null,
              "url": null,
              "is_paid": false,
              "rating": {
                "rating_type": "Max5",
                "value": 4.1,
                "votes_count": null,
                "rating_max": 5
              },
              "cid": "2754844324650035941",
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "hotels_pack",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[8]/div[2]/div[9]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "title": "Places to Stay | New York, NY",
              "date_from": "2021-03-13",
              "date_to": "2021-03-14",
              "items": [
                {
                  "type": "hotels_pack_element",
                  "price": {
                    "current": 198,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$198"
                  },
                  "title": "DoubleTree by Hilton Hotel New York Times Square West",
                  "description": "13% off n",
                  "hotel_identifier": "CgoIuuav9KbOg9kvEAE",
                  "domain": "www.google.com",
                  "url": "https://www.google.com/travel/hotels/New%20York/entity/CgoIuuav9KbOg9kvEAE?g2lb=2502548,2503781,4258168,4270442,4306835,4317915,4328159,4371334,4401769,4419364,4429192,4463666,4464737,4472151,4482194,4482438,4486153,4491350,4495816,4500614,4501241,4509286,4511370,4270859,4284970,4291517&hl=en-US&gl=us&ap=aAE&grf=ErAMCiwIDhIoEiZyJCoiCgcI5Q8QAxgNEgcI5Q8QAxgOIAAwHkDKAkoHCOUPEAMYAhILCCkoAToF0gICCAESCggNKAE6BGoCCAESCggHKAE6BDoCIAESCggCKAE6BBICCAESDAgKEAIoAToEWgIIBhIMCAoQAigBOgRaAggJEgwIChACKAE6BFoCCAgSDAgKEAIoAToEWgIIChIMCAoQAigBOgRaAggCEgwIChACKAE6BFoCCAESDAgKEAIoAToEWgIIAxIMCAoQAigBOgRaAggHEgoIBCgBOgQiAhABEgsIKCgBOgXKAgIIARILCBMoAjoFmgECCAESBAgfKAMaQggKEgYKBFoCCAYSBgoEWgIICRIGCgRaAggIEgYKBFoCCAoSBgoEWgIIAhIGCgRaAggBEgYKBFoCCAMSBgoEWgIIBxoCCAIaAggNGgIIBBoLCBMSBwoFmgECCAEaAggOGkIIBxIOCgw6CgoDCJYBGgNVU0QSDgoMOgoKAwj6ARoDVVNEEg4KDDoKCgMIrAIaA1VTRBIOCgw6CgoDCN4CGgNVU0QaiQkIHxIJCgWCAgIIISACEgsKB4ICBAgIGCEgARILCgeCAgQIVBghIAESCgoGggIDCPABIAESCQoFggICCBIgEhIMCgiCAgUImwEYEiAIEgsKB4ICBAhoGBIgBhILCgeCAgQIaRgSIAESCQoFggICCBQgHBILCgeCAgQIcBgUIAISCwoHggIECB0YFCABEgsKB4ICBAgbGBQgChILCgeCAgQIMBgUIAISCwoHggIECFIYFCAEEgsKB4ICBAhOGBQgAhILCgeCAgQIFxgUIAQSCgoGggIDCJwBIAESCgoGggIDCKECIAISCQoFggICCBwgPhILCgeCAgQIchgcIAESCwoHggIECAcYHCACEgsKB4ICBAhRGBwgCBILCgeCAgQIWBgcIAISCwoHggIECHMYHCAPEgsKB4ICBAhHGBwgDhILCgeCAgQIXxgcIAMSCwoHggIECDYYHCAHEgsKB4ICBAgkGBwgARILCgeCAgQITRgcIAMSDAoIggIFCJ0CGBwgARILCgeCAgQIKRgcIAESCQoFggICCCUgEhILCgeCAgQIdRglIAESDAoIggIFCKACGCUgAhILCgeCAgQIdxglIAISCwoHggIECHgYJSACEgsKB4ICBAh5GCUgBhILCgeCAgQIehglIAESCwoHggIECHYYJSABEgkKBYICAghkIAESCQoFggICCBEgLRILCgeCAgQIKhgRIAQSDAoIggIFCJoCGBEgBBILCgeCAgQIQBgRIAsSCwoHggIECDgYESAQEgsKB4ICBAhXGBEgBBILCgeCAgQIAhgRIAISCwoHggIECH8YESACEgsKB4ICBAgrGBEgARIJCgWCAgIILiBtEgwKCIICBQiAARguIAISCwoHggIECDwYLiAFEgsKB4ICBAg7GC4gAxILCgeCAgQIVhguIBESDAoIggIFCIACGC4gAhILCgeCAgQIOhguIBMSDAoIggIFCIcBGC4gBhILCgeCAgQIGhguIAESCwoHggIECEgYLiABEgsKB4ICBAg9GC4gBxIMCgiCAgUIgQEYLiAEEgwKCIICBQiDARguIAMSCwoHggIECEsYLiAMEgsKB4ICBAgDGC4gARILCgeCAgQIDBguIAUSCwoHggIECFMYLiAGEgsKB4ICBAgoGC4gAxIMCgiCAgUIiQEYLiADEgsKB4ICBAgnGC4gAxIKCgaCAgMIrgEgARINCgmCAgYIswEYrgEgARIKCgaCAgMIqQEgARINCgmCAgYIqwEYqQEgARIKCgaCAgMI4QIgARIMCgiCAgUIYxjhAiABEgkKBYICAghQIAYSCwoHggIECBkYUCABEgsKB4ICBAhMGFAgBRIJCgWCAgIIBCABEgoKBoICAwijASACEg0KCYICBgikARijASACEgkKBYICAgg1ICASCwoHggIECBMYNSAJEgsKB4ICBAgLGDUgCRILCgeCAgQIMRg1IAESCwoHggIECDIYNSAEEgsKB4ICBAhdGDUgAxIMCgiCAgUInAIYNSABEgsKB4ICBAgQGDUgAhILCgeCAgQIRBg1IAMiAiAB&q=place+to+stay+in+new+york&rp=ELrmr_SmzoPZLxDPoIis7IK7xScQqaXNmf6b0YyyARC6we3X-MPQ_vgBOAFAAEgCogEMTmV3IFlvcmssIE5ZwAEDyAEA&ictx=1",
                  "is_paid": false,
                  "rating": {
                    "rating_type": "Max5",
                    "value": 3.8,
                    "votes_count": 2995,
                    "rating_max": 5
                  }
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "twitter",
              "rank_group": 1,
              "rank_absolute": 12,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/g-section-with-header[1]",
              "title": null,
              "url": null,
              "items": [
                {
                  "type": "twitter_element",
                  "tweet": "pic.twitter.com/z0I7wBs…",
                  "date": "6 hours ago",
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://twitter.com/realDonaldTrump/status/1192640102943674368"
                },
                {
                  "type": "twitter_element",
                  "tweet": "STATEMENT FROM PRESIDENT DONALD J. TRUMP pic.twitter.com/EktztHf…",
                  "date": "9 hours ago",
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://twitter.com/realDonaldTrump/status/1192594646691729408"
                },
                {
                  "type": "twitter_element",
                  "tweet": "Stock Market up big today. A New Record. Enjoy!",
                  "date": "18 hours ago",
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "url": "https://twitter.com/realDonaldTrump/status/1192467617140924417"
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "knowledge_graph",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "right",
              "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]",
              "title": "Eminem",
              "subtitle": "American rapper",
              "description": "Marshall Bruce Mathers III, known professionally as Eminem, is an American rapper, songwriter, and record producer. Wikipedia",
              "card_id": "/m/01vsgrn",
              "url": "http://www.eminem.com/",
              "image_url": "https://lh5.googleusercontent.com/p/AF1QipOXJ3a4wLbI0j2Z0UbABhMqxH2-19RwzXty0obc=w120-h160-k-no",
              "logo_url": "https://lh6.googleusercontent.com/-faPtDtkXReo/AAAAAAAAAAI/AAAAAAAAAAA/zSDtky4Hnkg/s44-p-k-no-ns-nd/photo.jpg",
              "cid": null,
              "items": [
                {
                  "type": "knowledge_graph_images_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]",
                  "link": {
                    "type": "link_element",
                    "title": "More images",
                    "url": "https://www.google.com/search?num=100&source=univ&tbm=isch&q=eminem&gl=US&hl=en&sa=X&ved=2ahUKEwi7tOX4ivXsAhUswzgGHYjvB5sQiR56BAgjEBI",
                    "domain": null,
                    "description": null,
                    "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
                  },
                  "items": [
                    {
                      "type": "knowledge_graph_images_element",
                      "url": "http://google.com/search?tbm=isch&q=Marshall+Mathers",
                      "domain": "google.com",
                      "alt": "Image result for eminem",
                      "image_url": "https://api.dataforseo.com/cdn/i/11091052-1535-0139-0000-8a86b1567f1a:0",
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]"
                    },
                    {
                      "type": "knowledge_graph_images_element",
                      "url": "https://www.biography.com/musician/eminem",
                      "domain": "www.biography.com",
                      "alt": "Image result for eminem",
                      "image_url": "https://api.dataforseo.com/cdn/i/11091052-1535-0139-0000-8a86b1567f1a:1",
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]"
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_ai_overview_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[3]/div[2]/div[1]/div[10]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
                  "asynchronous_ai_overview": false,
                  "items": [
                    {
                      "type": "ai_overview_element",
                      "rank_group": 1,
                      "rank_absolute": 1,
                      "page": 1,
                      "position": "left",
                      "title": null,
                      "text": "The BMW M4 F82 is a high-performance coupe known for its aggressive styling and powerful engine. Key specs include a 3.0-liter twin-turbo inline-six engine producing 425 hp (or 444 hp with the Competition Package), a 6-speed manual or 7-speed M DCT transmission, and rear-wheel drive.",
                      "markdown": "![BMW M4 Coupe (F82) Specs, Performance & Photos - 2014, 2015 ...](data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/...)",
                      "links": [
                        {
                          "type": "link_element",
                          "title": "according to Bankrate",
                          "description": null,
                          "url": "https://www.bankrate.com/home-equity/heloc-rates/",
                          "domain": "www.bankrate.com"
                        }
                      ],
                      "images": [
                        {
                          "type": "images_element",
                          "alt": "BMW M4 Coupe (F82) Specs, Performance & Photos - 2014, 2015 ...",
                          "url": null,
                          "image_url": "https://api.dataforseo.com/cdn/i/06170329-5643-0066-0000-4f9b0f8172ba:1"
                        }
                      ],
                      "references": [
                        {
                          "type": "ai_overview_reference",
                          "rank_group": 1,
                          "rank_absolute": 1,
                          "page": 1,
                          "position": "left",
                          "source": "autoevolution",
                          "domain": "www.autoevolution.com",
                          "url": "https://www.autoevolution.com/cars/bmw-m4-f82-2014.html#:~:text=The%20load%20capacity%20was%20more,4%20GASOLINE%20Engines",
                          "title": "BMW M4 Coupe (F82) ( (2014-2020)) Photos, engines & full specs",
                          "text": "The load capacity was more than enough for two big luggages, as well as the cabin being equipped with lots of storage spaces – not..."
                        },
                        {
                          "type": "ai_overview_reference",
                          "rank_group": 2,
                          "rank_absolute": 2,
                          "page": 1,
                          "position": "left",
                          "source": "PistonHeads",
                          "domain": "www.pistonheads.com",
                          "url": "https://www.pistonheads.com/news/ph-driven/2014-bmw-m3-and-m4-f80-f82--review/29973",
                          "title": "2014 BMW M3 and M4 (F80/F82) | Review - PistonHeads UK",
                          "text": "May 12, 2014 —  * SPECIFICATION | 2014 BMW M4 F82. Engine: 2,979cc 6-cyl twin-turbo. * Transmission: 6-speed manual/7-speed dual-clut..."
                        }
                      ]
                    },
                    {
                      "type": "ai_overview_expanded_element",
                      "position": "left",
                      "title": "Step 4",
                      "text": "Calculate Springfield Division sales for Quarter 2",
                      "components": [
                        {
                          "type": "ai_overview_expanded_component",
                          "title": null,
                          "text": "Springfield Division sales in Quarter 1 are $1,500,000. Growth rate is 3%. Sales in Quarter 2 are $1,500,000 × (1 + 0.03) = $1,545,000.",
                          "markdown": "- Springfield Division sales in Quarter 1 are $1,500,000.n- Growth rate is 3%.n- Sales in Quarter 2 are $1,500,000×(1+0.03)=$1,545,000.",
                          "images": null,
                          "links": null,
                          "references": null
                        }
                      ],
                      "references": null
                    },
                    {
                      "type": "ai_overview_video_element",
                      "position": "left",
                      "title": "Anwar And Cars",
                      "snippet": "Start time is 11 minutes. Segment duration is 59 seconds",
                      "url": "https://www.youtube.com/watch?v=HmyTDeZMgFA&t=684",
                      "domain": "www.youtube.com",
                      "image_url": "https://i.ytimg.com/vi/HmyTDeZMgFA/mqdefault.jpg?sqp=-oaymwEGCPgEEOQC&rs=AMzJL3k9gZe_ujVtsk34XtwaOmPw3Cw0pg",
                      "source": "YouTube",
                      "date": "Apr 26, 2024",
                      "timestamp": "2024-04-26 00:00:00 +00:00"
                    },
                    {
                      "type": "ai_overview_table_element",
                      "position": "left",
                      "markdown": "| Aspect | Sanity Testing | Regression Testing |n|---|---|---|n| **Scope** | Narrow and focused on recently changed functionalities or components. | Broad, covering the entire application to ensure changes don't negatively affect existing functionalities. |n| **Depth of Testing** | Surface-level, a quick check for stability after recent changes. | Deep and thorough, testing various scenarios to ensure all functionalities work after modifications. |n| **Objective** | To quickly validate specific functionalities after minor changes or bug fixes. | To detect defects or regressions introduced by recent code changes, ensuring stability and expected performance. |",
                      "table": {
                        "table_header": null,
                        "table_content": [
                          [
                            "Aspect",
                            "Sanity Testing",
                            "Regression Testing"
                          ],
                          [
                            "Scope",
                            "Narrow and focused on recently changed functionalities or components.",
                            "Broad, covering the entire application to ensure changes don't negatively affect existing functionalities."
                          ],
                          [
                            "Depth of Testing",
                            "Surface-level, a quick check for stability after recent changes.",
                            "Deep and thorough, testing various scenarios to ensure all functionalities work after modifications."
                          ],
                          [
                            "Objective",
                            "To quickly validate specific functionalities after minor changes or bug fixes.",
                            "To detect defects or regressions introduced by recent code changes, ensuring stability and expected performance."
                          ]
                        ]
                      },
                      "references": null
                    }
                  ],
                  "references": [
                    {
                      "type": "ai_overview_reference",
                      "source": "lindasbakery.com",
                      "domain": "www.lindasbakery.com",
                      "url": "https://www.lindasbakery.com/why-is-apple-pie-the-iconic-american-dessert/",
                      "title": "Why is Apple Pie the Iconic American Dessert? | Linda's Bakery",
                      "text": "Apple Pie and American Patriotism. Apple pie is traditionally associated with American patriotism and national identity. During World War II, soldiers famously ..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "source": "en.wikipedia.org",
                      "domain": "en.wikipedia.org",
                      "url": "https://en.wikipedia.org/wiki/Apple_pie",
                      "title": "Apple pie - Wikipedia",
                      "text": "An apple pie is a pie in which the principal filling is apples. Apple pie is often served with whipped cream, ice cream (apple pie à la mode), custard or ..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "source": "food52.com",
                      "domain": "food52.com",
                      "url": "https://food52.com/blog/24688-apple-pie-origin-story",
                      "title": "Apple Pie Origin Story - History of American Apple Pie - Food52",
                      "text": "Apple pie as we know it first originated in England, where it developed from culinary influences from France, the Netherlands, and even the Ottoman Empire."
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_description_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]",
                  "text": "Marshall Bruce Mathers III, known professionally as Eminem, is an American rapper, songwriter, and record producer. Wikipedia",
                  "links": [
                    {
                      "type": "link_element",
                      "title": "Wikipedia",
                      "url": "https://en.wikipedia.org/wiki/Eminem",
                      "domain": null,
                      "description": null,
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]"
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_row_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]",
                  "title": "Born",
                  "data_attrid": "kc:/people/person:born",
                  "text": "October 17, 1972 (age 48 years), Saint Joseph, MO",
                  "links": [
                    {
                      "type": "link_element",
                      "title": "Born",
                      "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=eminem+born&stick=H4sIAAAAAAAAAOPgE-LSz9U3MCwrTi_K0xLLTrbSL0jNL8hJBVJFxfl5Vkn5RXmLWLlTczPzUnMVQDwAjiIGizQAAAA&sa=X&ved=2ahUKEwi7tOX4ivXsAhUswzgGHYjvB5sQ6BMoADCEAXoECBUQAg",
                      "domain": null,
                      "description": null,
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[1]/a[1]"
                    },
                    {
                      "type": "link_element",
                      "title": "Saint Joseph, MO",
                      "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Saint+Joseph,+Missouri&stick=H4sIAAAAAAAAAOPgE-LSz9U3MCwrTi_KU-IEs41NC8y1xLKTrfQLUvMLclKBVFFxfp5VUn5R3iJWseDEzLwSBa_84tSCDB0F38zi4vzSoswdrIwAB8H08E0AAAA&sa=X&ved=2ahUKEwi7tOX4ivXsAhUswzgGHYjvB5sQmxMoATCEAXoECBUQAw",
                      "domain": null,
                      "description": null,
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/span[2]/a[1]"
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_list_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]",
                  "title": "Songs",
                  "data_attrid": "kc:/music/artist:songs",
                  "link": {
                    "type": "link_element",
                    "title": "View 25+ more",
                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=eminem+songs&stick=H4sIAAAAAAAAAONgFuLSz9U3MCwrTi_KU0Jia4llJ1vp55YWZybrJxaVZBaXWBXn56UXL2LlSc3NzEvNVQBzd7AyAgDxd6QwRAAAAA&sa=X&ved=2ahUKEwi7tOX4ivXsAhUswzgGHYjvB5sQMTCJAXoECA8QDQ",
                    "domain": null,
                    "description": null,
                    "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]"
                  },
                  "items": [
                    {
                      "type": "knowledge_graph_list_element",
                      "title": "Lose Yourself",
                      "subtitle": "8 Mile: Music from and Inspired by the Motion Picture · 2002",
                      "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=eminem+lose+yourself&stick=H4sIAAAAAAAAAONgFuLSz9U3MCwrTi_KU-LRT9c3LDYwLSxMjy_SEvQtLc5MdiwqySwuCckPzs9LX8QqkpqbmZeaq5CTX5yqUJlfWlScmpMGAGgNlUFGAAAA&sa=X&ved=2ahUKEwi7tOX4ivXsAhUswzgGHYjvB5sQri4wiQF6BAgPEAQ",
                      "domain": "www.google.com",
                      "image_url": "https://api.dataforseo.com/cdn/i/11091052-1535-0139-0000-8a86b1567f1a:20",
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
                    },
                    {
                      "type": "knowledge_graph_list_element",
                      "title": "Love the Way You Lie",
                      "subtitle": "Recovery · 2010",
                      "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=eminem+love+the+way+you+lie&stick=H4sIAAAAAAAAAONgFuLSz9U3MCwrTi_KU-LRT9c3LDYwLSoyqTDUEvQtLc5MdiwqySwuCckPzs9LX8QqnZqbmZeaq5CTX5aqUJKRqlCeWKlQmV-qkJOZCgDBoMK9TQAAAA&sa=X&ved=2ahUKEwi7tOX4ivXsAhUswzgGHYjvB5sQri4wiQF6BAgPEAc",
                      "domain": "www.google.com",
                      "image_url": "https://api.dataforseo.com/cdn/i/11091052-1535-0139-0000-8a86b1567f1a:21",
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]"
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_carousel_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]",
                  "title": "People also search for",
                  "data_attrid": "kc:/people/person:sideways",
                  "link": {
                    "type": "link_element",
                    "title": "View 15+ more",
                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Eminem&stick=H4sIAAAAAAAAAONgFuLSz9U3MCwrTi_KU0Jia0llJ1vpF6TmF-SkAqmi4vw8q-LMlNTyxMriRaxsrrmZeam5O1gZATU92aRCAAAA&sa=X&ved=2ahUKEwi7tOX4ivXsAhUswzgGHYjvB5sQzTooATCLAXoECBgQAg",
                    "domain": null,
                    "description": null,
                    "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]"
                  },
                  "items": [
                    {
                      "type": "knowledge_graph_carousel_element",
                      "title": "Hailie Jade",
                      "subtitle": "Daughter",
                      "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Hailie+Jade&stick=H4sIAAAAAAAAAONgFuLSz9U3MCwrTi_KU-IEsZNSMoxTtPgCUouK8_OCM1NSyxMrixexcnskZuZkpip4Jaak7mBlBABrZrx2OgAAAA&sa=X&ved=2ahUKEwi7tOX4ivXsAhUswzgGHYjvB5sQxA0wiwF6BAgYEAU",
                      "domain": "www.google.com",
                      "image_url": "https://api.dataforseo.com/cdn/i/11091052-1535-0139-0000-8a86b1567f1a:28",
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_part_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]",
                  "title": "Questions & answers",
                  "data_attrid": "kc:/local:place qa",
                  "text": "Questions & answers Ask a question See all questions (7)",
                  "links": [
                    {
                      "type": "link_element",
                      "title": "Ask a question",
                      "url": "https://www.google.com/#",
                      "domain": null,
                      "description": null,
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[2]/span[1]/a[1]"
                    },
                    {
                      "type": "link_element",
                      "title": "See all questions (7)",
                      "url": "https://www.google.com/#",
                      "domain": null,
                      "description": null,
                      "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[2]/a[1]"
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_expanded_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[7]/div[2]/div[9]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]",
                  "title": "Size",
                  "data_attrid": "okra/answer_panel/Size",
                  "expanded_element": [
                    {
                      "type": "knowledge_graph_expanded_element",
                      "featured_title": "They say there are only three things in this world you can count on—death, taxes, and that social media sizes that you've committed to memory will change out of the blue....Instagram Image Sizes 2020.",
                      "url": "https://www.picmonkey.com/blog/size-matters-instagram-photo-sizes-made-easy",
                      "domain": "www.picmonkey.com",
                      "title": "Instagram Photo Sizes 2021 | Create Instagram Images | PicMonkey",
                      "snippet": null,
                      "images": null,
                      "timestamp": null,
                      "table": {
                        "table_element": "table_element",
                        "table_header": [
                          "Social media image type",
                          "Dimensions in pixels"
                        ],
                        "table_content": [
                          [
                            "Instagram Post",
                            "1080 x 1080 (1:1 ratio)"
                          ],
                          [
                            "Instagram Profile Photo",
                            "360 x 360"
                          ]
                        ]
                      }
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_shopping_item",
                  "rank_group": 1,
                  "rank_absolute": 3,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[3]/div[2]/div[1]/div[5]/div[3]/div[1]/div[2]/div[2]/sticky-header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]",
                  "title": null,
                  "data_attrid": null,
                  "items": [
                    {
                      "type": "knowledge_graph_shopping_element",
                      "title": "Apple",
                      "url": "https://www.apple.com/us/xc/product/MGHH3?purchaseOption=cp&cid=aos-us-seo-pla",
                      "domain": "www.apple.com",
                      "price": {
                        "current": 979,
                        "regular": null,
                        "max_value": null,
                        "currency": "USD",
                        "is_price_range": false,
                        "displayed_price": "$979.00"
                      },
                      "source": "Apple",
                      "snippet": "256 GB storage · Unlocked · Black",
                      "marketplace": null,
                      "marketplace_url": null
                    }
                  ],
                  "rectangle": null
                },
                {
                  "type": "knowledge_graph_hotels_booking_item",
                  "rank_group": 0,
                  "rank_absolute": 0,
                  "page": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[5]/div[1]/div[12]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
                  "title": "Compare prices",
                  "date_from": "2023-11-05",
                  "date_to": "2023-11-06",
                  "data_attrid": "kc:/local:hotel booking",
                  "items": [
                    {
                      "type": "knowledge_graph_hotels_booking_element",
                      "source": "Booking.com",
                      "description": null,
                      "url": "https://www.booking.com/hotel/fr/ha-tel-clairefontaine.html?checkin%3D2023-11-05%26checkout%3D2023-11-06%26group_adults%3D2%26req_adults%3D2%26show_room%3D37123902_326752899_0_2_0%26lang%3Den%26selected_currency%3DGBP%26exrt%3D0.86239755%26ext_price_total%3D137.78%26ext_price_tax%3D15.47%26xfc%3DEUR%26hca%3Dm%26group_children%3D0%26req_children%3D0%26%26ts%3D1697031480%26no_rooms%3D1%26edgtid%3D9-gq9poOScaxUj_fwIt9IA%26efpc%3DFWsAoVm3ah8%26utm_source%3Dmetagha%26utm_medium%3Dlocaluniversal%26utm_campaign%3DGB%26utm_term%3Dhotel-371239%26utm_content%3Ddev-desktop_los-1_bw-25_dow-Sunday_defdate-1_room-0_gstadt-2_rateid-public_aud-0_gacid-6623578758_mcid-10_ppa-0_clrid-0_ad-1_gstkid-0_checkin-20231105%26aid%3D356930%26label%3Dmetagha-link-LUGB-hotel-371239_dev-desktop_los-1_bw-25_dow-Sunday_defdate-1_room-0_gstadt-2_rateid-public_aud-0_gacid-6623578758_mcid-10_ppa-0_clrid-0_ad-1_gstkid-0_checkin-20231105_lp-1006886_r-3067383881391334316%26gclid%3D%7Bgclid%7D",
                      "domain": "www.booking.com",
                      "price": {
                        "current": 138,
                        "regular": null,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£138"
                      },
                      "is_paid": true
                    }
                  ],
                  "rectangle": null
                }
              ],
              "rectangle": null
            },
            {
              "type": "paid",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[11]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]",
              "title": "Cheap Flights to Boston - Roundtrip starting from $97",
              "domain": "www.expedia.com",
              "website_name": "Expedia",
              "breadcrumb": "https://www.expedia.com/",
              "is_image": true,
              "is_video": false,
              "images": [
                {
                  "type": "images_element",
                  "alt": "Image from verizon.com",
                  "url": "https://www.google.com/aclk?sa=l&ai=DChcSEwj3i4HN_Jb9AhWKGEwKHT2CAt8YABBGGgJvYQ",
                  "image_url": "https://api.dataforseo.com/cdn/i/02150911-0696-0066-0000-dfca027b1602:0"
                }
              ],
              "url": "https://www.expedia.com/Cheap-Flights-To-Boston.d178239.Travel-Guide-Flights",
              "highlighted": [
                "flight",
                "cheaper"
              ],
              "extra": {
                "ad_aclk": "DChcSEwjvwqLQ0MT8AhVH7FEKHWo_D70YABAAGgJ3cw"
              },
              "description": "How can Expedia help you save? Freq sales, last-minute travel deals and bundle discounts. Did you know booking flight & hotel together is usually cheaper than booking separately?",
              "description_rows": null,
              "links": [
                {
                  "type": "ad_link_element",
                  "title": "Round Trip Flights",
                  "description": "Book Now & Fly Cheaper at Expedia. Find Tickets for All Top Airlines",
                  "url": "https://www.expedia.com/Flights?langid=1033&Sitelink=Round_Trip_Flights&semcid=US.MULTILOBF.GOOGLE.GT-%7Bdevice%7D-EN.FLIGHT&semdtl=a1%7Bcampaignid%7D.b1%7Badgroupid%7D.d1%7Bcreative%7D.e1%7Bdevice%7D.f1%7Badposition%7D.g1%7Btargetid%7D.h1%7Bmatchtype%7D.i1%7Bfeeditemid%7D.j1%7Bloc_physical_ms%7D.k1%7Bloc_interest_ms%7D.l1%7Bnetwork%7D.m1.n1%7Bplacement%7D",
                  "domain": null,
                  "ad_aclk": "DChcSEwjvwqLQ0MT8AhVH7FEKHWo_D70YABACGgJ3cw"
                },
                {
                  "type": "ad_link_element",
                  "title": "One Way Flights",
                  "description": "Save Big on Last Minute Flights! Find & Book Cheap Flights Now",
                  "url": "https://www.expedia.com/Flights?langid=1033&Sitelink=One_Way_Flights&semcid=US.MULTILOBF.GOOGLE.GT-%7Bdevice%7D-EN.FLIGHT&semdtl=a1%7Bcampaignid%7D.b1%7Badgroupid%7D.d1%7Bcreative%7D.e1%7Bdevice%7D.f1%7Badposition%7D.g1%7Btargetid%7D.h1%7Bmatchtype%7D.i1%7Bfeeditemid%7D.j1%7Bloc_physical_ms%7D.k1%7Bloc_interest_ms%7D.l1%7Bnetwork%7D.m1.n1%7Bplacement%7D",
                  "domain": null,
                  "ad_aclk": "DChcSEwjvwqLQ0MT8AhVH7FEKHWo_D70YABADGgJ3cw"
                }
              ],
              "price": null,
              "rating": {
                "rating_type": "Max5",
                "value": 4.8,
                "votes_count": 803,
                "rating_max": 5
              },
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "google_reviews",
              "rank_group": 1,
              "rank_absolute": 15,
              "page": 1,
              "position": "right",
              "xpath": "/#document",
              "reviews_count": 9031,
              "rating": {
                "rating_type": "Max5",
                "value": 4.8,
                "votes_count": 803,
                "rating_max": 5
              },
              "place_id": "ChIJBVXQG_CgJ0ERON-jp0YRZE0",
              "feature": "0x4127a0f01bd05505:0x4d641146a7a3df38",
              "cid": "16568475418893539593",
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "google_flights",
              "rank_group": 1,
              "rank_absolute": 15,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "title": "Flights from Kharkiv (HRK) to Lviv (LWO)",
              "url": "https://www.google.com.ua/flights?num=100&hl=en&gl=UA&source=flun&lite=0&uitype=cuAA&tfs=CAEQAhopEgoyMDE5LTExLTE0ag0IAhIJL20vMDgyc3k5cgwIAhIIL20vMGQ3X24aKRIKMjAxOS0xMS0xN2oMCAISCC9tLzBkN19ucg0IAhIJL20vMDgyc3k5ekBDaWRIZVRZNWQwSkhMUzB0TFMwdExTMHRZMlZ4YmpJMlFVRkJRVUZHTTBaUVRVVkVkMGhLUVVFU0EyNVFVUT09&sa=X&ved=2ahUKEwjOjKfSrdrlAhXkILkGHYO_DF8QuRUwAHoECGIQAw",
              "items": [
                {
                  "type": "google_flights_element",
                  "description": "SkyUp 1h 50m Non-stop from UAH 1,944 ",
                  "url": "https://www.google.com.ua/flights?num=100&hl=en&gl=UA&source=flun&lite=0&uitype=cuAA&tfs=CAEQAhotEgoyMDE5LTExLTE0MgJQUWoNCAISCS9tLzA4MnN5OXIMCAISCC9tLzBkN19uGi0SCjIwMTktMTEtMTcyAlBRagwIAhIIL20vMGQ3X25yDQgCEgkvbS8wODJzeTl6QENpZEhlVFk1ZDBKSExTMHRMUzB0TFMwdFkyVnhiakkyUVVGQlFVRkdNMFpRVFVWRWQwaEtRVUVTQTI1UVVRPT0&sa=X&ved=2ahUKEwjOjKfSrdrlAhXkILkGHYO_DF8Q1RUoADAAegQIYhAQ"
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "app",
              "rank_group": 1,
              "rank_absolute": 16,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[10]/div[2]/div[5]/div[1]/div[3]/div[1]/div[2]/div[1]",
              "items": [
                {
                  "type": "app_element",
                  "url": "https://play.google.com/store/apps/details?id=com.banana.studio.sms&hl=en&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Dmessaging+apps&pcampaignid=APPU_1_mZHXXcHaN46fULSFiegF",
                  "title": "Messaging SMS",
                  "description": null,
                  "price": {
                    "current": 3.99,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$3.99"
                  }
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "people_also_ask",
              "rank_group": 1,
              "rank_absolute": 3,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[3]/div[1]/div[11]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]",
              "items": [
                {
                  "type": "people_also_ask_element",
                  "title": "What are the symptoms of HIDS disease?",
                  "seed_question": null,
                  "xpath": "/html[1]/body[1]/div[3]/div[1]/div[11]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]",
                  "expanded_element": [
                    {
                      "type": "people_also_ask_expanded_element",
                      "featured_title": null,
                      "url": "https://rarediseases.org/rare-diseases/hyper-igd-syndrome/",
                      "domain": "rarediseases.org",
                      "title": "Mevalonate Kinase Deficiency - Symptoms, Causes, Treatment",
                      "description": "Hyper IgD syndrome (HIDS) is part of this spectrum and is characterized by episodes or “attacks” of fever associated with other symptoms including joint pain (arthralgia), muscle pain (myalgia), skin rash and abdominal pain. Most episodes last several days and can repeat throughout life.",
                      "images": null,
                      "timestamp": null,
                      "table": null
                    }
                  ]
                },
                {
                  "type": "people_also_ask_element",
                  "title": "What is the difference between HIDS and NIDS?",
                  "seed_question": null,
                  "xpath": "/html[1]/body[1]/div[3]/div[1]/div[11]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]",
                  "expanded_element": [
                    {
                      "type": "people_also_ask_ai_overview_expanded_element",
                      "items": [
                        {
                          "type": "ai_overview_element",
                          "position": "left",
                          "title": null,
                          "text": "The BMW M4 F82 is a high-performance coupe known for its aggressive styling and powerful engine. Key specs include a 3.0-liter twin-turbo inline-six engine producing 425 hp (or 444 hp with the Competition Package), a 6-speed manual or 7-speed M DCT transmission, and rear-wheel drive.",
                          "markdown": "![BMW M4 Coupe (F82) Specs, Performance & Photos - 2014, 2015 ...](data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/...)",
                          "links": [
                            {
                              "type": "link_element",
                              "title": "according to Bankrate",
                              "description": null,
                              "url": "https://www.bankrate.com/home-equity/heloc-rates/",
                              "domain": "www.bankrate.com"
                            }
                          ],
                          "images": [
                            {
                              "type": "images_element",
                              "alt": "BMW M4 Coupe (F82) Specs, Performance & Photos - 2014, 2015 ...",
                              "url": null,
                              "image_url": "https://api.dataforseo.com/cdn/i/06170329-5643-0066-0000-4f9b0f8172ba:1"
                            }
                          ],
                          "references": [
                            {
                              "type": "ai_overview_reference",
                              "position": "left",
                              "source": "autoevolution",
                              "domain": "www.autoevolution.com",
                              "url": "https://www.autoevolution.com/cars/bmw-m4-f82-2014.html#:~:text=The%20load%20capacity%20was%20more,4%20GASOLINE%20Engines",
                              "title": "BMW M4 Coupe (F82) ( (2014-2020)) Photos, engines & full specs",
                              "text": "The load capacity was more than enough for two big luggages, as well as the cabin being equipped with lots of storage spaces – not..."
                            },
                            {
                              "type": "ai_overview_reference",
                              "position": "left",
                              "source": "PistonHeads",
                              "domain": "www.pistonheads.com",
                              "url": "https://www.pistonheads.com/news/ph-driven/2014-bmw-m3-and-m4-f80-f82--review/29973",
                              "title": "2014 BMW M3 and M4 (F80/F82) | Review - PistonHeads UK",
                              "text": "May 12, 2014 —  * SPECIFICATION | 2014 BMW M4 F82. Engine: 2,979cc 6-cyl twin-turbo. * Transmission: 6-speed manual/7-speed dual-clut..."
                            }
                          ]
                        },
                        {
                          "type": "ai_overview_expanded_element",
                          "position": "left",
                          "title": "Step 4",
                          "text": "Calculate Springfield Division sales for Quarter 2",
                          "components": [
                            {
                              "type": "ai_overview_expanded_component",
                              "title": null,
                              "text": "Springfield Division sales in Quarter 1 are $1,500,000. Growth rate is 3%. Sales in Quarter 2 are $1,500,000 × (1 + 0.03) = $1,545,000.",
                              "markdown": "- Springfield Division sales in Quarter 1 are $1,500,000.n- Growth rate is 3%.n- Sales in Quarter 2 are $1,500,000×(1+0.03)=$1,545,000.",
                              "images": null,
                              "links": null,
                              "references": null
                            }
                          ],
                          "references": null
                        },
                        {
                          "type": "ai_overview_video_element",
                          "position": "left",
                          "title": "Anwar And Cars",
                          "snippet": "Start time is 11 minutes. Segment duration is 59 seconds",
                          "url": "https://www.youtube.com/watch?v=HmyTDeZMgFA&t=684",
                          "domain": "www.youtube.com",
                          "image_url": "https://i.ytimg.com/vi/HmyTDeZMgFA/mqdefault.jpg?sqp=-oaymwEGCPgEEOQC&rs=AMzJL3k9gZe_ujVtsk34XtwaOmPw3Cw0pg",
                          "source": "YouTube",
                          "date": "Apr 26, 2024",
                          "timestamp": "2024-04-26 00:00:00 +00:00"
                        },
                        {
                          "type": "ai_overview_table_element",
                          "position": "left",
                          "markdown": "| Aspect | Sanity Testing | Regression Testing |n|---|---|---|n| **Scope** | Narrow and focused on recently changed functionalities or components. | Broad, covering the entire application to ensure changes don't negatively affect existing functionalities. |n| **Depth of Testing** | Surface-level, a quick check for stability after recent changes. | Deep and thorough, testing various scenarios to ensure all functionalities work after modifications. |n| **Objective** | To quickly validate specific functionalities after minor changes or bug fixes. | To detect defects or regressions introduced by recent code changes, ensuring stability and expected performance. |",
                          "table": {
                            "table_header": null,
                            "table_content": [
                              [
                                "Aspect",
                                "Sanity Testing",
                                "Regression Testing"
                              ],
                              [
                                "Scope",
                                "Narrow and focused on recently changed functionalities or components.",
                                "Broad, covering the entire application to ensure changes don't negatively affect existing functionalities."
                              ],
                              [
                                "Depth of Testing",
                                "Surface-level, a quick check for stability after recent changes.",
                                "Deep and thorough, testing various scenarios to ensure all functionalities work after modifications."
                              ],
                              [
                                "Objective",
                                "To quickly validate specific functionalities after minor changes or bug fixes.",
                                "To detect defects or regressions introduced by recent code changes, ensuring stability and expected performance."
                              ]
                            ]
                          },
                          "references": null
                        }
                      ],
                      "references": [
                        {
                          "type": "ai_overview_reference",
                          "source": "GeeksforGeeks",
                          "domain": "www.geeksforgeeks.org",
                          "url": "https://www.geeksforgeeks.org/difference-between-hids-and-nids/#:~:text=Disadvantage%20of%20HIDS%20*%20Excluded%20from%20the,the%20attack%20without%20doing%20anything%20about%20it.",
                          "title": "Difference between HIDs and NIDs | GeeksforGeeks",
                          "text": "30 Aug 2024 —  Disadvantage of HIDS * Excluded from the network. * Needs to be installed on every host spot. * Passive in nature, so ..."
                        }
                      ]
                    }
                  ]
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "images",
              "rank_group": 1,
              "rank_absolute": 69,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[66]/div[1]/div[2]",
              "title": "Images for google pixel 5",
              "url": "https://www.google.com/search?num=100&safe=strict&source=univ&tbm=isch&q=google+pixel+5&gl=US&hl=en&sa=X&ved=2ahUKEwjj38uSm7PxAhUzhuYKHeUsDncQjJkEegQIMxAC",
              "items": [
                {
                  "type": "images_element",
                  "alt": "Image result for google pixel 5",
                  "url": "https://www.amazon.com/Google-Pixel-Resistant-Smartphone-Ultrawide/dp/B08H8X23ZB",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSG-CP4bWXtOqg-HgdQ8O6eDq93H49ThLZXfz8e7BLlVw&s"
                },
                {
                  "type": "images_element",
                  "alt": "Image result for google pixel 5",
                  "url": "https://store.google.com/product/pixel_5",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQXHy0fH_sPtwzA6HBYjCYVa9qjmNdPyikdHcpQJ-2Y&s"
                }
              ],
              "related_image_searches": null,
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "shopping",
              "rank_group": 1,
              "rank_absolute": 19,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[10]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]",
              "title": "See buy treadmill",
              "items": [
                {
                  "type": "shopping_element",
                  "title": "NordicTrack Commercial 1750 Treadmill",
                  "price": {
                    "current": 1799,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$1,799.00"
                  },
                  "source": "NordicTrack",
                  "description": null,
                  "marketplace": null,
                  "marketplace_url": null,
                  "url": "https://www.nordictrack.com/treadmills/commercial-1750-treadmill",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 4.8,
                    "votes_count": 803,
                    "rating_max": 5
                  }
                },
                {
                  "type": "shopping_element",
                  "title": "7.0AT Studio Treadmill by Horizon. Powerful Motor, Folding Treadmill.",
                  "price": {
                    "current": 999,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$999.00"
                  },
                  "source": "Horizon Fitness",
                  "description": null,
                  "marketplace": null,
                  "marketplace_url": null,
                  "url": "https://www.horizonfitness.com/horizon-7-0-at-treadmill",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 4.8,
                    "votes_count": 803,
                    "rating_max": 5
                  }
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "jobs",
              "rank_group": 1,
              "rank_absolute": 20,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[8]/div[3]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/g-card[1]/div[1]/div[1]",
              "title": "Jobs Near New York, NY",
              "url": "https://www.google.com/search?q=seo+jobs+nyc&num=100&hl=en-US&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc&ibp=htl;jobs&sa=X&ved=2ahUKEwiV1J_Gl4jmAhUiAmMBHY6HA-wQiYsCKAB6BAgSEAM",
              "items": [
                {
                  "type": "jobs_element",
                  "title": "SEO Lead",
                  "description": "GrailednNew York, NY",
                  "location": "United States",
                  "author": "via Built In NYC",
                  "job_posted_time": "Over 1 month ago",
                  "timestamp": "2020-09-11 14:42:55 +00:00",
                  "contract_type": "Full-time",
                  "salary": null,
                  "url": "https://www.google.com/search?q=seo+jobs+nyc&num=100&hl=en-US&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc&ibp=htl;jobs#htidocid=sva_zVrSNMbg3Qx4AAAAAA%3D%3D"
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "events",
              "rank_group": 1,
              "rank_absolute": 21,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[3]/div[9]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/g-card[1]/div[1]/div[1]",
              "title": "Eventos",
              "url": "https://www.google.com.br/search?q=shows+em+praga&num=100&gws_rd=cr&ie=UTF-8&oe=UTF-8&hl=pt-BR&gl=BR&uule=w+CAIQIFISCaORW-QYPVqTEX9d2Ati0-gk&ibp=htl;events&rciv=evn",
              "items": [
                {
                  "type": "events_element",
                  "title": "Metallica Tribute Show",
                  "snippet": "sáb., 19:00nPrague Congress Centre, 5. května 1640/65nPrague 4-Nusle, Tchéquia",
                  "url": "https://www.google.com.br/search?q=shows+em+praga&num=100&gws_rd=cr&ie=UTF-8&oe=UTF-8&hl=pt-BR&gl=BR&uule=w+CAIQIFISCaORW-QYPVqTEX9d2Ati0-gk&ibp=htl;events&rciv=evn&sa=X&ved=2ahUKEwiXxsSc6MbnAhVmKLkGHTuZASQQ5bwDMAB6BAgPEAE#fpstate=tldetail&htidocid=wHvEAt0DuBX7XOr6JpA8-A%3D%3D&htivrt=events"
                },
                {
                  "type": "events_element",
                  "title": "Maluma Official Afterparty - Prague",
                  "snippet": "qui., 27 – sex., 28 de fev.nDupleX, The Rooftop Venue, Václavské nám. 831/21nNew Town, Tchéquia",
                  "url": "https://www.google.com.br/search?q=shows+em+praga&num=100&gws_rd=cr&ie=UTF-8&oe=UTF-8&hl=pt-BR&gl=BR&uule=w+CAIQIFISCaORW-QYPVqTEX9d2Ati0-gk&ibp=htl;events&rciv=evn&sa=X&ved=2ahUKEwiXxsSc6MbnAhVmKLkGHTuZASQQ5bwDMAF6BAgQEAE#fpstate=tldetail&htidocid=H6X_mJy9t1p7DU8JJpA8-A%3D%3D&htivrt=events"
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "recipes",
              "rank_group": 1,
              "rank_absolute": 23,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[8]/div[3]/div[9]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]",
              "items": [
                {
                  "type": "recipes_element",
                  "title": "Homemade Pizza",
                  "url": "https://www.simplyrecipes.com/recipes/homemade_pizza/",
                  "domain": "www.simplyrecipes.com",
                  "source": "Simply Recipes",
                  "description": "Italian sausage, pesto, feta cheese, bell peppers, tomato sauce",
                  "time": "2 hr 30 min",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 4.8,
                    "votes_count": 285,
                    "rating_max": 5
                  }
                },
                {
                  "type": "recipes_element",
                  "title": "How To Make The Best Homemade Pizza Recipe by Tasty",
                  "url": "https://tasty.co/recipe/pizza-dough",
                  "domain": "tasty.co",
                  "source": "Tasty",
                  "description": "Ricotta cheese, tomato sauce, fresh basil pesto, fresh mozzarella cheese, semolina flour",
                  "time": null,
                  "rating": {
                    "rating_type": "Max5",
                    "value": 4.9,
                    "votes_count": 2,
                    "rating_max": 5
                  }
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "top_sights",
              "rank_group": 1,
              "rank_absolute": 24,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[8]/div[3]/div[9]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]",
              "title": "Top sights in Pittsburgh",
              "items": [
                {
                  "type": "top_sights_element",
                  "title": "Phipps Conservatory and Botanical Gardens4.8(6,300)Botanical gardens & Victorian greenhouse",
                  "url": "https://www.google.com/travel/things-to-do/see-all?g2lb=2502548,4258168,4270442,4306835,4317915,4322823,4328159,4371335,4401769,4403882,4419364,4424916,4425793,4428791,4432151,4432284,4270859,4284970,4291517,4412693&hl=en&gl=us&un=1&dest_mid=/m/068p2&dest_state_type=sattd&dest_src=ts&poi_mid=/m/077lw0&sa=X&ved=2ahUKEwij75zu5NnrAhURqXEKHUGZBbIQ69EBKAAwAHoECAoQKQ",
                  "description": "Botanical gardens & Victorian greenhouse",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 4.8,
                    "votes_count": 6300,
                    "rating_max": 5
                  }
                },
                {
                  "type": "top_sights_element",
                  "title": "The Andy Warhol Museum4.6(2,958)Warhol's works & the art he inspired",
                  "url": "https://www.google.com/travel/things-to-do/see-all?g2lb=2502548,4258168,4270442,4306835,4317915,4322823,4328159,4371335,4401769,4403882,4419364,4424916,4425793,4428791,4432151,4432284,4270859,4284970,4291517,4412693&hl=en&gl=us&un=1&dest_mid=/m/068p2&dest_state_type=sattd&dest_src=ts&poi_mid=/m/04n7k0b&sa=X&ved=2ahUKEwij75zu5NnrAhURqXEKHUGZBbIQ69EBKAEwAHoECAoQKw",
                  "description": "Warhol's works & the art he inspired",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 4.6,
                    "votes_count": 2958,
                    "rating_max": 5
                  }
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "scholarly_articles",
              "rank_group": 1,
              "rank_absolute": 25,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[6]/div[2]/div[9]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]",
              "title": "Scholarly articles for medicine articles",
              "url": "http://scholar.google.com/scholar?q=medicine+articles&hl=en&as_sdt=0&as_vis=1&oi=scholart",
              "items": [
                {
                  "type": "scholarly_articles_element",
                  "title": "…  for publication in the Journal of Translational Medicine",
                  "url": "http://scholar.google.com/scholar_url?url=https://link.springer.com/article/10.1186/1479-5876-1-11&hl=en&sa=X&scisig=AAGBfm1WejtZnVCZsU3tzRdZElwwQaLqXw&nossl=1&oi=scholarr",
                  "author": "‎Marincola",
                  "description": "- Cited by 462"
                },
                {
                  "type": "scholarly_articles_element",
                  "title": "…  in medicine -a review with quality grading of articles",
                  "url": "http://scholar.google.com/scholar_url?url=https://www.tandfonline.com/doi/abs/10.1080/01421599978979&hl=en&sa=X&scisig=AAGBfm2PM9wHLayDqCeL96xg-_gXFGKXMw&nossl=1&oi=scholarr",
                  "author": "‎Aspegren",
                  "description": "- Cited by 612"
                }
              ],
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "popular_products",
              "rank_group": 1,
              "rank_absolute": 3,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[3]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/div[1]",
              "title": "Popular products",
              "items": [
                {
                  "type": "popular_products_element",
                  "title": "All-Pro MS180BTW Motion Sensor",
                  "url": null,
                  "domain": null,
                  "description": "Menards",
                  "more_sellers": false,
                  "seller": "Menards",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:0",
                  "price": {
                    "current": 19.99,
                    "regular": 45,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$19.99 $45"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": "6954902163683451240",
                    "data_docid": "6648341767625181439",
                    "gid": "3246894646292148080"
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "All-Pro Motion-Sensing 120 deg LED Bronze Outdoor Floodlight Solar Powered",
                  "url": null,
                  "domain": null,
                  "description": "The General Store Spokane",
                  "more_sellers": false,
                  "seller": "The General Store Spokane",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:1",
                  "price": {
                    "current": 25.99,
                    "regular": 36,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$25.99 $36"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": null,
                    "data_docid": "17611822938447478993",
                    "gid": null
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "All-Pro MS180BT Motion Sensor",
                  "url": null,
                  "domain": null,
                  "description": "Walmart - FUTURE LIGHTING & morenFree delivery",
                  "more_sellers": true,
                  "seller": "Walmart - FUTURE LIGHTING",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:2",
                  "price": {
                    "current": 13.77,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$13.77"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": "2338890939881911600",
                    "data_docid": "14944061623631452386",
                    "gid": "6482052176892106536"
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "All-Pro Motion Activated 180 degree Motion Sensor Replacement Bronze MS180",
                  "url": null,
                  "domain": null,
                  "description": "eBay",
                  "more_sellers": false,
                  "seller": "eBay",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:3",
                  "price": {
                    "current": 15,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$15.00"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": null,
                    "data_docid": "1632803964445539678",
                    "gid": null
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "Eaton All-pro White 180-degree Bluetooth Motion Sensor",
                  "url": null,
                  "domain": null,
                  "description": "eBay - drapersupplynFree delivery",
                  "more_sellers": false,
                  "seller": "eBay - drapersupply",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:4",
                  "price": {
                    "current": 40,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$40.00"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": null,
                    "data_docid": "3571617628906636580",
                    "gid": null
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "Cooper Lighting All-Pro LED Security Light",
                  "url": null,
                  "domain": null,
                  "description": "Hammond Hardware & morenFree delivery",
                  "more_sellers": true,
                  "seller": "Hammond Hardware",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:5",
                  "price": {
                    "current": 99.99,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$99.99"
                  },
                  "rating": {
                    "rating_type": "Max5",
                    "value": 2.5,
                    "votes_count": 2,
                    "rating_max": 5
                  },
                  "product_identifiers": {
                    "product_id": "3682885400692732917",
                    "data_docid": "15745667948044660248",
                    "gid": "8551157377341702876"
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "All-pro Motion Activated Solar Powered Led Floodlight",
                  "url": null,
                  "domain": null,
                  "description": "eBay",
                  "more_sellers": false,
                  "seller": "eBay",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:6",
                  "price": {
                    "current": 28.99,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$28.99"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": null,
                    "data_docid": "17110880633630044501",
                    "gid": null
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "Cooper ALL-PRO Motion Activated White 180 Degree Motion Sensor - Replacement Sensor - New Garden & Outdoor",
                  "url": null,
                  "domain": null,
                  "description": "Mercari",
                  "more_sellers": false,
                  "seller": "Mercari",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:7",
                  "price": {
                    "current": 15,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$15.00"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": null,
                    "data_docid": "8961478125828314782",
                    "gid": null
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "All-Pro MS180BT enabled, Bronze Bluetooth Motion Sensor, Waterproof, Brown, 120 V, Screw | Outdoor | Plastic | United States | Cooper",
                  "url": null,
                  "domain": null,
                  "description": "eBay - frankolightingnFree delivery",
                  "more_sellers": false,
                  "seller": "eBay - frankolighting",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:8",
                  "price": {
                    "current": 13.77,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$13.77"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": null,
                    "data_docid": "8136046615668073372",
                    "gid": null
                  }
                },
                {
                  "type": "popular_products_element",
                  "title": "All Pro 180 Motion Solar LED Light",
                  "url": null,
                  "domain": null,
                  "description": "Hammond HardwarenFree delivery",
                  "more_sellers": false,
                  "seller": "Hammond Hardware",
                  "image_url": "https://api.dataforseo.com/cdn/i/08051446-1535-0139-0000-2389e4fac4d7:9",
                  "price": {
                    "current": 74.99,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$74.99"
                  },
                  "rating": null,
                  "product_identifiers": {
                    "product_id": "4647027297770518600",
                    "data_docid": "3167300431439153128",
                    "gid": "3837179839792190099"
                  }
                }
              ],
              "rectangle": {
                "x": 230,
                "y": 569,
                "width": 876,
                "height": 711
              }
            },
            {
              "type": "questions_and_answers",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]",
              "items": [
                {
                  "type": "questions_and_answers_element",
                  "url": "https://www.sarthaks.com/8816/predict-the-products-of-electrolysis-in-each-of-the-following",
                  "question_text": "Predict the products of electrolysis in each of the following:",
                  "answer_text": "Answer: We havenn(i) AgNO3 ionizes in aqueous solutions to form Ag+ and NO3- ions.nnOn electrolysis, either Ag+ ions or H2O molecules can be reduced ...",
                  "source": "Sarthaks eConnect",
                  "domain": "www.sarthaks.com",
                  "votes": 170
                },
                {
                  "type": "questions_and_answers_element",
                  "url": "https://brainly.in/question/17093922",
                  "question_text": "Predict the products of electrolysis in each of the following:",
                  "answer_text": "Answer:7/8mg magnesium hope it helps",
                  "source": "Brainly.in",
                  "domain": "brainly.in",
                  "votes": 11
                }
              ],
              "rectangle": {
                "x": 176,
                "y": 172,
                "width": 660,
                "height": 371
              }
            },
            {
              "type": "find_results_on",
              "rank_group": 1,
              "rank_absolute": 28,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[6]/div[2]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]",
              "items": [
                {
                  "type": "find_results_on_element",
                  "title": "Electrical service and electrician in London",
                  "domain": "www.gumtree.com",
                  "url": "https://www.gumtree.com/electrical-services/london",
                  "source": "Gumtree"
                },
                {
                  "type": "find_results_on_element",
                  "title": "Electricians near London | Get a Quote",
                  "domain": "www.yell.com",
                  "url": "https://www.yell.com/s/electricians-london.html",
                  "source": "Yell"
                }
              ],
              "rectangle": {
                "x": 176,
                "y": 172,
                "width": 660,
                "height": 371
              }
            },
            {
              "type": "stocks_box",
              "rank_group": 1,
              "rank_absolute": 29,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[2]/div[10]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]",
              "title": "Market Summary > Tesla Inc",
              "source": "NASDAQ: TSLA",
              "snippet": "Pre-market After hours   409.25   +3.23 (0.80%)",
              "price": {
                "current": 579.21,
                "regular": null,
                "max_value": null,
                "currency": "USD",
                "is_price_range": false,
                "displayed_price": "579.21 USD"
              },
              "url": "https://www.google.com/finance?num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc&sa=X&ved=2ahUKEwjvzarM89nsAhXs73MBHaYZCH4Q6M8CMAB6BAgCEAQ",
              "domain": "www.google.com",
              "rectangle": {
                "x": 176,
                "y": 172,
                "width": 660,
                "height": 371
              },
              "table": {
                "table_header": null,
                "table_content": [
                  [
                    "Mkt cap",
                    "384.87B"
                  ],
                  [
                    "P/E ratio",
                    "804.45"
                  ],
                  [
                    "Div yield",
                    "-"
                  ],
                  [
                    "Prev close",
                    "406.02"
                  ],
                  [
                    "52-wk high",
                    "502.49"
                  ],
                  [
                    "52-wk low",
                    "61.85"
                  ]
                ]
              },
              "graph": {
                "items": [
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T15:40:00",
                    "value": 409.04
                  },
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T15:45:00",
                    "value": 409.23
                  },
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T15:50:00",
                    "value": 408.05
                  },
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T15:55:00",
                    "value": 407.19
                  },
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T16:00:00",
                    "value": 406.02
                  }
                ],
                "previous_items": [
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T16:00:00",
                    "value": 406.02
                  },
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T16:05:00",
                    "value": 406.73
                  },
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T16:10:00",
                    "value": 406.7
                  },
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T16:15:00",
                    "value": 405.11
                  },
                  {
                    "type": "graph_element",
                    "date": "2020-10-28T16:20:00",
                    "value": 405.2
                  }
                ]
              }
            },
            {
              "type": "commercial_units",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[3]/div[2]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]",
              "title": "Tickets & tours",
              "rectangle": null,
              "items": [
                {
                  "type": "commercial_units_element",
                  "title": "9/11 Memorial at World Trade Center and Financial District Walking Tour",
                  "url": "https://www.viator.com/new-york-city/d687-ttd",
                  "domain": "www.viator.com",
                  "price": {
                    "current": 43,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$43"
                  },
                  "source": "Viator",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 5,
                    "votes_count": 9,
                    "rating_max": 5
                  }
                },
                {
                  "type": "commercial_units_element",
                  "title": "Brooklyn: 2-Hour Manhattan & Brooklyn Bridges Bike Tour",
                  "url": "https://www.getyourguide.com/s",
                  "domain": "www.getyourguide.com",
                  "price": {
                    "current": 46,
                    "regular": null,
                    "max_value": null,
                    "currency": "USD",
                    "is_price_range": false,
                    "displayed_price": "$46"
                  },
                  "source": "GetYourGuide",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 4.5,
                    "votes_count": 18,
                    "rating_max": 5
                  }
                }
              ]
            },
            {
              "type": "local_services",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]",
              "title": "GOOGLE SCREENED|Personal Injury Lawyers nearby",
              "url": "https://www.google.com/search?q=san+diego+personal+injury+lawyer&num=100&hl=en&gl=US&sabvi=Cjd4Y2F0OnNlcnZpY2VfYXJlYV9idXNpbmVzc19wZXJzb25hbF9pbmp1cnlfbGF3eWVyOmVuLVVT&sab=ChMIg4jfgciM8AIVgs3ICh2edA8hEhYIBBAAGgwIuPqdkwIQy8fIugkgACoAEhYIBBAAGgwIrrX5rAIQvua_vgkgACoAEhUIBBAAGgsIpf3TGhCzlK66CSAAKgAYyJDJqawNGJL3h-_3DBiDyr60uQ0",
              "domain": "www.google.com",
              "items": [
                {
                  "type": "local_services_element",
                  "title": "i Accident Lawyer",
                  "url": "https://www.google.com/search?gsas=1&sabplaceid=ChIJSx6SrQ9T2YARed8V_f0hOg0&q=san+diego+personal+injury+lawyer&cs=0&sabpi=ChIIuPqdkwIQy8fIugkY_8evoCUSN3hjYXQ6c2VydmljZV9hcmVhX2J1c2luZXNzX3BlcnNvbmFsX2luanVyeV9sYXd5ZXI6ZW4tVVMahAEvYWNsaz9zYT1MJmFpPURDaGNTRXdpRGlOLUJ5SXp3QWhXQ3pjZ0tIWjUwRHlFWUFCQVFHZ0p4ZFEmbGFiZWw9Z2xzX21lc3NhZ2VfY2xpY2tfZnJlZSZzaWc9QU9ENjRfMEZYY0pXVkEwZ0xxNTczbU50VFg0UGt1MlV0dyZhZHVybD0ify9hY2xrP3NhPUwmYWk9RENoY1NFd2lEaU4tQnlJendBaFdDemNnS0haNTBEeUVZQUJBS0dnSnhkUSZsYWJlbD1wcm9maWxlX3ZpZXdfZnJlZSZzaWc9QU9ENjRfMFotTjRyb0JaS01aQUgwdTdHclNqS2ZfSTdSQSZhZHVybD0qfi9hY2xrP3NhPUwmYWk9RENoY1NFd2lEaU4tQnlJendBaFdDemNnS0haNTBEeUVZQUJBT0dnSnhkUSZsYWJlbD1jYWxsX2J1dHRvbl9mcmVlJnNpZz1BT0Q2NF8yVVVLQ3dpTk9ueDk1MzVoaU1EY0VEZGFocENRJmFkdXJsPTKBAS9hY2xrP3NhPUwmYWk9RENoY1NFd2lEaU4tQnlJendBaFdDemNnS0haNTBEeUVZQUJBR0dnSnhkUSZsYWJlbD1nbHNfY2FsbF9jbGlja19mcmVlJnNpZz1BT0Q2NF8wQlBNZzBSaG9PVjNlTm42MTFORE0teW54ekFRJmFkdXJsPTqBAS9hY2xrP3NhPUwmYWk9RENoY1NFd2lEaU4tQnlJendBaFdDemNnS0haNTBEeUVZQUJBVEdnSnhkUSZsYWJlbD1nbHNfYm9va19jbGlja19mcmVlJnNpZz1BT0Q2NF8xd1VmQVlfd3p5LVhSUzJQVHEwblhwVnFValJnJmFkdXJsPUITCIOI34HIjPACFYLNyAodnnQPIUgEUAE",
                  "domain": "www.google.com",
                  "description": "20 years in business",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 5,
                    "votes_count": 302,
                    "rating_max": 5
                  },
                  "profile_image_url": "https://lh3.googleusercontent.com/uzK7ihdygT9vLtKkhg387zYt2F1YKSXruQGteu8qcwrQuihexS3-B-KmgwWhh2w=fcrop64=1,5a1713919eba8d98"
                },
                {
                  "type": "local_services_element",
                  "title": "Hamparyan Personal Injury Lawyers, San Diego APC",
                  "url": "https://www.google.com/search?gsas=1&sabplaceid=ChIJSx6SrQ9T2YARed8V_f0hOg0&q=san+diego+personal+injury+lawyer&cs=0&sabpi=ChIIrrX5rAIQvua_vgkY_8evoCUSN3hjYXQ6c2VydmljZV9hcmVhX2J1c2luZXNzX3BlcnNvbmFsX2luanVyeV9sYXd5ZXI6ZW4tVVMahAEvYWNsaz9zYT1MJmFpPURDaGNTRXdpRGlOLUJ5SXp3QWhXQ3pjZ0tIWjUwRHlFWUFCQVJHZ0p4ZFEmbGFiZWw9Z2xzX21lc3NhZ2VfY2xpY2tfZnJlZSZzaWc9QU9ENjRfMWVRbGlWTGdUSU1KbGo5UThNUk9EdzJ4bEhlQSZhZHVybD0ify9hY2xrP3NhPUwmYWk9RENoY1NFd2lEaU4tQnlJendBaFdDemNnS0haNTBEeUVZQUJBSkdnSnhkUSZsYWJlbD1wcm9maWxlX3ZpZXdfZnJlZSZzaWc9QU9ENjRfMWwta3p0X0JRY0JOQ0FSdDlwTEFTMlJwVHRuUSZhZHVybD0qfi9hY2xrP3NhPUwmYWk9RENoY1NFd2lEaU4tQnlJendBaFdDemNnS0haNTBEeUVZQUJBTkdnSnhkUSZsYWJlbD1jYWxsX2J1dHRvbl9mcmVlJnNpZz1BT0Q2NF8yN3czUzZBMGZCVGJLYk1Zc1JIbldHR2p0NnlBJmFkdXJsPTKBAS9hY2xrP3NhPUwmYWk9RENoY1NFd2lEaU4tQnlJendBaFdDemNnS0haNTBEeUVZQUJBRkdnSnhkUSZsYWJlbD1nbHNfY2FsbF9jbGlja19mcmVlJnNpZz1BT0Q2NF8yU2Q0dzNfV3V0NmxpTnV5THI1VjNlZTBpd2FBJmFkdXJsPTqBAS9hY2xrP3NhPUwmYWk9RENoY1NFd2lEaU4tQnlJendBaFdDemNnS0haNTBEeUVZQUJBVkdnSnhkUSZsYWJlbD1nbHNfYm9va19jbGlja19mcmVlJnNpZz1BT0Q2NF8yUm1jUDZxS3ZoV3F1UkFJdkhMSllXbGRxaUR3JmFkdXJsPUITCIOI34HIjPACFYLNyAodnnQPIUgEUAI",
                  "domain": "www.google.com",
                  "description": "9 years in business",
                  "rating": {
                    "rating_type": "Max5",
                    "value": 5,
                    "votes_count": 62,
                    "rating_max": 5
                  },
                  "profile_image_url": "https://lh3.googleusercontent.com/GKIL8cPY1NGPlxycDLvn7r7362_MqHFIgUQLvFTQW8sWAJx6InAscqv4sfWQ8Q=fcrop64=1,3e2300babb62bc82"
                }
              ],
              "rectangle": null
            },
            {
              "type": "google_hotels",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "right",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/a[1]",
              "hotel_identifier": "CgsI4srPluaypZuVARAB",
              "url": "https://google.com/travel/hotels/entity/CgsI4srPluaypZuVARAB",
              "cid": "10751945633529324898",
              "rectangle": null
            },
            {
              "type": "currency_box",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[10]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]",
              "value": 1,
              "converted_value": 1.0551899999999999,
              "currency": "Euro",
              "converted_currency": "United States Dollar",
              "timestamp": "2022-05-11 11:10:00 +00:00",
              "table": {
                "table_header": null,
                "table_content": [
                  [
                    "1",
                    "Euro"
                  ],
                  [
                    "1.06",
                    "United States Dollar"
                  ]
                ]
              },
              "graph": {
                "items": [
                  {
                    "type": "graph_element",
                    "date": "2022-04-11T23:58:00Z",
                    "value": 1.08776
                  },
                  {
                    "type": "graph_element",
                    "date": "2022-04-12T23:58:00Z",
                    "value": 1.08257
                  },
                  {
                    "type": "graph_element",
                    "date": "2022-04-13T23:58:00Z",
                    "value": 1.089625
                  },
                  {
                    "type": "graph_element",
                    "date": "2022-04-14T23:58:00Z",
                    "value": 1.082065
                  },
                  {
                    "type": "graph_element",
                    "date": "2022-04-15T23:58:00Z",
                    "value": 1.08119
                  }
                ],
                "previous_items": null
              },
              "rectangle": {
                "x": 181,
                "y": 360,
                "width": 652,
                "height": 176
              }
            },
            {
              "type": "product_considerations",
              "rank_group": 1,
              "rank_absolute": 14,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[3]/div[2]/div[1]/div[7]/div[3]/div[1]/div[9]/div[1]",
              "title": "Buying Guide: Mattresses",
              "items": [
                {
                  "type": "product_considerations_element",
                  "title": "How much should a mattress cost?",
                  "consideration_category": "price",
                  "expanded_element": {
                    "type": "product_considerations_expanded_element",
                    "title": "Mattress Buying Guide - How to Choose a Mattress (Updated 2022)",
                    "featured_title": null,
                    "breadcrumb": "https://www.mattressnerd.com › mat...",
                    "snippet": "Expect to spend at least $750 for a good quality mattress and boxspring set. If you spend more than $2500 on a queen set, you're deep in the “diminishing returns” territory for your money.",
                    "domain": "www.mattressnerd.com",
                    "url": "https://www.mattressnerd.com/mattress-buying-guide/",
                    "timestamp": null,
                    "related_searches": [
                      "mattress price"
                    ],
                    "about_this_result": null
                  }
                },
                {
                  "type": "product_considerations_ai_overview_expanded_element",
                  "items": [
                    {
                      "type": "ai_overview_element",
                      "title": null,
                      "text": "Augmented reality (AR) enhances the real world by overlaying digital information, creating interactive experiences. It's used in various fields, including gaming, product visualization, marketing, architecture, education, and industrial manufacturing, to add digital elements to the user's perception of their surroundings.",
                      "images": [
                        {
                          "type": "images_element",
                          "alt": "Augmented Reality: Definition and How It Works | Indeed.com",
                          "url": null,
                          "image_url": "https://api.dataforseo.com/cdn/i/06181333-1535-0139-0000-ef8353b70ffb:6"
                        }
                      ],
                      "references": [
                        {
                          "type": "ai_overview_reference",
                          "source": "Reydar",
                          "domain": "www.reydar.com",
                          "url": "https://www.reydar.com/how-does-augmented-reality-work/#:~:text=Augmented%20reality%20works%20by%20overlaying%20digital%20objects%2C,or%20entertaining%20experience%20depending%20on%20the%20application.&text=Location-based%20AR%20uses%20GPS%20and%20other%20sensors,environment%20based%20on%2C%20you%20guessed%20it%2C%20location.",
                          "title": "How Augmented Reality Works: 2025 Guide - Reydar",
                          "text": "Augmented reality works by overlaying digital objects, information, or other sensory elements on top of the physical world to prov..."
                        }
                      ]
                    }
                  ]
                }
              ],
              "rectangle": {
                "x": 0,
                "y": 4296,
                "width": 360,
                "height": 374
              }
            },
            {
              "type": "short_videos",
              "rank_group": 1,
              "rank_absolute": 72,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[3]/div[2]/div[1]/div[7]/div[3]/div[1]/div[50]/div[1]",
              "title": "Short videos",
              "items": [
                {
                  "type": "short_videos_element",
                  "title": "Steph Curry Got Drunk After GSW Won the 2022 NBA Finals  #shorts",
                  "url": "https://www.youtube.com/shorts/EH7W8zkIz6Y",
                  "domain": "www.youtube.com",
                  "source": "YouTube  ·  STAY"
                },
                {
                  "type": "short_videos_element",
                  "title": "Stephen Curry as Art. | SC30's three-point record, but make it art  | By Golden State Warriors",
                  "url": "https://m.facebook.com/warriors/videos/stephen-curry-as-art/1012806656054941/",
                  "domain": "m.facebook.com",
                  "source": "Facebook  ·  Golden State Warriors"
                }
              ],
              "rectangle": null
            },
            {
              "type": "refine_products",
              "rank_group": 1,
              "rank_absolute": 53,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[7]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[53]/div[1]",
              "title": "Refine Moisturizers",
              "items": [
                {
                  "type": "refine_products_element",
                  "title": "Cetaphil",
                  "image_url": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcS84AsxZONw-aiKToU1Q7-TUsEFEpG96g28fjkEyidMgk0PpxH4lxQaAIdlU-mxz2Pi8szaxQPXp5RXPjI3-fn0GasO1TNOVDq3iImdTag0U6Zqrd-0Uo9k",
                  "keyword": "cetaphil moisturizer",
                  "refine_type": "By brand",
                  "xpath": "/html[1]/body[1]/div[7]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[53]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/a[1]"
                },
                {
                  "type": "refine_products_element",
                  "title": "CeraVe",
                  "image_url": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcTW6hoAbaLm72hQ08wcSKJvQIwSk-GQ5SgTX8LHdc9bzNnGbKsIkb9YRx_2qmNkGEDqIVdBMuP70IwPbTLLLGrrs3-cLqXo5TMsqrOkAIKrnIuA_aMokXSquw",
                  "keyword": "cerave krem nawilżający",
                  "refine_type": "By brand",
                  "xpath": "/html[1]/body[1]/div[7]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[53]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/a[2]"
                },
                {
                  "type": "refine_products_element",
                  "title": "NIVEA",
                  "image_url": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcTUo88orjhtJ1jFgIcDYLxM0XmSv2yu3myniy8LWUVmXGjTkk57YAa7CMii26IOn0m7YsoSgaEoWneyKSoe1aAxGpHV55Rxihr_9makM3jdKws2NUJTXE59",
                  "keyword": "nivea moisturizer",
                  "refine_type": "By brand",
                  "xpath": "/html[1]/body[1]/div[7]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[53]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/a[3]"
                }
              ],
              "rectangle": {
                "x": 230,
                "y": 10036,
                "width": 652,
                "height": 470
              }
            },
            {
              "type": "perspectives",
              "rank_group": 1,
              "rank_absolute": 4,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[5]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/div[1]/g-section-with-header[1]",
              "title": "Perspectives",
              "items": [
                {
                  "type": "perspectives_element",
                  "title": "The best October Prime Day deals under $25",
                  "description": "Amazon's Prime Big Deal Days is almost history, but there are some great ndeals left for less than $25. We've rounded up the best of them...",
                  "url": "https://www.theverge.com/23907931/amazon-october-prime-day-best-cheap-deals-under-25-2023",
                  "domain": "www.theverge.com",
                  "date": "13 hours ago",
                  "source": "Antonio G. Di Benedetto",
                  "timestamp": "2023-10-12 00:54:53 +00:00"
                },
                {
                  "type": "perspectives_element",
                  "title": "Our Top Picks From Amazon Prime Big Deal Days",
                  "description": "Sound the alarm: Amazon Prime Big Deal Days is officially here. The event nis live from October 10 through 11, so get your wallet ready...",
                  "url": "https://www.theskimm.com/shopping/amazon-prime-day-october-top-picks",
                  "domain": "www.theskimm.com",
                  "date": "1 day ago",
                  "source": "theSkimm",
                  "timestamp": "2023-10-11 13:54:53 +00:00"
                }
              ],
              "rectangle": null
            },
            {
              "type": "discussions_and_forums",
              "rank_group": 1,
              "rank_absolute": 5,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[5]/div[1]/div[12]/div[2]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]",
              "title": "Discussions and forums",
              "items": [
                {
                  "type": "discussions_and_forums_element",
                  "title": "what are the best dog breeds for first time owners? - Reddit",
                  "url": "https://www.reddit.com/r/dogs/comments/wo6i31/what_are_the_best_dog_breeds_for_first_time_owners/",
                  "domain": "www.reddit.com",
                  "source": "www.reddit.com",
                  "description": null,
                  "timestamp": "2022-08-14T00:00:00Z",
                  "posts_count": 64
                }
              ],
              "rectangle": null
            },
            {
              "type": "compare_sites",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[4]/div[1]/div[13]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]",
              "title": "Places sites",
              "items": [
                {
                  "type": "compare_sites_element",
                  "title": "THE 5 BEST Hilton Hotels in Paris, France - Tripadvisor",
                  "url": "https://www.tripadvisor.com/Hotels-g187147-zfb9204-Paris_Ile_de_France-Hotels.html",
                  "domain": "www.tripadvisor.com",
                  "image_url": "https://api.dataforseo.com/cdn/i/05301217-0696-0066-1000-85c9a8a4b16f:0",
                  "source": "Tripadvisor"
                },
                {
                  "type": "compare_sites_element",
                  "title": "The 10 best Hilton hotels in Paris, France | Booking.com",
                  "url": "https://www.booking.com/hilton/city/fr/paris.html",
                  "domain": "www.booking.com",
                  "image_url": "https://api.dataforseo.com/cdn/i/05301217-0696-0066-1000-85c9a8a4b16f:1",
                  "source": "Booking.com"
                },
                {
                  "type": "compare_sites_element",
                  "title": "Best Hilton Hotels Near Me",
                  "url": "https://www.yelp.com/nearme/hilton-hotels",
                  "domain": "www.yelp.com",
                  "image_url": "https://api.dataforseo.com/cdn/i/05301217-0696-0066-1000-85c9a8a4b16f:2",
                  "source": "Yelp"
                }
              ],
              "rectangle": null
            },
            {
              "type": "ai_overview",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[3]/div[1]/div[12]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "asynchronous_ai_overview": false,
              "markdown": "![BMW M4 Coupe (F82) Specs, Performance & Photos - 2014, 2015 ...](data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAADnThe BMW M4 F82 is a high-performance coupe known for its aggressive styling and powerful engine.Key specs include a `3.0-liter twin-turbo inline-six engine producing 425 hp (or 444 hp with the Competition Package), a 6-speed manual or 7-speed M DCT transmission, and rear-wheel drive`.[[1]](https://www.autoevolution.com/cars/bmw-m4-f82-2014.html#:~:text=The%20load%20capacity%20was%20more,4%20GASOLINE%20Engines)[[2]](https://www.pistonheads.com/news/ph-driven/2014-bmw-m3-and-m4-f80-f82--review/29973)[[3]](https://www.bmw-m.com/en/topics/magazine-article-pool/bmw-m3-f80-and-bmw-m4-f82.html#:~:text=Towards%20the%20end%20of%20the,strong%20engine%20were%20also%20standard.)[[4]](https://www.newcenturybmw.com/bmw-research/bmw-m4-0-60/#:~:text=2023%20BMW%20M4%20Coupe,60%20time%20of%204.1%20seconds.)",
              "items": [
                {
                  "type": "ai_overview_element",
                  "rank_group": 1,
                  "rank_absolute": 1,
                  "page": 1,
                  "position": "left",
                  "title": null,
                  "text": "The BMW M4 F82 is a high-performance coupe known for its aggressive styling and powerful engine. Key specs include a 3.0-liter twin-turbo inline-six engine producing 425 hp (or 444 hp with the Competition Package), a 6-speed manual or 7-speed M DCT transmission, and rear-wheel drive.",
                  "markdown": "![BMW M4 Coupe (F82) Specs, Performance & Photos - 2014, 2015 ...](data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAHEAjQMBIgACEQEDEQH.)",
                  "links": [
                    {
                      "type": "link_element",
                      "title": "according to Bankrate",
                      "description": null,
                      "url": "https://www.bankrate.com/home-equity/heloc-rates/",
                      "domain": "www.bankrate.com"
                    }
                  ],
                  "images": [
                    {
                      "type": "images_element",
                      "alt": "BMW M4 Coupe (F82) Specs, Performance & Photos - 2014, 2015 ...",
                      "url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/06170329-5643-0066-0000-4f9b0f8172ba:1"
                    }
                  ],
                  "references": [
                    {
                      "type": "ai_overview_reference",
                      "rank_group": 1,
                      "rank_absolute": 1,
                      "page": 1,
                      "position": "left",
                      "source": "autoevolution",
                      "domain": "www.autoevolution.com",
                      "url": "https://www.autoevolution.com/cars/bmw-m4-f82-2014.html#:~:text=The%20load%20capacity%20was%20more,4%20GASOLINE%20Engines",
                      "title": "BMW M4 Coupe (F82) ( (2014-2020)) Photos, engines & full specs",
                      "text": "The load capacity was more than enough for two big luggages, as well as the cabin being equipped with lots of storage spaces – not..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "rank_group": 2,
                      "rank_absolute": 2,
                      "page": 1,
                      "position": "left",
                      "source": "PistonHeads",
                      "domain": "www.pistonheads.com",
                      "url": "https://www.pistonheads.com/news/ph-driven/2014-bmw-m3-and-m4-f80-f82--review/29973",
                      "title": "2014 BMW M3 and M4 (F80/F82) | Review - PistonHeads UK",
                      "text": "May 12, 2014 —  * SPECIFICATION | 2014 BMW M4 F82. Engine: 2,979cc 6-cyl twin-turbo. * Transmission: 6-speed manual/7-speed dual-clut..."
                    }
                  ]
                },
                {
                  "type": "ai_overview_expanded_element",
                  "position": "left",
                  "title": "Step 4",
                  "text": "Calculate Springfield Division sales for Quarter 2",
                  "components": [
                    {
                      "type": "ai_overview_expanded_component",
                      "title": null,
                      "text": "Springfield Division sales in Quarter 1 are $ 1, 500, 000 $ 1 comma 500 comma 000 $ 1, 5 0 0, 0 0 0. Growth rate is 3 % 3 % 3 %. Sales in Quarter 2 are $ 1, 500, 000 × ( 1 + 0.03 ) = $ 1, 545, 000 $ 1 comma 500 comma 000 cross open paren 1 plus 0.03 close paren equals $ 1 comma 545 comma 000 $ 1, 5 0 0, 0 0 0 × ( 1 + 0. 0 3 ) = $ 1, 5 4 5, 0 0 0.",
                      "markdown": "- Springfield Division sales in Quarter 1 are $1,500,000.n- Growth rate is 3%.n- Sales in Quarter 2 are $1,500,000×(1+0.03)=$1,545,000.",
                      "images": null,
                      "links": null,
                      "references": null
                    }
                  ],
                  "references": null
                },
                {
                  "type": "ai_overview_video_element",
                  "position": "left",
                  "title": "Anwar And Cars",
                  "snippet": "Start time is 11 minutes. Segment duration is 59 seconds",
                  "url": "https://www.youtube.com/watch?v=HmyTDeZMgFA&t=684",
                  "domain": "www.youtube.com",
                  "image_url": "https://i.ytimg.com/vi/HmyTDeZMgFA/mqdefault.jpg?sqp=-oaymwEGCPgEEOQC&rs=AMzJL3k9gZe_ujVtsk34XtwaOmPw3Cw0pg",
                  "source": "YouTube",
                  "date": "Apr 26, 2024",
                  "timestamp": "2024-04-26 00:00:00 +00:00"
                },
                {
                  "type": "ai_overview_table_element",
                  "position": "left",
                  "markdown": "| Aspect | Sanity Testing | Regression Testing |n|---|---|---|n| **Scope** | Narrow and focused on recently changed functionalities or components. | Broad, covering the entire application to ensure changes don't negatively affect existing functionalities. |n| **Depth of Testing** | Surface-level, a quick check for stability after recent changes. | Deep and thorough, testing various scenarios to ensure all functionalities work after modifications. |n| **Objective** | To quickly validate specific functionalities after minor changes or bug fixes. | To detect defects or regressions introduced by recent code changes, ensuring stability and expected performance. |",
                  "table": {
                    "table_header": null,
                    "table_content": [
                      [
                        "Aspect",
                        "Sanity Testing",
                        "Regression Testing"
                      ],
                      [
                        "Scope",
                        "Narrow and focused on recently changed functionalities or components.",
                        "Broad, covering the entire application to ensure changes don't negatively affect existing functionalities."
                      ],
                      [
                        "Depth of Testing",
                        "Surface-level, a quick check for stability after recent changes.",
                        "Deep and thorough, testing various scenarios to ensure all functionalities work after modifications."
                      ],
                      [
                        "Objective",
                        "To quickly validate specific functionalities after minor changes or bug fixes.",
                        "To detect defects or regressions introduced by recent code changes, ensuring stability and expected performance."
                      ]
                    ]
                  },
                  "references": null
                }
              ],
              "references": [
                {
                  "type": "ai_overview_reference",
                  "rank_group": 1,
                  "rank_absolute": 21,
                  "page": 1,
                  "position": "right",
                  "source": "autoevolution",
                  "domain": "www.autoevolution.com",
                  "url": "https://www.autoevolution.com/cars/bmw-m4-f82-2014.html#:~:text=The%20load%20capacity%20was%20more,4%20GASOLINE%20Engines",
                  "title": "BMW M4 Coupe (F82) ( (2014-2020)) Photos, engines & full specs",
                  "text": "The load capacity was more than enough for two big luggages, as well as the cabin being equipped with lots of storage spaces – not..."
                },
                {
                  "type": "ai_overview_reference",
                  "rank_group": 2,
                  "rank_absolute": 22,
                  "page": 1,
                  "position": "right",
                  "source": "PistonHeads",
                  "domain": "www.pistonheads.com",
                  "url": "https://www.pistonheads.com/news/ph-driven/2014-bmw-m3-and-m4-f80-f82--review/29973",
                  "title": "2014 BMW M3 and M4 (F80/F82) | Review - PistonHeads UK",
                  "text": "May 12, 2014 —  * SPECIFICATION | 2014 BMW M4 F82. Engine: 2,979cc 6-cyl twin-turbo. * Transmission: 6-speed manual/7-speed dual-clut..."
                }
              ],
              "rectangle": null
            }
          ]
        }
      ]
    }
  ]
}