Competitors Domain


This endpoint will provide you with a full overview of ranking and traffic data of the competitor domains from organic and paid search. In addition to that, you will get the metrics specific to the keywords both competitor domains and your domain rank for within the same SERP.

Data updates: data is updated weekly, the latest update time is available in the Status endpoint.

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, filter 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
targetstring

domain
required field
the domain name of the target website
the domain should be specified without https:// and www.
you can specify page URL, but the results will be specific to the domain in the specified URL

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

display results by item type
optional field
indicates the type of search results included in the response

Note: if the item_types array contains item types that are different from organic, the results will be ordered by the first item type in the array; you will not be able to sort and filter results by the types of search results not included in the response;

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

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_etv, clickstream_genderdistribution, andclickstream_age_distribution_fields with clickstream data 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 articlen

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
example:
["metrics.organic.count",">",50]

[[["metrics.organic.count",">=",50],"and",["metrics.organic.pos_1","in",[1,5]]],
"or",
["metrics.organic.etv",">=","100"]]

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 specify a sorting type
example:
["metrics.paid.etv,asc"]
Note: you can set no more than three sorting rules in a single request
you should use a comma to separate several sorting rules
example:
["metrics.organic.etv,desc","metrics.paid.count,asc"]

default rule:
["metrics.organic.count,desc"]
Note: if the item_types array contains item types that are different from organic, the results will be ordered by the first item type in the array

limitinteger

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

offsetinteger

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

max_rank_groupinteger

maximum rank up to which competitors will be considered
optional field
default value: 100

if you specify 10 here, we will extract competitors from the top 10 Google search results only

exclude_top_domainsboolean

indicates whether to exclude world's largest websites
optional field
default value: false
set to true if you want to get highly-relevant competitors excluding the websites listed below:

wikipedia.org
pinterest.com
amazon.com
google.com
facebook.com
wordpress.com
medium.com
quora.com
reddit.com
youtube.com
ebay.com
uol.com.br
instagram.com
olx.com
twitter.com
linkedin.com
slideshare.net

exclude_domainsarray

exclude domains from the results
optional field
use this parameter to exclude specific domains from the results
Note: you can specify up to 1000 domains in this array

example:
"exclude_domains": [
"reddit.com",
"youtube.com"
]

intersecting_domainsarray

additional domains for improving results accuracy
optional field
to improve the accuracy of the result, you can specify domains that are known to intersect with the target in SERPs;
if you use this array, metrics in the result will be based on SERPs where both target website and intersecting_domains appear;
Note: you can specify up to 20 domains in this array

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: falsen

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

        targetstring

target domain in a POST array

        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 data related to the target and competitor domains

            se_typestring

search engine type

            domainstring

domain name

            avg_positionfloat

average position of the domain in SERP
Note: average position is calculated for intersected keywords only;
the value for a given domain may differ when combined with different target websites

            sum_positioninteger

sum of all domain positions in SERP
Note: average position is calculated for intersected keywords only;
the value for a given domain may differ when combined with different target websites

            intersectionsinteger

number of intersecting keywords

            full_domain_metricsobject

metrics for all keywords of the domain
full overview of ranking and traffic data relevant to all keywords that the provided domain is ranking for

                organicobject

ranking and traffic data from organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in organic results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in organic results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in organic results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in organic results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in organic results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in organic results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in organic results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in organic results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in organic results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in organic results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in organic results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in organic results

                    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 all keywords the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                paidobject

ranking and traffic data from paid search

                    pos_1integer

number of SERPs where the domain ranks #1 in paid results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in paid results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in paid results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in paid results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in paid results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in paid results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in paid results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in paid results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in paid results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in paid results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in paid results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in paid results

                    etvfloat

estimated traffic volume
estimated paid monthly traffic to the domain
calculated as the product of CTR (click-through-rate) and search volume values of all keywords the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of paid SERPs that contain the domain

                    estimated_paid_traffic_costfloat

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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                local_packobject

ranking and traffic data from local pack results in organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in local pack results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in local pack results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in local pack results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in local pack results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in local pack results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in local pack results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in local pack results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in local pack results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in local pack results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in local pack results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in local pack results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in local pack results

                    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 all keywords the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                featured_snippetobject

ranking and traffic data from featured snippet results in organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in featured snippet results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in featured snippet results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in featured snippet results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in featured snippet results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in featured snippet results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in featured snippet results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in featured snippet results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in featured snippet results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in featured snippet results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in featured snippet results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in featured snippet results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in featured snippet results

                    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 all keywords the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

            metricsobject

