Page Intersection


This endpoint will provide you with the keywords for which specified pages rank within the same SERP. You will get search volume, competition, cost-per-click data on each intersecting keyword. Along with that, you will get data on SERP elements that specified pages rank for in search results, as well as the estimated traffic volume and cost of ad traffic. Page Intersection endpoint supports organic, paid, local pack and featured snippet results.

Find keywords several webpages rank for:
If you would like to get the keywords several pages rank for, you need to specify webpages only in the pages object. This way, you will receive intersected ranked keywords for the specified URLs.

Find keywords your competitors rank for but you do not:
If you would like to receive all keywords several pages rank for, but particular pages do not, you need to use the exclude_pages array as well. This way you will receive the keywords for which the URLs from the pages object rank for, but the URLs from the exclude_pages array do not.

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). The task setting is done using the POST method. 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 API call can contain only one task. The maximum number of calls that can be sent simultaneously is limited to 30.

You can specify the number of results you want to retrieve and sort them.

Below you will find a detailed description of the fields you can use for setting a task.

Description of the fields for setting a task:

Field nameTypeDescription
pagesobject

target URLs of pages
required field
you can set up to 20 pages in this object
the pages should be specified with absolute URLs (including http:// or https://)
example:
"pages": {
"1":"https://www.apple.com/mac/*",
"2":"https://dataforseo.com/*",
"3":"https://support.microsoft.com/"
}if you specify a single page here, we will return results only for this page;
you can also use a wildcard ('') character to specify the search pattern
example:
"example.com"
search for the exact URL
"example.com/eng/
"
search for the example.com page and all its related URLs which start with '/eng/', such as "example.com/eng/index.html" and "example.com/eng/help/", etc.
note: a wilcard should be placed after the slash ('/') character in the end of the URL, it is not possible to place it after the domain in the following way:
https://dataforseo.com
use https://dataforseo.com/
instead

Note: this endpoint will not provide results if the number of intersecting keywords exceeds 10 million

exclude_pagesarray

URLs of pages you want to exclude
optional field
you can set up to 10 pages in this array
if you use this array, results will contain the keywords for which URLs from the pages object rank, but URLs from exclude_pages array do not;

note that if you specify this field, the results will be based on the keywords any URL from pages ranks for regardless of intersections between them. However, you can set intersection_mode to intersect and results will contain the keywords all URLs from pages rank for in the same SERP and URLs from exclude_pages do not.
use a wildcard ('*') character to specify the search pattern
example:
"exclude_pages":
["https://www.apple.com/iphone/*",
"https://dataforseo.com/apis/*",
"https://www.microsoft.com/en-us/industry/services/"]

location_namestring

full name of the location
required field if you don't specify location_code
Note: it is required to specify either location_name or location_code
you can receive the list of available locations with their location_name by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
example:
United Kingdom

location_codeinteger

location code
required field if you don't specify location_name
Note: it is required to specify either location_name or location_code
you can receive the list of available locations with their location_code by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
example:
2840

language_namestring

full name of the language
required field if you don't specify language_code
Note: it is required to specify either language_name or language_code
you can receive the list of available languages with their language_name by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
example:
English

language_codestring

language code
required field if you don't specify language_name
Note: it is required to specify either language_name or language_code
you can receive the list of available languages with their language_code by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
example:
en

item_typesarray

search results type
indicates type of search results included in the response
optional field

possible values:
["organic", "paid", "featured_snippet", "local_pack"]
default value:
["organic", "paid"]

limitinteger

the maximum number of returned keywords
optional field
default value: 100
maximum value: 1000

offsetinteger

offset in the items array of returned keywords
optional field
default value: 0
if you specify 10 here, the first ten keywords in the results array will be omitted and the data will be provided for the successive keywords

include_subdomainsboolean

indicates if the subdomains will be included in the search
optional field
if set to false, the subdomains will be ignored
default value: true

intersection_modestring

indicates whether to intersect keywords
optional field
use this field to intersect or merge results for the specified URLs

possible values: union, intersect

union - results are based on all keywords any URL from pages rank for;

intersect - results are based on the keywords all URLs from pages rank for in the same SERP:

by default, results are based on the intersect mode if you specify only pages array. If you specify exclude_pages as well, results are based on the union mode

include_serp_infoboolean

include data from SERP for each keyword
optional field
if set to true, we will return a serp_info array containing SERP data (number of search results, relevant URL, and SERP features) for every keyword in the response
default value: false

include_clickstream_databoolean

include or exclude data from clickstream-based metrics in the result
optional field
if the parameter is set to true, you will receive clickstream_keyword_info, clickstream_etv, keyword_info_normalized_with_clickstream, and keyword_info_normalized_with_bing fields in the response
default value: false
with this parameter enabled, you will be charged double the price for the request

learn more about how clickstream-based metrics are calculated in this help center article

ignore_synonymsboolean

ignore highly similar keywords
optional field
if set to true only core keywords will be returned, all highly similar keywords will be excluded;
default value: false

filtersarray

array of results filtering parameters
optional field
you can add several filters at once (8 filters maximum)
you should set a logical operator and, or between the conditions
the following operators are supported:
regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
note that if you want to filter by any field in the intersection_result array you need to specify the number of corresponding page
for instance, if you want to filter results by the ranking of the first specified URL, you should set the following filter:
[intersection_result.1.rank_absolute,"=",1]
if you want to filter results and receive only organic listings for the third specified URL, you should set the following filter:
[intersection_result.3.type,"=","organic"] , etc.example:
["keyword_data.keyword_info.search_volume","in",[100,1000]]
[["intersection_result.1.etv",">",0],"and",["intersection_result.1.description","like","%goat%"]][["keyword_data.keyword_info.search_volume",">",100],
"and",
[["intersection_result.2.description","like","%goat%"],
"or",
["intersection_result.2.type","=","organic"]]]

for more information about filters, please refer to Dataforseo Labs - Filters or this help center guide

order_byarray

results sorting rules
optional field
you can use the same values as in the filters array to sort the results
possible sorting types:
asc - results will be sorted in the ascending order
desc - results will be sorted in the descending order
you should use a comma to set up a sorting parameter
example:
["keyword_data.keyword_info.competition,desc"]
default rule:
["keyword_data.keyword_info.search_volume,desc"]
note that you can set no more than three sorting rules in a single request
you should use a comma to separate several sorting rules
example:
["intersection_result.1.rank_group,asc","intersection_result.2.rank_absolute,asc"]

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

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

        se_typestring

search engine type

        pagesobject

URLs you specified a POST array

        exclude_pagesarray

URLs you specified in a POST array that will be excluded from the results

        location_codeinteger

location code in a POST array

        language_codestring

language code in a POST array

        total_countinteger

total amount of results in our database relevant to your request

        items_countinteger

the number of results returned in the items array

        itemsarray

contains keywords, relevant SERP elements and related data

            se_typestring

search engine type

            keyword_dataobject

keyword data for the returned keyword

                se_typestring

search engine type

                keywordstring

returned keyword

                location_codeinteger

location code in a POST array

                language_codestring

language code in a POST array

                keyword_infoobject

keyword data for the returned keyword

                    se_typestring

search engine type

                    last_updated_timestring

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

                    competitionfloat

competition
represents the relative amount of competition associated with the given keyword;
the value is based on Google Ads data and can be between 0 and 1 (inclusive)

                    competition_levelstring

competition level
represents the relative level of competition associated with the given keyword in paid SERP only;
possible values: LOW, MEDIUM, HIGH
if competition level is unknown, the value is null;
learn more about the metric in this help center article

                    cpcfloat

cost-per-click
represents the average cost per click (USD) historically paid for the keyword

                    search_volumeinteger

average monthly search volume rate
represents the (approximate) number of searches for the given keyword idea on google.com

                    low_top_of_page_bidfloat

minimum bid for the ad to be displayed at the top of the first page
indicates the value greater than about 20% of the lowest bids for which ads were displayed (based on Google Ads statistics for advertisers)
the value may differ depending on the location specified in a POST request

                    high_top_of_page_bidfloat

maximum bid for the ad to be displayed at the top of the first page
indicates the value greater than about 80% of the lowest bids for which ads were displayed (based on Google Ads statistics for advertisers)
the value may differ depending on the location specified in a POST request

                    categoriesarray

product and service categories
you can download the full list of possible categories

                    monthly_searchesarray

monthly searches
represents the (approximate) number of searches for this keyword (as available for the past twelve months), targeted to the specified geographic locations

                        yearinteger

year

                        monthinteger

month

                        search_volumeinteger

monthly average search volume rate

                clickstream_keyword_infoobject

clickstream data for the returned keyword
to retrieve results for this field, the parameter include_clickstream_data must be set to true

                    search_volumeinteger

monthly average clickstream search volume rate

                    last_updated_timestring

date and time when the clickstream dataset was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”

                    gender_distributionobject

distribution of estimated clickstream-based metrics by gender
learn more about how the metric is calculated in this help center article

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    age_distributionobject

distribution of clickstream-based metrics by age
learn more about how the metric is calculated in this help center article

                        18-24integer

number of users in the relevant clickstream dataset that fall within the 18-24 age range

                        25-34integer

number of users in the relevant clickstream dataset that fall within the 25-34 age range

                        35-44integer

number of users in the relevant clickstream dataset that fall within the 35-44 age range

                        45-54integer

number of users in the relevant clickstream dataset that fall within the 45-54 age range

                        55-64integer

number of users in the relevant clickstream dataset that fall within the 55-64 age range

                    monthly_searchesarray

monthly clickstream search volume rates
array of objects with clickstream search volume rates in a certain month of a year

                        yearinteger

year

                        monthinteger

month

                        search_volumeinteger

clickstream-based search volume rate in a certain month of a year

                    search_volume_trendobject

search volume trend changes
represents search volume change in percent compared to the previous period

                        monthlyinteger

search volume change in percent compared to the previous month

                        quarterlyinteger

search volume change in percent compared to the previous quarter

                        yearlyinteger

search volume change in percent compared to the previous year

                    se_typestring

search engine type

                    core_keywordstring

main keyword in a group
contains the main keyword in a group determined by the synonym clustering algorithm
if the value is null, our database does not contain any keywords the corresponding algorithm could identify as synonymous with keyword

                    synonym_clustering_algorithmstring

the algorithm used to identify synonyms
possible values:
keyword_metrics - indicates the algorithm based on keyword_info parameters
text_processing - indicates the text-based algorithm
if the value is null, our database does not contain any keywords the corresponding algorithm could identify as synonymous with keyword

                    keyword_difficultyinteger

difficulty of ranking in the first top-10 organic results for a keyword
indicates the chance of getting in top-10 organic results for a keyword on a logarithmic scale from 0 to 100;
calculated by analysing, among other parameters, link profiles of the first 10 pages in SERP;
learn more about the metric in this help center guide

                    detected_languagestring

detected language of the keyword
indicates the language of the keyword as identified by our system

                    is_another_languageboolean

detected language of the keyword is different from the set language
if true, the language set in the request does not match the language determined by our system for a given keyword

                serp_infoobject

SERP data
the value will be null if you didn't set the field include_serp_info to true in the POST array or if there is no SERP data for this keyword in our database

                    se_typestring

search engine type

                    check_urlstring

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

                    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, images, jobs, knowledge_graph, local_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, ai_overview;
note that the actual results will be returned only for organic, paid, featured_snippet, and local_pack elements

                    se_results_countstring

number of search results for the returned keyword

                    last_updated_timestring

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

                    previous_updated_timestring

previous to the most recent date and time when SERP data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-10-15 12:57:46 +00:00

                avg_backlinks_infoobject

backlink data for the returned keyword
this object provides the average number of backlinks, referring pages and domains, as well as the average rank values among the top-10 webpages ranking organically for the keyword

                    se_typestring

search engine type

                    backlinksfloat

average number of backlinks

                    dofollowfloat

average number of dofollow links

                    referring_pagesfloat

average number of referring pages

                    referring_domainsfloat

average number of referring domains

                    referring_main_domainsfloat

average number of referring main domains

                    rankfloat

average rank
learn more about the metric and its calculation formula in this help center article

                    main_domain_rankfloat

average main domain rank
learn more about the metric and its calculation formula in this help center article

                    last_updated_timestring

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

                search_intent_infoobject

search intent info for the returned keyword
learn about search intent in this help center article

                    se_typestring

search engine type
possible values: google

                    main_intentstring

main search intent
possible values: informational, navigational, commercial, transactional

                    foreign_intentarray

supplementary search intents
possible values: informational, navigational, commercial, transactional

                    last_updated_timestring

date and time when search intent data was last updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

                    keyword_info_normalized_with_bingobject

contains keyword search volume normalized with Bing search volume

                        last_updated_timestring

date and time when the dataset was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”

example:
2019-11-15 12:57:46 +00:00

                        search_volumeinteger

current search volume rate of a keyword

                        is_normalizedboolean

keyword info is normalized
if true, values are normalized with Bing data

                        monthly_searchesobject

monthly search volume rates
array of objects with search volume rates in a certain month of a year

                            yearinteger

year

                            monthinteger

month

                            search_volumeinteger

search volume rate in a certain month of a year

                    keyword_info_normalized_with_clickstreamobject

contains keyword search volume normalized with clickstream data

                        last_updated_timestring

date and time when the dataset was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”

example:
2019-11-15 12:57:46 +00:00

                        search_volumeinteger

current search volume rate of a keyword

                        is_normalizedboolean

keyword info is normalized
if true, values are normalized with clickstream data

                        monthly_searchesobject

monthly search volume rates
array of objects with search volume rates in a certain month of a year

                            yearinteger

year

                            monthinteger

month

                            search_volumeinteger

search volume rate in a certain month of a year

            intersection_resultobject

contains data on the SERP elements found for the returned keyword
data will be provided in separate arrays for each URL you specified in the pages object when setting a task;
depending on the number of specified URLs, it can contain from 1 to 20 arrays named respectively

                1object

contains data on the SERP element for the respective URL
field name varies in the range from 1 to 20 according to the number of URLs in the pages object;
possible types of SERP elements:
organic, paid, featured_snippet, local_pack

                    se_typestring

search engine type

                    organicobject

‘organic’ element in SERP

                        typestring

type of element = 'organic'

                        rank_groupinteger

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

                        positionstring

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

                        xpathstring

the XPath of the element

                        domainstring

subdomain in SERP

                        titlestring

title of the result in SERP

                        urlstring

relevant URL in SERP

                        breadcrumbstring

breadcrumb in SERP

                        is_imageboolean

indicates whether the element contains an image

                        is_videoboolean

indicates whether the element contains a video

                        is_featured_snippetboolean

indicates whether the element is a featured_snippet

                        is_maliciousboolean

indicates whether the element is marked as malicious

                        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

                        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

                            rating_typestring

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

                            valueinteger

the value of the rating

                            votes_countinteger

the amount of feedback

                            rating_maxinteger

the maximum value for a rating_type

                        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

                            descriptionobject

description of the results element in SERP

                                urlstring

sitelink URL

                        main_domainstring

primary domain name in SERP

                        relative_urlstring

relative URL in SERP

                        etvfloat

estimated traffic volume
estimated organic monthly traffic to the domain;
calculated as the product of CTR (click-through-rate) and search volume values of the returned keyword
learn more about how the metric is calculated in this help center article

                        estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for the returned keyword;
the metric is calculated as the product of organic etv and paid cpc values and indicates the cost of driving the estimated volume of monthly organic traffic through PPC advertising in Google Search
learn more about how the metric is calculated in this help center article

                        clickstream_etvinteger

estimated traffic volume based on clickstream data
calculated as the product of click-through-rate and clickstream search volume values of all keywords the page ranks for
to retrieve results for this field, the parameter include_clickstream_data must be set to true
learn more about how the metric is calculated in this help center article

                        rank_changesobject

changes in rankings
contains information about the ranking changes of the SERP element since the previous_updated_time

                            previous_rank_absoluteinteger

previous absolute rank in SERP
indicates previous rank of the element in Google SERP;
if this element is new, the value will be null

                            is_newboolean

element was previously present in SERP
if the value is true, previously collected SERP didn't contain this element

                            is_upboolean

rank of this element went up
if the value is true, position of the element in SERP is higher compared to the previous check

                            is_downboolean

rank of this element went down
if the value is true, position of the element in SERP is lower compared to the previous check

                        backlinks_infoobject

backlinks information for the ranked website

                            referring_domainsinteger

number of referring domains
referring domains include subdomains that are counted as separate domains for this metric

                            referring_main_domainsinteger

number of referring main domains

                            referring_pagesinteger

number of pages pointing to the ranked website

                            dofollowinteger

number of dofollow links

                            backlinksinteger

total number of backlinks
the total number of backlinks, including dofollow and nofollow links

                            time_updatestring

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

                        rank_infoobject

page and domain rank information

                            page_rankinteger

page rank
page_rank is calculated based on the method for node ranking in a linked database - a principle used in the original Google PageRank algorithm;
learn more about the metric and how it is calculated in this help center article

                            main_domain_rankinteger

main domain rank
main_domain_rank is calculated based on the method for node ranking in a linked database - a principle used in the original Google PageRank algorithm
learn more about the metric and how it is calculated in this help center article

                    paidobject

‘paid’ element in SERP

                        typestring

type of element = 'paid'

                        rank_groupinteger

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

                        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

                        descriptionstring

description of the results element in SERP

                        breadcrumbstring

breadcrumb of the Ad element in SERP

                        urlstring

relevant URL of the Ad element in SERP

                        highlightedarray

words highlighted in bold within the results description

                        extraarray

additional information about the result

                        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 = 'ad_link_element'

                            titlestring

title of the link element

                            descriptionstring

description of the results element in SERP

                            urlstring

URL link

                        main_domainstring

primary domain name in SERP

                        relative_urlstring

relative URL in SERP

                        etvfloat

estimated traffic volume
estimated organic monthly traffic to the domain;
calculated as the product of CTR (click-through-rate) and search volume values of the returned keyword
learn more about how the metric is calculated in this help center article

                        estimated_paid_traffic_costfloat

estimated cost of paid monthly search traffic
represents the estimated cost of paid monthly traffic (USD) based on etv and cpc values
learn more about how the metric is calculated in this help center article

                        clickstream_etvinteger

estimated traffic volume based on clickstream data
calculated as the product of click-through-rate and clickstream search volume values of all keywords the page ranks for
to retrieve results for this field, the parameter include_clickstream_data must be set to true
learn more about how the metric is calculated in this help center article

                        rank_changesobject

changes in rankings
contains information about the ranking changes of the SERP element since the previous_updated_time

                            previous_rank_absoluteinteger

previous absolute rank in SERP
indicates previous rank of the element in Google SERP;
if this element is new, the value will be null

                            is_newboolean

element was previously present in SERP
if the value is true, previously collected SERP didn't contain this element

                            is_upboolean

rank of this element went up
if the value is true, position of the element in SERP is higher compared to the previous check

                            is_downboolean

rank of this element went down
if the value is true, position of the element in SERP is lower compared to the previous check

                        backlinks_infoobject

backlinks information for the ranked website

                            referring_domainsinteger

number of referring domains
referring domains include subdomains that are counted as separate domains for this metric

                            referring_main_domainsinteger

number of referring main domains

                            referring_pagesinteger

number of pages pointing to the ranked website

                            dofollowinteger

number of dofollow links

                            backlinksinteger

total number of backlinks
the total number of backlinks, including dofollow and nofollow links

                            time_updatestring

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

                        rank_infoobject

page and domain rank information

                            page_rankinteger

page rank
page_rank is calculated based on the method for node ranking in a linked database - a principle used in the original Google PageRank algorithm;
learn more about the metric and how it is calculated in this help center article

                            main_domain_rankinteger

main domain rank
main_domain_rank is calculated based on the method for node ranking in a linked database - a principle used in the original Google PageRank algorithm
learn more about the metric and how it is calculated in this help center article

                    local_packobject

‘local_pack’ element in SERP

                        typestring

type of element = 'local_pack'

                        rank_groupinteger

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

                        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

                        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

                            rating_typestring

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

                            valueinteger

the value of the rating

                            votes_countinteger

the amount of feedback

                            rating_maxinteger

the maximum value for a rating_type

                        main_domainstring

primary domain name in SERP

                        relative_urlstring

relative URL in SERP

                        etvfloat

estimated traffic volume
estimated organic monthly traffic to the domain;
calculated as the product of CTR (click-through-rate) and search volume values of the returned keyword
learn more about how the metric is calculated in this help center article

                        estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for the returned keyword;
the metric is calculated as the product of organic etv and paid cpc values and indicates the cost of driving the estimated volume of monthly organic traffic through PPC advertising in Google Search
learn more about how the metric is calculated in this help center article

                        clickstream_etvinteger

estimated traffic volume based on clickstream data
calculated as the product of click-through-rate and clickstream search volume values of all keywords the page ranks for
to retrieve results for this field, the parameter include_clickstream_data must be set to true
learn more about how the metric is calculated in this help center article

                        rank_changesobject

changes in rankings
contains information about the ranking changes of the SERP element since the previous_updated_time

                            previous_rank_absoluteinteger

previous absolute rank in SERP
indicates previous rank of the element in Google SERP;
if this element is new, the value will be null

                            is_newboolean

element was previously present in SERP
if the value is true, previously collected SERP didn't contain this element

                            is_upboolean

rank of this element went up
if the value is true, position of the element in SERP is higher compared to the previous check

                            is_downboolean

rank of this element went down
if the value is true, position of the element in SERP is lower compared to the previous check

                        backlinks_infoobject

backlinks information for the ranked website

                            referring_domainsinteger

number of referring domains
referring domains include subdomains that are counted as separate domains for this metric

                            referring_main_domainsinteger

number of referring main domains

                            referring_pagesinteger

number of pages pointing to the ranked website

                            dofollowinteger

number of dofollow links

                            backlinksinteger

total number of backlinks
the total number of backlinks, including dofollow and nofollow links

                            time_updatestring

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

                        rank_infoobject

page and domain rank information

                            page_rankinteger

page rank
page_rank is calculated based on the method for node ranking in a linked database - a principle used in the original Google PageRank algorithm;
learn more about the metric and how it is calculated in this help center article

                            main_domain_rankinteger

main domain rank
main_domain_rank is calculated based on the method for node ranking in a linked database - a principle used in the original Google PageRank algorithm
learn more about the metric and how it is calculated in this help center article

                    featured_snippetobject

‘featured_snippet’ element in SERP

                        typestring

type of element = 'featured_snippet'

                        rank_groupinteger

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

                        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

                        urlstring

relevant URL

                        tablearray

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

                        about_this_resultobject

contains information from the 'About this result' panel
'About this result' panel provides additional context about why Google returned this result for the given query;
this feature appears after clicking on the three dots next to most results

                            typestring

type of element = 'about_this_result_element'

                            urlstring

result's URL

                            sourcestring

source of additional information about the result

                            source_infostring

additional information about the result
description of the website from Wikipedia or another additional context

                            source_urlstring

URL to full information from the source

                            languagestring

the language of the result

                            locationstring

location for which the result is relevant

                            search_termsarray

matching search terms that appear in the result

                            related_termsarray

related search terms that appear in the result

                            main_domainstring

primary domain name in SERP

                            relative_urlstring

relative URL in SERP

                            etvfloat

estimated traffic volume
estimated organic monthly traffic to the domain;
calculated as the product of CTR (click-through-rate) and search volume values of the returned keyword
learn more about how the metric is calculated in this help center article

                            estimated_paid_traffic_costobject

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for the returned keyword;
the metric is calculated as the product of organic etv and paid cpc values and indicates the cost of driving the estimated volume of monthly organic traffic through PPC advertising in Google Search
learn more about how the metric is calculated in this help center article

                                clickstream_etvinteger

estimated traffic volume based on clickstream data
calculated as the product of click-through-rate and clickstream search volume values of all keywords the page ranks for
to retrieve results for this field, the parameter include_clickstream_data must be set to true
learn more about how the metric is calculated in this help center article

                                rank_changesobject

changes in rankings
contains information about the ranking changes of the SERP element since the previous_updated_time

                                    previous_rank_absoluteinteger

previous absolute rank in SERP
indicates previous rank of the element in Google SERP;
if this element is new, the value will be null

                                    is_newboolean

element was previously present in SERP
if the value is true, previously collected SERP didn't contain this element

                                    is_upboolean

rank of this element went up
if the value is true, position of the element in SERP is higher compared to the previous check

                                    is_downboolean

rank of this element went down
if the value is true, position of the element in SERP is lower compared to the previous check

                                backlinks_infoobject

backlinks information for the ranked website

                                    referring_domainsinteger

number of referring domains
referring domains include subdomains that are counted as separate domains for this metric

                                    referring_main_domainsinteger

number of referring main domains

                                    referring_pagesinteger

number of pages pointing to the ranked website

                                    dofollowinteger

number of dofollow links

                                    backlinksinteger

total number of backlinks
the total number of backlinks, including dofollow and nofollow links

                                    time_updatestring

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

                                rank_infoobject

page and domain rank information

                                    page_rankinteger

page rank
page_rank is calculated based on the method for node ranking in a linked database - a principle used in the original Google PageRank algorithm;
learn more about the metric and how it is calculated in this help center article

                                    main_domain_rankinteger

main domain rank
main_domain_rank is calculated based on the method for node ranking in a linked database - a principle used in the original Google PageRank algorithm
learn more about the metric and how it is calculated in this help center article


‌‌

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/dataforseo_labs/google/page_intersection/live" 
--header "Authorization: Basic ${cred}"  
--header "Content-Type: application/json" 
--data-raw '[
    {
        "pages": {
            "1": "https://forbes.com",
            "2": "https://cnn.com/*"
        },
        "language_name": "English",
        "location_code": 2840,
        "include_serp_info": true,
        "limit": 3
    }
]'
<?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/';
// Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
$client = new RestClient($api_url, null, 'login', 'password');

