Categories For Domain


This endpoint will provide you with Google product or service categories that include keywords the domain ranks for in search. Furthermore, you will obtain general rankings and traffic data for the keywords under a certain category.

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 or subdomain
required field
the domain or subdomain name of the target website
the domain or subdomain should be specified without https:// and www.

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

include_subcategoriesboolean

indicates if the subcategories will be included in the search
optional field
if set to false, the subcategories will be ignored
default value: false
learn more about the parameter in this help center article

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

historical_serp_modestring

data collection mode
optional field
you can use this field to filter the results;
possible types of filtering:
live — return metrics for SERPs in which the specified target currently has ranking results;
lost — return metrics for SERPs in which the specified target had previously had ranking results, but didn't have them during the last check;
all — return metrics for both types of SERPs.
default value: live

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 the organic object, 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"]

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.pos_1,">",0]

[[["metrics.organic.count",">=",100],"and",["metrics.organic.pos_1",">",0]],
"or",
["metrics.organic.etv","in",[10,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 the organic object, the results will be ordered by the first item type in the array

limitinteger

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

offsetinteger

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

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 or subdomain 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 relevant categories and related ranking data

            se_typestring

search engine type

            categoriesarray

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

            metricsobject

ranking data relevant to the specified domain or subdomain

                organicobject

ranking and traffic data from organic search

                    pos_1integer

number of organic SERPs where the domain or subdomain ranks #1

                    pos_2_3integer

number of organic SERPs where the domain or subdomain ranks #2-3

                    pos_4_10integer

number of organic SERPs where the domain or subdomain ranks #4-10

                    pos_11_20integer

number of organic SERPs where the domain or subdomain ranks #11-20

                    pos_21_30integer

number of organic SERPs where the domain or subdomain ranks #21-30

                    pos_31_40integer

number of organic SERPs where the domain or subdomain ranks #31-40

                    pos_41_50integer

number of organic SERPs where the domain or subdomain ranks #41-50

                    pos_51_60integer

number of organic SERPs where the domain or subdomain ranks #51-60

                    pos_61_70integer

number of organic SERPs where the domain or subdomain ranks #61-70

                    pos_71_80integer

number of organic SERPs where the domain or subdomain ranks #71-80

                    pos_81_90integer

number of organic SERPs where the domain or subdomain ranks #81-90

                    pos_91_100integer

number of organic SERPs where the domain or subdomain ranks #91-100

                    etvfloat

estimated traffic volume
estimated organic monthly traffic to the domain or subdomain
calculated as the product of CTR (click-through-rate) and search volume values of all keywords in the category that the domain or subdomain 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 or subdomain

                    estimated_paid_traffic_costfloat

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

                    pos_2_3integer

number of paid SERPs where the domain or subdomain ranks #2-3

                    pos_4_10integer

number of paid SERPs where the domain or subdomain ranks #4-10

                    pos_11_20integer

number of paid SERPs where the domain or subdomain ranks #11-20

                    pos_21_30integer

number of paid SERPs where the domain or subdomain ranks #21-30

                    pos_31_40integer

number of paid SERPs where the domain or subdomain ranks #31-40

                    pos_41_50integer

number of paid SERPs where the domain or subdomain ranks #41-50

                    pos_51_60integer

number of paid SERPs where the domain or subdomain ranks #51-60

                    pos_61_70integer

number of paid SERPs where the domain or subdomain ranks #61-70

                    pos_71_80integer

number of paid SERPs where the domain or subdomain ranks #71-80

                    pos_81_90integer

number of paid SERPs where the domain or subdomain ranks #81-90

                    pos_91_100integer

number of paid SERPs where the domain or subdomain ranks #91-100

                    etvfloat

estimated traffic volume
estimated paid monthly traffic to the domain or subdomain
calculated as the product of CTR (click-through-rate) and search volume values of all keywords in the category that the domain or subdomain 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 or subdomain

                    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 or subdomain 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

                featured_snippetobject

ranking and traffic data from the featured snippet results in Google SERP

                    pos_1integer

number of featured snippet items where the domain or subdomain ranks #1

                    pos_2_3integer

number of featured snippet items where the domain or subdomain ranks #2-3

                    pos_4_10integer

number of featured snippet items where the domain or subdomain ranks #4-10

                    pos_11_20integer

number of featured snippet items where the domain or subdomain ranks #11-20

                    pos_21_30integer

number of featured snippet items where the domain or subdomain ranks #21-30

                    pos_31_40integer

number of featured snippet items where the domain or subdomain ranks #31-40

                    pos_41_50integer

number of featured snippet items where the domain or subdomain ranks #41-50

                    pos_51_60integer

number of featured snippet items where the domain or subdomain ranks #51-60

                    pos_61_70integer

number of featured snippet items where the domain or subdomain ranks #61-70

                    pos_71_80integer

number of featured snippet items where the domain or subdomain ranks #71-80

                    pos_81_90integer

number of featured snippet items where the domain or subdomain ranks #81-90

                    pos_91_100integer

number of featured snippet items where the domain or subdomain ranks #91-100

                    etvfloat

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

                    countinteger

total count of featured snippet items that contain the domain or subdomain

                    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 or subdomain 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 the local pack results in SERP

                    pos_1integer

number of local pack items where the domain or subdomain ranks #1

                    pos_2_3integer

number of local pack items where the domain or subdomain ranks #2-3

                    pos_4_10integer

number of local pack items where the domain or subdomain ranks #4-10

                    pos_11_20integer

number of local pack items where the domain or subdomain ranks #11-20

                    pos_21_30integer

number of local pack items where the domain or subdomain ranks #21-30

                    pos_31_40integer

number of local pack items where the domain or subdomain ranks #31-40

                    pos_41_50integer

number of local pack items where the domain or subdomain ranks #41-50

                    pos_51_60integer

number of local pack items where the domain or subdomain ranks #51-60

                    pos_61_70integer

number of local pack items where the domain or subdomain ranks #61-70

                    pos_71_80integer

number of local pack items where the domain or subdomain ranks #71-80

                    pos_81_90integer

number of local pack items where the domain or subdomain ranks #81-90

                    pos_91_100integer

number of local pack items where the domain or subdomain ranks #91-100

                    etvfloat

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

                    countinteger

total count of local pack items that contain the domain or subdomain

                    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 or subdomain 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


‌‌

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/categories_for_domain/live" 
--header "Authorization: Basic ${cred}"  
--header "Content-Type: application/json" 
--data-raw '[
    {
        "target": "dataforseo.com",
        "language_code": "en",
        "location_name": "United States",
        "item_types": [
            "paid",
            "organic",
            "featured_snippet",
            "local_pack"
        ],
        "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" => "dataforseo.com",
	"language_name" => "English",
	"location_code" => 2840,
	"filters" => [
		["metrics.organic.count", ">=", 100]
	],
	"limit" => 3
);
try {
   // POST /v3/dataforseo_labs/google/categories_for_domain/live
   $result = $client->post('/v3/dataforseo_labs/google/categories_for_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": "dataforseo.com",
  "language_name": "English",
  "location_code": 2840,
  "filters": [
    ["metrics.organic.count", ">=", 100]
  ],
  "limit": 3
});

const axios = require('axios');

axios({
  method: 'post',
  url: 'https://api.dataforseo.com/v3/dataforseo_labs/google/categories_for_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="dataforseo.com",
    location_name="United States",
    language_name="English",
    filters=[
        ["metrics.organic.count", ">=", 100],
    ],
    limit=3
)
# POST /v3/dataforseo_labs/google/categories_for_domain/live
response = client.post("/v3/dataforseo_labs/google/categories_for_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_categories_for_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 = "dataforseo.com",
                location_name = "United States",
                language_name = "English",
                filters = new object[]
                {
                    new object[] { "metrics.organic.count", ">=", 100 },
                    "and",
                    new object[]
                    {
                        new object[] { "metrics.organic.pos_1", ">", 0 },
                        "or",
                        new object[] { "metrics.paid.count", "in", new object[] { 1, 2 } }
                    }
                }
            });
            // POST /v3/dataforseo_labs/google/categories_for_domain/live
            // the full list of possible parameters is available in documentation
            var taskPostResponse = await httpClient.PostAsync("/v3/dataforseo_labs/google/categories_for_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.2802 sec.",
  "cost": 0.0103,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "06131601-1535-0402-0000-c4dcf5c5003c",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.2194 sec.",
      "cost": 0.0103,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "categories_for_domain",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "categories_for_domain",
        "se_type": "google",
        "target": "dataforseo.com",
        "language_code": "en",
        "location_name": "United States",
        "item_types": [
          "paid",
          "organic",
          "featured_snippet",
          "local_pack"
        ],
        "limit": 3
      },
      "result": [
        {
          "se_type": "google",
          "target": "dataforseo.com",
          "location_code": 2840,
          "language_code": "en",
          "total_count": 394,
          "items_count": 3,
          "items": [
            {
              "se_type": "google",
              "categories": [
                10007
              ],
              "metrics": {
                "organic": {
                  "pos_1": 13,
                  "pos_2_3": 15,
                  "pos_4_10": 139,
                  "pos_11_20": 186,
                  "pos_21_30": 147,
                  "pos_31_40": 138,
                  "pos_41_50": 149,
                  "pos_51_60": 142,
                  "pos_61_70": 135,
                  "pos_71_80": 132,
                  "pos_81_90": 128,
                  "pos_91_100": 107,
                  "etv": 5467.5736870300025,
                  "count": 1431,
                  "estimated_paid_traffic_cost": 28019.096953213215,
                  "is_new": 491,
                  "is_up": 572,
                  "is_down": 315,
                  "is_lost": 0,
                  "clickstream_etv": 329.78355899999997,
                  "clickstream_gender_distribution": {
                    "female": 34,
                    "male": 65
                  },
                  "clickstream_age_distribution": {
                    "18-24": 15,
                    "25-34": 39,
                    "35-44": 41,
                    "45-54": 3,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 8,
                  "pos_2_3": 3,
                  "pos_4_10": 1,
                  "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": 406.72699707746506,
                  "count": 12,
                  "estimated_paid_traffic_cost": 3098.8196816444397,
                  "is_new": 10,
                  "is_up": 0,
                  "is_down": 1,
                  "is_lost": 0,
                  "clickstream_etv": 255.70439999999996,
                  "clickstream_gender_distribution": {
                    "female": 35,
                    "male": 65
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 62,
                    "35-44": 37,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "featured_snippet": {
                  "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": {
                  "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
                  }
                }
              }
            },
            {
              "se_type": "google",
              "categories": [
                13418
              ],
              "metrics": {
                "organic": {
                  "pos_1": 13,
                  "pos_2_3": 15,
                  "pos_4_10": 136,
                  "pos_11_20": 183,
                  "pos_21_30": 144,
                  "pos_31_40": 131,
                  "pos_41_50": 136,
                  "pos_51_60": 131,
                  "pos_61_70": 128,
                  "pos_71_80": 121,
                  "pos_81_90": 120,
                  "pos_91_100": 98,
                  "etv": 5448.41868708469,
                  "count": 1356,
                  "estimated_paid_traffic_cost": 27933.918455399573,
                  "is_new": 459,
                  "is_up": 553,
                  "is_down": 293,
                  "is_lost": 0,
                  "clickstream_etv": 329.32365899999996,
                  "clickstream_gender_distribution": {
                    "female": 34,
                    "male": 65
                  },
                  "clickstream_age_distribution": {
                    "18-24": 15,
                    "25-34": 39,
                    "35-44": 41,
                    "45-54": 3,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 8,
                  "pos_2_3": 3,
                  "pos_4_10": 1,
                  "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": 406.72699707746506,
                  "count": 12,
                  "estimated_paid_traffic_cost": 3098.8196816444397,
                  "is_new": 10,
                  "is_up": 0,
                  "is_down": 1,
                  "is_lost": 0,
                  "clickstream_etv": 255.70439999999996,
                  "clickstream_gender_distribution": {
                    "female": 35,
                    "male": 65
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 62,
                    "35-44": 37,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "featured_snippet": {
                  "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": {
                  "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
                  }
                }
              }
            },
            {
              "se_type": "google",
              "categories": [
                10004
              ],
              "metrics": {
                "organic": {
                  "pos_1": 7,
                  "pos_2_3": 7,
                  "pos_4_10": 97,
                  "pos_11_20": 121,
                  "pos_21_30": 91,
                  "pos_31_40": 90,
                  "pos_41_50": 96,
                  "pos_51_60": 74,
                  "pos_61_70": 74,
                  "pos_71_80": 64,
                  "pos_81_90": 65,
                  "pos_91_100": 64,
                  "etv": 4351.243151495233,
                  "count": 850,
                  "estimated_paid_traffic_cost": 27777.612975846976,
                  "is_new": 265,
                  "is_up": 343,
                  "is_down": 205,
                  "is_lost": 0,
                  "clickstream_etv": 103.20331199999998,
                  "clickstream_gender_distribution": {
                    "female": 30,
                    "male": 69
                  },
                  "clickstream_age_distribution": {
                    "18-24": 22,
                    "25-34": 17,
                    "35-44": 47,
                    "45-54": 13,
                    "55-64": 0
                  }
                },
                "paid": {
                  "pos_1": 3,
                  "pos_2_3": 4,
                  "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": 56.77800011634827,
                  "count": 7,
                  "estimated_paid_traffic_cost": 804.3984899520874,
                  "is_new": 5,
                  "is_up": 0,
                  "is_down": 1,
                  "is_lost": 0,
                  "clickstream_etv": 22.1409,
                  "clickstream_gender_distribution": {
                    "female": 50,
                    "male": 50
                  },
                  "clickstream_age_distribution": {
                    "18-24": 0,
                    "25-34": 0,
                    "35-44": 100,
                    "45-54": 0,
                    "55-64": 0
                  }
                },
                "featured_snippet": {
                  "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": {
                  "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
                  }
                }
              }
            }
          ]
        }
      ]
    }
  ]
}