metrics for intersecting keywords
ranking and traffic data relevant to the keywords that the provided domain shares with the target domain
note: in this array ranking and traffic data is provided for the target considering the keywords target shares in search with the competitor's domain

                organicobject

ranking and traffic data from organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in organic results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in organic results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in organic results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in organic results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in organic results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in organic results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in organic results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in organic results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in organic results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in organic results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in organic results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in organic results

                    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 all keywords in the category that the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords in the category that a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                paidobject

ranking and traffic data from paid search

                    pos_1integer

number of SERPs where the domain ranks #1 in paid results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in paid results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in paid results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in paid results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in paid results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in paid results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in paid results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in paid results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in paid results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in paid results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in paid results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in paid results

                    etvfloat

estimated traffic volume
estimated paid monthly traffic to the domain
calculated as the product of CTR (click-through-rate) and search volume values of all keywords in the category that the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of paid SERPs that contain the domain

                    estimated_paid_traffic_costfloat

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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                local_packobject

ranking and traffic data from local pack results in organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in local pack results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in local pack results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in local pack results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in local pack results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in local pack results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in local pack results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in local pack results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in local pack results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in local pack results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in local pack results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in local pack results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in local pack results

                    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 all keywords in the category that the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords in the category that a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                featured_snippetobject

ranking and traffic data from featured snippet results in organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in featured snippet results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in featured snippet results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in featured snippet results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in featured snippet results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in featured snippet results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in featured snippet results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in featured snippet results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in featured snippet results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in featured snippet results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in featured snippet results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in featured snippet results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in featured snippet results

                    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 all keywords in the category that the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords in the category that a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

            competitor_metricsobject

metrics for intersecting keywords
ranking and traffic data relevant to the keywords that the provided domain shares with the target domain
note: in this array ranking and traffic data is provided for the returned competitor's domain

                organicobject

ranking and traffic data from organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in organic results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in organic results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in organic results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in organic results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in organic results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in organic results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in organic results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in organic results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in organic results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in organic results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in organic results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in organic results

                    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 all keywords in the category that the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords in the category that a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                paidobject

ranking and traffic data from paid search

                    pos_1integer

number of SERPs where the domain ranks #1 in paid results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in paid results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in paid results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in paid results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in paid results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in paid results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in paid results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in paid results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in paid results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in paid results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in paid results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in paid results

                    etvfloat

estimated traffic volume
estimated paid monthly traffic to the domain
calculated as the product of CTR (click-through-rate) and search volume values of all keywords in the category that the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of paid SERPs that contain the domain

                    estimated_paid_traffic_costfloat

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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                local_packobject

ranking and traffic data from local pack results in organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in local pack results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in local pack results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in local pack results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in local pack results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in local pack results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in local pack results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in local pack results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in local pack results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in local pack results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in local pack results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in local pack results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in local pack results

                    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 all keywords in the category that the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords in the category that a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_age_distributionobject

distribution of clickstream-based metrics by age
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

                        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

                featured_snippetobject

ranking and traffic data from featured snippet results in organic search

                    pos_1integer

number of SERPs where the domain ranks #1 in featured snippet results

                    pos_2_3integer

number of SERPs where the domain ranks #2-3 in featured snippet results

                    pos_4_10integer

number of SERPs where the domain ranks #4-10 in featured snippet results

                    pos_11_20integer

number of SERPs where the domain ranks #11-20 in featured snippet results

                    pos_21_30integer

number of SERPs where the domain ranks #21-30 in featured snippet results

                    pos_31_40integer

number of SERPs where the domain ranks #31-40 in featured snippet results

                    pos_41_50integer

number of SERPs where the domain ranks #41-50 in featured snippet results

                    pos_51_60integer

number of SERPs where the domain ranks #51-60 in featured snippet results

                    pos_61_70integer

number of SERPs where the domain ranks #61-70 in featured snippet results

                    pos_71_80integer

number of SERPs where the domain ranks #71-80 in featured snippet results

                    pos_81_90integer

number of SERPs where the domain ranks #81-90 in featured snippet results

                    pos_91_100integer

number of SERPs where the domain ranks #91-100 in featured snippet results

                    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 all keywords in the category that the domain ranks for
learn more about how the metric is calculated in this help center article

                    countinteger

total count of organic SERPs that contain the domain

                    estimated_paid_traffic_costfloat

estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads (USD) for all keywords in the category that a domain ranks for
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

                    is_newinteger