$post_array = array();
// simple way to set a task
$post_array[] = array(
	"pages" => [
		"1" => "https://dataforseo.com/*",
		"2" => "https://ahrefs.com/*"
	],
	"language_name" => "English",
	"location_code" => 2840,
	"limit" => 3
);
try {
   // POST /v3/dataforseo_labs/google/page_intersection/live
   $result = $client->post('/v3/dataforseo_labs/google/page_intersection/live', $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 post_array = [];

post_array.push({
  "pages": {
    "1": "https://dataforseo.com/*",
    "2": "https://ahrefs.com/*"
  },
  "language_name": "English",
  "location_code": 2840,
  "limit": 3
});

const axios = require('axios');

axios({
  method: 'post',
  url: 'https://api.dataforseo.com/v3/dataforseo_labs/google/page_intersection/live',
  auth: {
    username: 'login',
    password: 'password'
  },
  data: post_array,
  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()
# simple way to set a task
post_data[len(post_data)] = dict(
    pages={
        "1":"https://dataforseo.com/*", 
        "2":"https://ahrefs.com/*"
    },
    location_name="United States",
    language_name="English",
    limit=3
)
# POST /v3/dataforseo_labs/google/page_intersection/live
response = client.post("/v3/dataforseo_labs/google/page_intersection/live", 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.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;

namespace DataForSeoDemos
{
    public static partial class Demos
    {
        public static async Task dataforseo_labs_google_page_intersection_live()
        {
            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>();
            postData.Add(new
            {
                pages = new Dictionary<string, string>
                {
                  { "1", "https://dataforseo.com/*" },
                  { "2", "https://ahrefs.com/*" }
                },
                location_name = "United States",
                language_name = "English",
                limit = 3
            });
            // POST /v3/dataforseo_labs/google/page_intersection/live
            // the full list of possible parameters is available in documentation
            Console.WriteLine(JsonConvert.SerializeObject(postData));
            Console.ReadKey();
            var taskPostResponse = await httpClient.PostAsync("/v3/dataforseo_labs/google/page_intersection/live", 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.20240801",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "27.7362 sec.",
  "cost": 0.0103,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "08221835-1535-0390-0000-fd034a1d6e2b",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "27.6933 sec.",
      "cost": 0.0103,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "page_intersection",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "page_intersection",
        "se_type": "google",
        "pages": {
          "1": "https://forbes.com",
          "2": "https://cnn.com/*"
        },
        "language_name": "English",
        "location_code": 2840,
        "include_serp_info": true,
        "limit": 3
      },
      "result": [
        {
          "se_type": "google",
          "pages": {
            "1": "https://forbes.com",
            "2": "https://cnn.com/*"
          },
          "exclude_pages": null,
          "location_code": 2840,
          "language_code": "en",
          "total_count": 2148,
          "items_count": 3,
          "items": [
            {
              "se_type": "google",
              "keyword_data": {
                "se_type": "google",
                "keyword": "is",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "google",
                  "last_updated_time": "2024-08-09 13:04:30 +00:00",
                  "competition": null,
                  "competition_level": "LOW",
                  "cpc": 0.07000000029802322,
                  "search_volume": 550000,
                  "low_top_of_page_bid": null,
                  "high_top_of_page_bid": null,
                  "categories": [
                    10002,
                    10011,
                    10030,
                    10085,
                    10236,
                    10470,
                    11028,
                    12334
                  ],
                  "monthly_searches": [
                    {
                      "year": 2024,
                      "month": 7,
                      "search_volume": 550000
                    },
                    {
                      "year": 2024,
                      "month": 6,
                      "search_volume": 550000
                    },
                    {
                      "year": 2024,
                      "month": 5,
                      "search_volume": 550000
                    },
                    {
                      "year": 2024,
                      "month": 4,
                      "search_volume": 550000
                    },
                    {
                      "year": 2024,
                      "month": 3,
                      "search_volume": 550000
                    },
                    {
                      "year": 2024,
                      "month": 2,
                      "search_volume": 550000
                    },
                    {
                      "year": 2024,
                      "month": 1,
                      "search_volume": 550000
                    },
                    {
                      "year": 2023,
                      "month": 12,
                      "search_volume": 550000
                    },
                    {
                      "year": 2023,
                      "month": 11,
                      "search_volume": 550000
                    },
                    {
                      "year": 2023,
                      "month": 10,
                      "search_volume": 550000
                    },
                    {
                      "year": 2023,
                      "month": 9,
                      "search_volume": 450000
                    },
                    {
                      "year": 2023,
                      "month": 8,
                      "search_volume": 450000
                    }
                  ],
                  "search_volume_trend": {
                    "monthly": 22,
                    "quarterly": 22,
                    "yearly": 0
                  }
                },
                "clickstream_keyword_info": null,
                "keyword_properties": {
                  "se_type": "google",
                  "core_keyword": "i's",
                  "synonym_clustering_algorithm": "text_processing",
                  "keyword_difficulty": 64,
                  "detected_language": "en",
                  "is_another_language": false
                },
                "serp_info": {
                  "se_type": "google",
                  "check_url": "https://www.google.com/search?q=is&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&glp=1&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                  "serp_item_types": [
                    "people_also_ask",
                    "organic",
                    "images"
                  ],
                  "se_results_count": 25270000000,
                  "last_updated_time": "2024-08-04 11:27:40 +00:00",
                  "previous_updated_time": "2024-06-22 20:57:08 +00:00"
                },
                "avg_backlinks_info": {
                  "se_type": "google",
                  "backlinks": 1185.800048828125,
                  "dofollow": 800.2000122070312,
                  "referring_pages": 1063.300048828125,
                  "referring_domains": 235.6999969482422,
                  "referring_main_domains": 195.60000610351562,
                  "rank": 260.8999938964844,
                  "main_domain_rank": 732.5999755859375,
                  "last_updated_time": "2024-08-04 11:28:27 +00:00"
                },
                "search_intent_info": {
                  "se_type": "google",
                  "main_intent": "informational",
                  "foreign_intent": null,
                  "last_updated_time": "2023-03-03 15:18:56 +00:00"
                },
                "keyword_info_normalized_with_bing": null,
                "keyword_info_normalized_with_clickstream": null
              },
              "intersection_result": {
                "1": {
                  "se_type": "google",
                  "type": "organic",
                  "rank_group": 64,
                  "rank_absolute": 66,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[3]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[66]/div[1]",
                  "domain": "www.forbes.com",
                  "title": "Forbes",
                  "url": "https://www.forbes.com/",
                  "breadcrumb": "https://www.forbes.com",
                  "website_name": "Forbes",
                  "is_image": false,
                  "is_video": false,
                  "is_featured_snippet": false,
                  "is_malicious": false,
                  "description": "Forbes is a global media company, focusing on business, investing, technology, entrepreneurship, leadership, and lifestyle.",
                  "pre_snippet": null,
                  "extended_snippet": null,
                  "amp_version": false,
                  "rating": null,
                  "highlighted": [
                    "is"
                  ],
                  "links": null,
                  "about_this_result": null,
                  "main_domain": "forbes.com",
                  "relative_url": "/",
                  "etv": 1155,
                  "estimated_paid_traffic_cost": 80.8499984741211,
                  "clickstream_etv": null,
                  "rank_changes": {
                    "previous_rank_absolute": null,
                    "is_new": true,
                    "is_up": false,
                    "is_down": false
                  },
                  "backlinks_info": {
                    "referring_domains": 37091,
                    "referring_main_domains": 33979,
                    "referring_pages": 633155,
                    "dofollow": 576977,
                    "backlinks": 761812,
                    "time_update": "2024-08-10 00:39:02 +00:00"
                  },
                  "rank_info": {
                    "page_rank": 745,
                    "main_domain_rank": 666
                  }
                },
                "2": {
                  "se_type": "google",
                  "type": "organic",
                  "rank_group": 43,
                  "rank_absolute": 45,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[3]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[45]/div[1]",
                  "domain": "www.cnn.com",
                  "title": "CNN: Breaking News, Latest News and Videos",
                  "url": "https://www.cnn.com/",
                  "breadcrumb": "https://www.cnn.com",
                  "website_name": "CNN",
                  "is_image": false,
                  "is_video": false,
                  "is_featured_snippet": false,
                  "is_malicious": false,
                  "description": "The Minnesota governor is one of the top candidates who are expect to have final interviews on joining the Democratic ticket · Trump says he'll debate Harris on ...",
                  "pre_snippet": null,
                  "extended_snippet": null,
                  "amp_version": false,
                  "rating": null,
                  "highlighted": [
                    "is"
                  ],
                  "links": null,
                  "about_this_result": null,
                  "main_domain": "cnn.com",
                  "relative_url": "/",
                  "etv": 1155,
                  "estimated_paid_traffic_cost": 80.8499984741211,
                  "clickstream_etv": null,
                  "rank_changes": {
                    "previous_rank_absolute": 75,
                    "is_new": false,
                    "is_up": true,
                    "is_down": false
                  },
                  "backlinks_info": {
                    "referring_domains": 23247,
                    "referring_main_domains": 20840,
                    "referring_pages": 2455129,
                    "dofollow": 879685,
                    "backlinks": 3637943,
                    "time_update": "2024-08-09 05:10:53 +00:00"
                  },
                  "rank_info": {
                    "page_rank": 800,
                    "main_domain_rank": 680
                  }
                }
              }
            },
            {
              "se_type": "google",
              "keyword_data": {
                "se_type": "google",
                "keyword": "newsletter weekly",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "google",
                  "last_updated_time": "2024-08-13 02:48:16 +00:00",
                  "competition": 0.009999999776482582,
                  "competition_level": "LOW",
                  "cpc": 4.949999809265137,
                  "search_volume": 246000,
                  "low_top_of_page_bid": 1.690000057220459,
                  "high_top_of_page_bid": 6.329999923706055,
                  "categories": [
                    10004,
                    10007,
                    10019,
                    10168,
                    10276,
                    10885,
                    11088,
                    11101,
                    13094,
                    13418
                  ],
                  "monthly_searches": [
                    {
                      "year": 2024,
                      "month": 7,
                      "search_volume": 301000
                    },
                    {
                      "year": 2024,
                      "month": 6,
                      "search_volume": 246000
                    },
                    {
                      "year": 2024,
                      "month": 5,
                      "search_volume": 246000
                    },
                    {
                      "year": 2024,
                      "month": 4,
                      "search_volume": 246000
                    },
                    {
                      "year": 2024,
                      "month": 3,
                      "search_volume": 246000
                    },
                    {
                      "year": 2024,
                      "month": 2,
                      "search_volume": 201000
                    },
                    {
                      "year": 2024,
                      "month": 1,
                      "search_volume": 246000
                    },
                    {
                      "year": 2023,
                      "month": 12,
                      "search_volume": 201000
                    },
                    {
                      "year": 2023,
                      "month": 11,
                      "search_volume": 201000
                    },
                    {
                      "year": 2023,
                      "month": 10,
                      "search_volume": 246000
                    },
                    {
                      "year": 2023,
                      "month": 9,
                      "search_volume": 201000
                    },
                    {
                      "year": 2023,
                      "month": 8,
                      "search_volume": 201000
                    }
                  ],
                  "search_volume_trend": {
                    "monthly": 22,
                    "quarterly": 22,
                    "yearly": 0
                  }
                },
                "clickstream_keyword_info": null,
                "keyword_properties": {
                  "se_type": "google",
                  "core_keyword": "weekly newsletter",
                  "synonym_clustering_algorithm": "text_processing",
                  "keyword_difficulty": 49,
                  "detected_language": "en",
                  "is_another_language": false
                },
                "serp_info": {
                  "se_type": "google",
                  "check_url": "https://www.google.com/search?q=newsletter%20weekly&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&glp=1&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                  "serp_item_types": [
                    "organic",
                    "people_also_ask",
                    "images",
                    "video"
                  ],
                  "se_results_count": 3280000000,
                  "last_updated_time": "2024-07-15 00:44:36 +00:00",
                  "previous_updated_time": "2024-03-06 03:28:52 +00:00"
                },
                "avg_backlinks_info": {
                  "se_type": "google",
                  "backlinks": 7445.39990234375,
                  "dofollow": 6830.10009765625,
                  "referring_pages": 6924.10009765625,
                  "referring_domains": 184.8000030517578,
                  "referring_main_domains": 174.1999969482422,
                  "rank": 267.3999938964844,
                  "main_domain_rank": 550.2000122070312,
                  "last_updated_time": "2024-07-15 00:44:41 +00:00"
                },
                "search_intent_info": {
                  "se_type": "google",
                  "main_intent": "navigational",
                  "foreign_intent": [
                    "commercial"
                  ],
                  "last_updated_time": "2023-03-07 06:41:59 +00:00"
                },
                "keyword_info_normalized_with_bing": null,
                "keyword_info_normalized_with_clickstream": null
              },
              "intersection_result": {
                "1": {
                  "se_type": "google",
                  "type": "organic",
                  "rank_group": 10,
                  "rank_absolute": 11,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[4]/div[1]/div[13]/div[1]/div[2]/div[2]/div[1]/div[1]/div[12]/div[1]",
                  "domain": "account.forbes.com",
                  "title": "Forbes Newsletters",
                  "url": "https://account.forbes.com/",
                  "breadcrumb": "https://account.forbes.com",
                  "website_name": "Forbes",
                  "is_image": false,
                  "is_video": false,
                  "is_featured_snippet": false,
                  "is_malicious": false,
                  "description": "SENT WEEKDAYS. A daily newsletter for traders, investors and the crypto-curious that will keep you ahead of the market.",
                  "pre_snippet": null,
                  "extended_snippet": null,
                  "amp_version": false,
                  "rating": null,
                  "highlighted": [
                    "daily newsletter"
                  ],
                  "links": null,
                  "about_this_result": null,
                  "main_domain": "forbes.com",
                  "relative_url": "/",
                  "etv": 2779.800048828125,
                  "estimated_paid_traffic_cost": 13760.009765625,
                  "clickstream_etv": null,
                  "rank_changes": {
                    "previous_rank_absolute": 68,
                    "is_new": false,
                    "is_up": true,
                    "is_down": false
                  },
                  "backlinks_info": {
                    "referring_domains": 231,
                    "referring_main_domains": 224,
                    "referring_pages": 1166,
                    "dofollow": 957,
                    "backlinks": 1190,
                    "time_update": "2024-08-09 16:16:18 +00:00"
                  },
                  "rank_info": {
                    "page_rank": 498,
                    "main_domain_rank": 664
                  }
                },
                "2": {
                  "se_type": "google",
                  "type": "organic",
                  "rank_group": 5,
                  "rank_absolute": 6,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[4]/div[1]/div[13]/div[1]/div[2]/div[2]/div[1]/div[1]/div[7]/div[1]",
                  "domain": "www.cnn.com",
                  "title": "CNN newsletters: Subscribe for news, lifestyle, markets info ...",
                  "url": "https://www.cnn.com/newsletters",
                  "breadcrumb": "https://www.cnn.com › newsletters",
                  "website_name": "CNN",
                  "is_image": false,
                  "is_video": false,
                  "is_featured_snippet": false,
                  "is_malicious": false,
                  "description": "CNN's newsletters cover a variety of topics, from daily news to lifestyle content, markets info to medical news. Subscribe to get the latest information ...",
                  "pre_snippet": null,
                  "extended_snippet": null,
                  "amp_version": false,
                  "rating": null,
                  "highlighted": [
                    "daily news"
                  ],
                  "links": null,
                  "about_this_result": null,
                  "main_domain": "cnn.com",
                  "relative_url": "/newsletters",
                  "etv": 11537.400390625,
                  "estimated_paid_traffic_cost": 57110.12890625,
                  "clickstream_etv": null,
                  "rank_changes": {
                    "previous_rank_absolute": 6,
                    "is_new": false,
                    "is_up": false,
                    "is_down": false
                  },
                  "backlinks_info": {
                    "referring_domains": 319,
                    "referring_main_domains": 303,
                    "referring_pages": 2605,
                    "dofollow": 2404,
                    "backlinks": 2699,
                    "time_update": "2024-08-09 02:36:56 +00:00"
                  },
                  "rank_info": {
                    "page_rank": 431,
                    "main_domain_rank": 680
                  }
                }
              }
            },
            {
              "se_type": "google",
              "keyword_data": {
                "se_type": "google",
                "keyword": "newspapers google",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "google",
                  "last_updated_time": "2024-08-11 07:08:28 +00:00",
                  "competition": null,
                  "competition_level": "LOW",
                  "cpc": 2.9000000953674316,
                  "search_volume": 201000,
                  "low_top_of_page_bid": 1.4600000381469727,
                  "high_top_of_page_bid": 5.269999980926514,
                  "categories": [
                    10108,
                    13647,
                    13700
                  ],
                  "monthly_searches": [
                    {
                      "year": 2024,
                      "month": 7,
                      "search_volume": 201000
                    },
                    {
                      "year": 2024,
                      "month": 6,
                      "search_volume": 165000
                    },
                    {
                      "year": 2024,
                      "month": 5,
                      "search_volume": 201000
                    },
                    {
                      "year": 2024,
                      "month": 4,
                      "search_volume": 165000
                    },
                    {
                      "year": 2024,
                      "month": 3,
                      "search_volume": 165000
                    },
                    {
                      "year": 2024,
                      "month": 2,
                      "search_volume": 165000
                    },
                    {
                      "year": 2024,
                      "month": 1,
                      "search_volume": 201000
                    },
                    {
                      "year": 2023,
                      "month": 12,
                      "search_volume": 165000
                    },
                    {
                      "year": 2023,
                      "month": 11,
                      "search_volume": 165000
                    },
                    {
                      "year": 2023,
                      "month": 10,
                      "search_volume": 201000
                    },
                    {
                      "year": 2023,
                      "month": 9,
                      "search_volume": 165000
                    },
                    {
                      "year": 2023,
                      "month": 8,
                      "search_volume": 201000
                    }
                  ],
                  "search_volume_trend": {
                    "monthly": 22,
                    "quarterly": 22,
                    "yearly": 0
                  }
                },
                "clickstream_keyword_info": null,
                "keyword_properties": {
                  "se_type": "google",
                  "core_keyword": "google newspapers",
                  "synonym_clustering_algorithm": "text_processing",
                  "keyword_difficulty": 20,
                  "detected_language": "en",
                  "is_another_language": false
                },
                "serp_info": {
                  "se_type": "google",
                  "check_url": "https://www.google.com/search?q=newspapers%20google&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&glp=1&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                  "serp_item_types": [
                    "organic",
                    "people_also_ask",
                    "related_searches"
                  ],
                  "se_results_count": 714000000,
                  "last_updated_time": "2024-07-15 00:44:41 +00:00",
                  "previous_updated_time": "2024-05-29 03:26:36 +00:00"
                },
                "avg_backlinks_info": {
                  "se_type": "google",
                  "backlinks": 486667.90625,
                  "dofollow": 159841.90625,
                  "referring_pages": 241250.5,
                  "referring_domains": 2511.10009765625,
                  "referring_main_domains": 2342.60009765625,
                  "rank": 184.39999389648438,
                  "main_domain_rank": 731.5,
                  "last_updated_time": "2024-07-15 00:44:44 +00:00"
                },
                "search_intent_info": {
                  "se_type": "google",
                  "main_intent": "navigational",
                  "foreign_intent": null,
                  "last_updated_time": "2023-03-07 06:42:20 +00:00"
                },
                "keyword_info_normalized_with_bing": null,
                "keyword_info_normalized_with_clickstream": null
              },
              "intersection_result": {
                "1": {
                  "se_type": "google",
                  "type": "organic",
                  "rank_group": 78,
                  "rank_absolute": 79,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[3]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[78]/div[1]",
                  "domain": "www.forbes.com",
                  "title": "Forbes",
                  "url": "https://www.forbes.com/",
                  "breadcrumb": "https://www.forbes.com",
                  "website_name": "Forbes",
                  "is_image": false,
                  "is_video": false,
                  "is_featured_snippet": false,
                  "is_malicious": false,
                  "description": "Forbes is a global media company, focusing on business, investing, technology, entrepreneurship, leadership, and lifestyle.",
                  "pre_snippet": "3 hours ago",
                  "extended_snippet": null,
                  "amp_version": false,
                  "rating": null,
                  "highlighted": null,
                  "links": null,
                  "about_this_result": null,
                  "main_domain": "forbes.com",
                  "relative_url": "/",
                  "etv": 422.1000061035156,
                  "estimated_paid_traffic_cost": 1224.0899658203125,
                  "clickstream_etv": null,
                  "rank_changes": {
                    "previous_rank_absolute": null,
                    "is_new": true,
                    "is_up": false,
                    "is_down": false
                  },
                  "backlinks_info": {
                    "referring_domains": 37091,
                    "referring_main_domains": 33979,
                    "referring_pages": 633155,
                    "dofollow": 576977,
                    "backlinks": 761812,
                    "time_update": "2024-08-10 00:39:02 +00:00"
                  },
                  "rank_info": {
                    "page_rank": 742,
                    "main_domain_rank": 664
                  }
                },
                "2": {
                  "se_type": "google",
                  "type": "organic",
                  "rank_group": 51,
                  "rank_absolute": 52,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[3]/div[1]/div[12]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[51]/div[1]",
                  "domain": "www.cnn.com",
                  "title": "CNN: Breaking News, Latest News and Videos",
                  "url": "https://www.cnn.com/",
                  "breadcrumb": "https://www.cnn.com",
                  "website_name": "CNN",
                  "is_image": false,
                  "is_video": false,
                  "is_featured_snippet": false,
                  "is_malicious": false,
                  "description": "View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.",
                  "pre_snippet": null,
                  "extended_snippet": null,
                  "amp_version": false,
                  "rating": null,
                  "highlighted": null,
                  "links": null,
                  "about_this_result": null,
                  "main_domain": "cnn.com",
                  "relative_url": "/",
                  "etv": 422.1000061035156,
                  "estimated_paid_traffic_cost": 1224.0899658203125,
                  "clickstream_etv": null,
                  "rank_changes": {
                    "previous_rank_absolute": 77,
                    "is_new": false,
                    "is_up": true,
                    "is_down": false
                  },
                  "backlinks_info": {
                    "referring_domains": 23247,
                    "referring_main_domains": 20840,
                    "referring_pages": 2455129,
                    "dofollow": 879685,
                    "backlinks": 3637943,
                    "time_update": "2024-08-09 05:10:53 +00:00"
                  },
                  "rank_info": {
                    "page_rank": 799,
                    "main_domain_rank": 680
                  }
                }
              }
            }
          ]
        }
      ]
    }
  ]
}