number of new ranked elements
indicates how many new ranked elements were found for the indicated target

                    is_upinteger

rank went up
indicates how many ranked elements of the indicated target went up

                    is_downinteger

rank went down
indicates how many ranked elements of the indicated target went down

                    is_lostinteger

lost ranked elements
indicates how many ranked elements of the indicated target were previously presented in SERPs, but weren't found during the last check

                    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 domain 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

                    clickstream_gender_distributionobject

distribution of estimated clickstream-based metrics by gender
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

                        femaleinteger

number of female users in the relevant clickstream dataset

                        maleinteger

number of male users in the relevant clickstream dataset

                    clickstream_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


‌‌

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/competitors_domain/live" 
--header "Authorization: Basic ${cred}"  
--header "Content-Type: application/json" 
--data-raw '[
    {
        "target": "newmouth.com",
        "intersecting_domains": [
            "dentaly.org",
            "health.com",
            "trysnow.com"
        ],
        "language_name": "English",
        "location_code": 2840,
        "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(
	"target" => "newmouth.com",
	"language_name" => "English",
	"location_code" => 2840,
	"intersecting_domains" => [
		"dentaly.org",
		"health.com",
		"trysnow.com"
	],
	"filters" => [
		["metrics.organic.count", ">=", 50]
	],
	"limit" => 3
);
try {
   // POST /v3/dataforseo_labs/google/competitors_domain/live
   $result = $client->post('/v3/dataforseo_labs/google/competitors_domain/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({
  "target": "newmouth.com",
  "language_name": "English",
  "location_code": 2840,
  "intersecting_domains": [
    "dentaly.org",
    "health.com",
    "trysnow.com"
  ],
  "filters": [
    ["metrics.organic.count", ">=", 50]
  ],
  "limit": 3
});

const axios = require('axios');

axios({
  method: 'post',
  url: 'https://api.dataforseo.com/v3/dataforseo_labs/google/competitors_domain/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(
    target="newmouth.com",
    location_name="United States",
    language_name="English",
    intersecting_domains=[
        "dentaly.org",
        "health.com",
        "trysnow.com"
    ],
    filters=[
        ["metrics.organic.count", ">=", 50]
    ],
    limit=3
)
# POST /v3/dataforseo_labs/google/competitors_domain/live
response = client.post("/v3/dataforseo_labs/google/competitors_domain/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_competitors_domain_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
            {
                target = "newmouth.com",
                location_name = "United States",
                language_name = "English",
                intersecting_domains = new[]
                {
                    "dentaly.org",
                    "health.com",
                    "trysnow.com"
                },
                filters = new object[]
                {
                    new object[] { "metrics.organic.count", ">=", 50 }
                },
                limit = 3
            });
            // POST /v3/dataforseo_labs/google/competitors_domain/live
            // the full list of possible parameters is available in documentation
            var taskPostResponse = await httpClient.PostAsync("/v3/dataforseo_labs/google/competitors_domain/live", new StringContent(JsonConvert.SerializeObject(postData)));
            var result = JsonConvert.DeserializeObject(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.20240514",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.5412 sec.",
  "cost": 0.0103,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "06131935-1535-0386-0000-c491d4d998eb",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.4846 sec.",
      "cost": 0.0103,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "competitors_domain",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "competitors_domain",
        "se_type": "google",
        "target": "newmouth.com",
        "intersecting_domains": [
          "dentaly.org",
          "health.com",
          "trysnow.com"
        ],
        "language_name": "English",
        "location_code": 2840,
        "limit": 3
      },
      "result": [
        {
          "se_type": "google",
          "target": "newmouth.com",
          "location_code": 2840,
          "language_code": "en",
          "total_count": 2179,
          "items_count": 3,
          "items": [
            {
              "se_type": "google",
              "domain": "health.com",
              "avg_position": 40.6978021978022,
              "sum_position": 7407,
              "intersections": 182,
              "full_domain_metrics": {
                "organic": {
                  "pos_1": 26035,
                  "pos_2_3": 79439,
                  "pos_4_10": 339781,
                  "pos_11_20": 429166,
                  "pos_21_30": 329515,
                  "pos_31_40": 295421,
                  "pos_41_50": 267052,
                  "pos_51_60": 261180,
                  "pos_61_70": 244138,
                  "pos_71_80": 223346,
                  "pos_81_90": 204958,
                  "pos_91_100": 149919,
                  "etv": 63785239.2852122,
                  "count": 2849953,
                  "estimated_paid_traffic_cost": 78012682.1616535,
                  "is_new": 824883,
                  "is_up": 1010192,
                  "is_down": 831323,
                  "is_lost": 545811,
                  "clickstream_etv": 486047.28113819665,
                  "clickstream_gender_distribution": {
                    "female": 41,
                    "male": 58
                  },
                  "clickstream_age_distribution": {
                    "18-24": 22,
                    "25-34": 33,
                    "35-44": 32,
                    "45-54": 6,
                    "55-64": 4
                  }
                },
                "paid": {
                  "pos_1": 79,
                  "pos_2_3": 13,
                  "pos_4_10": 4,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 3066.5229953825474,
                  "count": 96,
                  "estimated_paid_traffic_cost": 4983.455317601562,
                  "is_new": 93,
                  "is_up": 1,
                  "is_down": 1,
                  "is_lost": 248,
                  "clickstream_etv": 124.5672,
                  "clickstream_gender_distribution": {
                    "female": 37,
                    "male": 62
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 50,
                    "35-44": 50,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              },
              "metrics": {
                "organic": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 21,
                  "pos_21_30": 32,
                  "pos_31_40": 15,
                  "pos_41_50": 27,
                  "pos_51_60": 19,
                  "pos_61_70": 25,
                  "pos_71_80": 16,
                  "pos_81_90": 22,
                  "pos_91_100": 5,
                  "etv": 176.94528371840715,
                  "count": 182,
                  "estimated_paid_traffic_cost": 1251.9587281383574,
                  "is_new": 26,
                  "is_up": 39,
                  "is_down": 113,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 0,
                  "count": 0,
                  "estimated_paid_traffic_cost": 0,
                  "is_new": 0,
                  "is_up": 0,
                  "is_down": 0,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              },
              "competitor_metrics": {
                "organic": {
                  "pos_1": 6,
                  "pos_2_3": 2,
                  "pos_4_10": 15,
                  "pos_11_20": 19,
                  "pos_21_30": 34,
                  "pos_31_40": 26,
                  "pos_41_50": 22,
                  "pos_51_60": 14,
                  "pos_61_70": 11,
                  "pos_71_80": 18,
                  "pos_81_90": 8,
                  "pos_91_100": 7,
                  "etv": 1599.5472384691238,
                  "count": 182,
                  "estimated_paid_traffic_cost": 4308.307924181223,
                  "is_new": 39,
                  "is_up": 80,
                  "is_down": 54,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 0,
                  "count": 0,
                  "estimated_paid_traffic_cost": 0,
                  "is_new": 0,
                  "is_up": 0,
                  "is_down": 0,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              }
            },
            {
              "se_type": "google",
              "domain": "dentaly.org",
              "avg_position": 54.69230769230769,
              "sum_position": 9954,
              "intersections": 182,
              "full_domain_metrics": {
                "organic": {
                  "pos_1": 4,
                  "pos_2_3": 12,
                  "pos_4_10": 103,
                  "pos_11_20": 479,
                  "pos_21_30": 1074,
                  "pos_31_40": 1416,
                  "pos_41_50": 1780,
                  "pos_51_60": 1977,
                  "pos_61_70": 1842,
                  "pos_71_80": 1733,
                  "pos_81_90": 1615,
                  "pos_91_100": 1442,
                  "etv": 24551.75387861021,
                  "count": 13477,
                  "estimated_paid_traffic_cost": 130285.35493029217,
                  "is_new": 1957,
                  "is_up": 1248,
                  "is_down": 10078,
                  "is_lost": 13869,
                  "clickstream_etv": 256.23219,
                  "clickstream_gender_distribution": {
                    "female": 39,
                    "male": 60
                  },
                  "clickstream_age_distribution": {
                    "18-24": 13,
                    "25-34": 26,
                    "35-44": 33,
                    "45-54": 10,
                    "55-64": 15
                  }
                },
                "paid": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 0,
                  "count": 0,
                  "estimated_paid_traffic_cost": 0,
                  "is_new": 0,
                  "is_up": 0,
                  "is_down": 0,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              },
              "metrics": {
                "organic": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 21,
                  "pos_21_30": 32,
                  "pos_31_40": 15,
                  "pos_41_50": 27,
                  "pos_51_60": 19,
                  "pos_61_70": 25,
                  "pos_71_80": 16,
                  "pos_81_90": 22,
                  "pos_91_100": 5,
                  "etv": 176.94528371840715,
                  "count": 182,
                  "estimated_paid_traffic_cost": 1251.9587281383574,
                  "is_new": 26,
                  "is_up": 39,
                  "is_down": 113,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 0,
                  "count": 0,
                  "estimated_paid_traffic_cost": 0,
                  "is_new": 0,
                  "is_up": 0,
                  "is_down": 0,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              },
              "competitor_metrics": {
                "organic": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 2,
                  "pos_11_20": 12,
                  "pos_21_30": 22,
                  "pos_31_40": 22,
                  "pos_41_50": 29,
                  "pos_51_60": 21,
                  "pos_61_70": 24,
                  "pos_71_80": 15,
                  "pos_81_90": 18,
                  "pos_91_100": 17,
                  "etv": 178.8902838677168,
                  "count": 182,
                  "estimated_paid_traffic_cost": 1256.9409196451306,
                  "is_new": 33,
                  "is_up": 21,
                  "is_down": 126,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 0,
                  "count": 0,
                  "estimated_paid_traffic_cost": 0,
                  "is_new": 0,
                  "is_up": 0,
                  "is_down": 0,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              }
            },
            {
              "se_type": "google",
              "domain": "newmouth.com",
              "avg_position": 50.74175824175824,
              "sum_position": 9235,
              "intersections": 182,
              "full_domain_metrics": {
                "organic": {
                  "pos_1": 3,
                  "pos_2_3": 7,
                  "pos_4_10": 99,
                  "pos_11_20": 673,
                  "pos_21_30": 1754,
                  "pos_31_40": 2883,
                  "pos_41_50": 4869,
                  "pos_51_60": 6411,
                  "pos_61_70": 7028,
                  "pos_71_80": 6723,
                  "pos_81_90": 6306,
                  "pos_91_100": 4506,
                  "etv": 55204.83547168784,
                  "count": 41262,
                  "estimated_paid_traffic_cost": 267974.0743290929,
                  "is_new": 7881,
                  "is_up": 7321,
                  "is_down": 24908,
                  "is_lost": 21975,
                  "clickstream_etv": 653.346642,
                  "clickstream_gender_distribution": {
                    "female": 41,
                    "male": 58
                  },
                  "clickstream_age_distribution": {
                    "18-24": 27,
                    "25-34": 26,
                    "35-44": 34,
                    "45-54": 7,
                    "55-64": 3
                  }
                },
                "paid": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 0,
                  "count": 0,
                  "estimated_paid_traffic_cost": 0,
                  "is_new": 0,
                  "is_up": 0,
                  "is_down": 0,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              },
              "metrics": {
                "organic": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 21,
                  "pos_21_30": 32,
                  "pos_31_40": 15,
                  "pos_41_50": 27,
                  "pos_51_60": 19,
                  "pos_61_70": 25,
                  "pos_71_80": 16,
                  "pos_81_90": 22,
                  "pos_91_100": 5,
                  "etv": 176.94528371840715,
                  "count": 182,
                  "estimated_paid_traffic_cost": 1251.9587281383574,
                  "is_new": 26,
                  "is_up": 39,
                  "is_down": 113,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 0,
                  "count": 0,
                  "estimated_paid_traffic_cost": 0,
                  "is_new": 0,
                  "is_up": 0,
                  "is_down": 0,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              },
              "competitor_metrics": {
                "organic": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 21,
                  "pos_21_30": 32,
                  "pos_31_40": 15,
                  "pos_41_50": 27,
                  "pos_51_60": 19,
                  "pos_61_70": 25,
                  "pos_71_80": 16,
                  "pos_81_90": 22,
                  "pos_91_100": 5,
                  "etv": 176.94528371840715,
                  "count": 182,
                  "estimated_paid_traffic_cost": 1251.9587281383574,
                  "is_new": 26,
                  "is_up": 39,
                  "is_down": 113,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 0,
                  "pos_2_3": 0,
                  "pos_4_10": 0,
                  "pos_11_20": 0,
                  "pos_21_30": 0,
                  "pos_31_40": 0,
                  "pos_41_50": 0,
                  "pos_51_60": 0,
                  "pos_61_70": 0,
                  "pos_71_80": 0,
                  "pos_81_90": 0,
                  "pos_91_100": 0,
                  "etv": 0,
                  "count": 0,
                  "estimated_paid_traffic_cost": 0,
                  "is_new": 0,
                  "is_up": 0,
                  "is_down": 0,
                  "is_lost": 0,
                  "clickstream_etv": 0,
                  "clickstream_gender_distribution": {
                    "female": 0,
                    "male": 0
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 0,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "local_pack": null,
                "featured_snippet": null
              }
            }
          ]
        }
      ]
    }
  ]
}