NAVNavbar
Logo
cURL php NodeJS Python cSharp

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.

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

<?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-dashboard
$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/bing/competitors_domain/live
   $result = $client->post('/v3/dataforseo_labs/bing/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;
?>

The above command returns JSON structured like this:

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "2.0979 sec.",
    "cost": 0.011,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03152152-1535-0386-0000-430adbf28596",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "2.0486 sec.",
            "cost": 0.011,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "bing",
                "competitors_domain",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "competitors_domain",
                "se_type": "bing",
                "target": "newmouth.com",
                "intersecting_domains": [
                    "dentaly.org",
                    "health.com",
                    "trysnow.com"
                ],
                "language_name": "English",
                "location_code": 2840,
                "limit": 10
            },
            "result": [
                {
                    "se_type": "bing",
                    "target": "newmouth.com",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 736,
                    "items_count": 10,
                    "items": [
                        {
                            "se_type": "bing",
                            "domain": "dentaly.org",
                            "avg_position": 12.96774193548387,
                            "sum_position": 804,
                            "intersections": 62,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 1769,
                                    "pos_2_3": 2587,
                                    "pos_4_10": 5226,
                                    "pos_11_20": 4393,
                                    "pos_21_30": 2770,
                                    "pos_31_40": 1787,
                                    "pos_41_50": 591,
                                    "pos_51_60": 30,
                                    "pos_61_70": 18,
                                    "pos_71_80": 17,
                                    "pos_81_90": 17,
                                    "pos_91_100": 31,
                                    "etv": 48641.946908963844,
                                    "count": 19236,
                                    "estimated_paid_traffic_cost": 33078.427639549365,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 3,
                                    "pos_4_10": 11,
                                    "pos_11_20": 21,
                                    "pos_21_30": 14,
                                    "pos_31_40": 11,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 21.002000223845243,
                                    "count": 62,
                                    "estimated_paid_traffic_cost": 11.460199961438775,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 10,
                                    "pos_2_3": 8,
                                    "pos_4_10": 16,
                                    "pos_11_20": 11,
                                    "pos_21_30": 12,
                                    "pos_31_40": 5,
                                    "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": 108.53499849513173,
                                    "count": 62,
                                    "estimated_paid_traffic_cost": 71.69430042686872,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "trysnow.com",
                            "avg_position": 23.612903225806452,
                            "sum_position": 1464,
                            "intersections": 62,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 79,
                                    "pos_2_3": 78,
                                    "pos_4_10": 230,
                                    "pos_11_20": 237,
                                    "pos_21_30": 187,
                                    "pos_31_40": 148,
                                    "pos_41_50": 55,
                                    "pos_51_60": 2,
                                    "pos_61_70": 1,
                                    "pos_71_80": 3,
                                    "pos_81_90": 3,
                                    "pos_91_100": 1,
                                    "etv": 5615.970043061301,
                                    "count": 1024,
                                    "estimated_paid_traffic_cost": 4516.10587835242,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "paid": {
                                    "pos_1": 239,
                                    "pos_2_3": 662,
                                    "pos_4_10": 720,
                                    "pos_11_20": 10,
                                    "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": 7618.861991778016,
                                    "count": 1631,
                                    "estimated_paid_traffic_cost": 4445.2318182792515,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 3,
                                    "pos_4_10": 11,
                                    "pos_11_20": 21,
                                    "pos_21_30": 14,
                                    "pos_31_40": 11,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 21.002000223845243,
                                    "count": 62,
                                    "estimated_paid_traffic_cost": 11.460199961438775,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 4,
                                    "pos_4_10": 8,
                                    "pos_11_20": 15,
                                    "pos_21_30": 13,
                                    "pos_31_40": 17,
                                    "pos_41_50": 3,
                                    "pos_51_60": 2,
                                    "pos_61_70": 0,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 17.710000105202198,
                                    "count": 62,
                                    "estimated_paid_traffic_cost": 8.888600026490167,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "newmouth.com",
                            "avg_position": 19.64516129032258,
                            "sum_position": 1218,
                            "intersections": 62,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 737,
                                    "pos_2_3": 1551,
                                    "pos_4_10": 4180,
                                    "pos_11_20": 3581,
                                    "pos_21_30": 2270,
                                    "pos_31_40": 1388,
                                    "pos_41_50": 524,
                                    "pos_51_60": 34,
                                    "pos_61_70": 23,
                                    "pos_71_80": 19,
                                    "pos_81_90": 15,
                                    "pos_91_100": 11,
                                    "etv": 42365.2026847247,
                                    "count": 14333,
                                    "estimated_paid_traffic_cost": 28830.482417795807,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 3,
                                    "pos_4_10": 11,
                                    "pos_11_20": 21,
                                    "pos_21_30": 14,
                                    "pos_31_40": 11,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 21.002000223845243,
                                    "count": 62,
                                    "estimated_paid_traffic_cost": 11.460199961438775,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 3,
                                    "pos_4_10": 11,
                                    "pos_11_20": 21,
                                    "pos_21_30": 14,
                                    "pos_31_40": 11,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 21.002000223845243,
                                    "count": 62,
                                    "estimated_paid_traffic_cost": 11.460199961438775,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "health.com",
                            "avg_position": 14.887096774193548,
                            "sum_position": 923,
                            "intersections": 62,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 1838,
                                    "pos_2_3": 5311,
                                    "pos_4_10": 27012,
                                    "pos_11_20": 34469,
                                    "pos_21_30": 27455,
                                    "pos_31_40": 20299,
                                    "pos_41_50": 8393,
                                    "pos_51_60": 576,
                                    "pos_61_70": 583,
                                    "pos_71_80": 553,
                                    "pos_81_90": 438,
                                    "pos_91_100": 458,
                                    "etv": 222788.33079933375,
                                    "count": 127385,
                                    "estimated_paid_traffic_cost": 156749.2760111906,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 3,
                                    "pos_4_10": 11,
                                    "pos_11_20": 21,
                                    "pos_21_30": 14,
                                    "pos_31_40": 11,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 21.002000223845243,
                                    "count": 62,
                                    "estimated_paid_traffic_cost": 11.460199961438775,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 4,
                                    "pos_2_3": 5,
                                    "pos_4_10": 25,
                                    "pos_11_20": 10,
                                    "pos_21_30": 9,
                                    "pos_31_40": 5,
                                    "pos_41_50": 3,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 81.53899904154241,
                                    "count": 62,
                                    "estimated_paid_traffic_cost": 49.72189978696406,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "amazon.com",
                            "avg_position": 11.018518518518519,
                            "sum_position": 595,
                            "intersections": 54,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 2209174,
                                    "pos_2_3": 1945052,
                                    "pos_4_10": 2137277,
                                    "pos_11_20": 2255286,
                                    "pos_21_30": 1408403,
                                    "pos_31_40": 1008994,
                                    "pos_41_50": 509171,
                                    "pos_51_60": 11104,
                                    "pos_61_70": 12205,
                                    "pos_71_80": 13076,
                                    "pos_81_90": 13117,
                                    "pos_91_100": 9044,
                                    "etv": 61771227.1519361,
                                    "count": 11531903,
                                    "estimated_paid_traffic_cost": 38944107.74346615,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "paid": {
                                    "pos_1": 1480588,
                                    "pos_2_3": 1583618,
                                    "pos_4_10": 756924,
                                    "pos_11_20": 8092,
                                    "pos_21_30": 134,
                                    "pos_31_40": 4,
                                    "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": 39146514.756116845,
                                    "count": 3829360,
                                    "estimated_paid_traffic_cost": 23222857.791745104,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 2,
                                    "pos_4_10": 8,
                                    "pos_11_20": 21,
                                    "pos_21_30": 13,
                                    "pos_31_40": 9,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 0,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 18.613000217825174,
                                    "count": 54,
                                    "estimated_paid_traffic_cost": 10.389699956402183,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 12,
                                    "pos_2_3": 10,
                                    "pos_4_10": 11,
                                    "pos_11_20": 8,
                                    "pos_21_30": 10,
                                    "pos_31_40": 2,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 0,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 367.7149960566312,
                                    "count": 54,
                                    "estimated_paid_traffic_cost": 283.80830460228026,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "verywellhealth.com",
                            "avg_position": 10.951219512195122,
                            "sum_position": 449,
                            "intersections": 41,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 28678,
                                    "pos_2_3": 46673,
                                    "pos_4_10": 118271,
                                    "pos_11_20": 122430,
                                    "pos_21_30": 81231,
                                    "pos_31_40": 51499,
                                    "pos_41_50": 20479,
                                    "pos_51_60": 927,
                                    "pos_61_70": 807,
                                    "pos_71_80": 721,
                                    "pos_81_90": 616,
                                    "pos_91_100": 623,
                                    "etv": 1085583.9090905152,
                                    "count": 472955,
                                    "estimated_paid_traffic_cost": 663199.2413924355,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "paid": {
                                    "pos_1": 814,
                                    "pos_2_3": 1152,
                                    "pos_4_10": 936,
                                    "pos_11_20": 35,
                                    "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": 48589.72877380252,
                                    "count": 2937,
                                    "estimated_paid_traffic_cost": 37451.96580737084,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 2,
                                    "pos_4_10": 6,
                                    "pos_11_20": 12,
                                    "pos_21_30": 11,
                                    "pos_31_40": 8,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 15.490000190213323,
                                    "count": 41,
                                    "estimated_paid_traffic_cost": 8.668999946676195,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 2,
                                    "pos_2_3": 3,
                                    "pos_4_10": 21,
                                    "pos_11_20": 10,
                                    "pos_21_30": 3,
                                    "pos_31_40": 1,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 0,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 177.25100030191243,
                                    "count": 41,
                                    "estimated_paid_traffic_cost": 97.77710038842633,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "nbcnews.com",
                            "avg_position": 9.277777777777779,
                            "sum_position": 334,
                            "intersections": 36,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 9660,
                                    "pos_2_3": 22701,
                                    "pos_4_10": 79506,
                                    "pos_11_20": 101099,
                                    "pos_21_30": 78722,
                                    "pos_31_40": 57139,
                                    "pos_41_50": 32119,
                                    "pos_51_60": 2049,
                                    "pos_61_70": 1708,
                                    "pos_71_80": 1590,
                                    "pos_81_90": 1349,
                                    "pos_91_100": 1517,
                                    "etv": 2067807.3353343122,
                                    "count": 389159,
                                    "estimated_paid_traffic_cost": 980848.3266572396,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 1,
                                    "pos_4_10": 4,
                                    "pos_11_20": 13,
                                    "pos_21_30": 9,
                                    "pos_31_40": 7,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 11.962000111117959,
                                    "count": 36,
                                    "estimated_paid_traffic_cost": 7.4085999426897615,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 2,
                                    "pos_2_3": 8,
                                    "pos_4_10": 14,
                                    "pos_11_20": 9,
                                    "pos_21_30": 2,
                                    "pos_31_40": 1,
                                    "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": 264.1149997022003,
                                    "count": 36,
                                    "estimated_paid_traffic_cost": 225.62990013463423,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "byrdie.com",
                            "avg_position": 13.722222222222221,
                            "sum_position": 494,
                            "intersections": 36,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 6196,
                                    "pos_2_3": 12117,
                                    "pos_4_10": 41389,
                                    "pos_11_20": 40658,
                                    "pos_21_30": 27355,
                                    "pos_31_40": 18529,
                                    "pos_41_50": 7832,
                                    "pos_51_60": 416,
                                    "pos_61_70": 356,
                                    "pos_71_80": 297,
                                    "pos_81_90": 280,
                                    "pos_91_100": 252,
                                    "etv": 248241.7773526702,
                                    "count": 155677,
                                    "estimated_paid_traffic_cost": 153140.19525439595,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 2,
                                    "pos_4_10": 7,
                                    "pos_11_20": 15,
                                    "pos_21_30": 7,
                                    "pos_31_40": 5,
                                    "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": 12.650000043213367,
                                    "count": 36,
                                    "estimated_paid_traffic_cost": 5.945399986580014,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 1,
                                    "pos_2_3": 3,
                                    "pos_4_10": 10,
                                    "pos_11_20": 14,
                                    "pos_21_30": 6,
                                    "pos_31_40": 2,
                                    "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": 40.65799983590841,
                                    "count": 36,
                                    "estimated_paid_traffic_cost": 28.075399952707812,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "bestreviews.com",
                            "avg_position": 12.515151515151516,
                            "sum_position": 413,
                            "intersections": 33,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 10008,
                                    "pos_2_3": 23663,
                                    "pos_4_10": 93639,
                                    "pos_11_20": 104097,
                                    "pos_21_30": 76566,
                                    "pos_31_40": 58168,
                                    "pos_41_50": 23650,
                                    "pos_51_60": 1581,
                                    "pos_61_70": 1372,
                                    "pos_71_80": 1265,
                                    "pos_81_90": 1048,
                                    "pos_91_100": 1050,
                                    "etv": 537040.5182287898,
                                    "count": 396107,
                                    "estimated_paid_traffic_cost": 386726.3137605833,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "paid": {
                                    "pos_1": 60129,
                                    "pos_2_3": 167443,
                                    "pos_4_10": 187729,
                                    "pos_11_20": 12014,
                                    "pos_21_30": 50,
                                    "pos_31_40": 6,
                                    "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": 5299124.316971563,
                                    "count": 427371,
                                    "estimated_paid_traffic_cost": 3557788.1466294113,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 0,
                                    "pos_4_10": 4,
                                    "pos_11_20": 9,
                                    "pos_21_30": 10,
                                    "pos_31_40": 8,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 11.299000153318048,
                                    "count": 33,
                                    "estimated_paid_traffic_cost": 6.86389996833168,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 2,
                                    "pos_2_3": 6,
                                    "pos_4_10": 8,
                                    "pos_11_20": 10,
                                    "pos_21_30": 4,
                                    "pos_31_40": 3,
                                    "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": 162.251002388075,
                                    "count": 33,
                                    "estimated_paid_traffic_cost": 125.35470428667031,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "crest.com",
                            "avg_position": 18.483870967741936,
                            "sum_position": 573,
                            "intersections": 31,
                            "full_domain_metrics": {
                                "organic": {
                                    "pos_1": 357,
                                    "pos_2_3": 480,
                                    "pos_4_10": 1080,
                                    "pos_11_20": 1540,
                                    "pos_21_30": 1096,
                                    "pos_31_40": 843,
                                    "pos_41_50": 300,
                                    "pos_51_60": 27,
                                    "pos_61_70": 23,
                                    "pos_71_80": 27,
                                    "pos_81_90": 15,
                                    "pos_91_100": 14,
                                    "etv": 13009.887018233538,
                                    "count": 5802,
                                    "estimated_paid_traffic_cost": 8116.481184612028,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "paid": {
                                    "pos_1": 2982,
                                    "pos_2_3": 1942,
                                    "pos_4_10": 710,
                                    "pos_11_20": 5,
                                    "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": 45345.126864016056,
                                    "count": 5639,
                                    "estimated_paid_traffic_cost": 24892.70639223978,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "metrics": {
                                "organic": {
                                    "pos_1": 0,
                                    "pos_2_3": 2,
                                    "pos_4_10": 5,
                                    "pos_11_20": 11,
                                    "pos_21_30": 5,
                                    "pos_31_40": 6,
                                    "pos_41_50": 1,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 13.882000289857388,
                                    "count": 31,
                                    "estimated_paid_traffic_cost": 9.364999986020848,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            },
                            "competitor_metrics": {
                                "organic": {
                                    "pos_1": 1,
                                    "pos_2_3": 4,
                                    "pos_4_10": 4,
                                    "pos_11_20": 12,
                                    "pos_21_30": 4,
                                    "pos_31_40": 2,
                                    "pos_41_50": 3,
                                    "pos_51_60": 0,
                                    "pos_61_70": 1,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 21.64299964532256,
                                    "count": 31,
                                    "estimated_paid_traffic_cost": 13.963099946733564,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 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
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

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. The maximum number of requests 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 name Type Description
target string domain
required field
the domain name of the target website
the domain should be specified without https:// and www.
location_name string 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
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages;
Note: this endpoint currently supports the US location only;
example:
United States
location_code integer 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
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages;
Note: this endpoint currently supports the US location only;
example:
2840
language_name string 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_code string 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_types array 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", "featured_snippet", "local_pack"]

filters array 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, <, <=, >, >=, =, <>, in, not_in
example:
["metrics.organic.count",">",50]

[["metrics.organic.pos_1","<>",0],"and",["metrics.organic.etv",">=","10"]]

[[["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_by array 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

limit integer the maximum number of returned domains
optional field
default value: 100
maximum value: 1000
offset integer 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_group integer 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 Bing search results only

exclude_top_domains boolean 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

intersecting_domains array 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
tag string 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 name Type Description
version string the current version of the API
status_code integer 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_message string general informational message
you can find the full list of general informational messages here
time string execution time, seconds
cost float total tasks cost, USD
tasks_count integer the number of tasks in the tasks array
tasks_error integer the number of tasks in the tasks array returned with an error
tasks array array of tasks
        id string task identifier
unique task identifier in our system in the UUID format
        status_code integer 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_message string informational message of the task
you can find the full list of general informational messages here
        time string execution time, seconds
        cost float cost of the task, USD
        result_count integer number of elements in the result array
        path array URL path
        data object contains the same parameters that you specified in the POST request
        result array array of results
            se_type string search engine type
            target string target domain in a POST array
            location_code integer location code in a POST array
            language_code string language code in a POST array
            total_count integer total amount of results in our database relevant to your request
            items_count integer the number of results returned in the items array
            items array contains data related to the target and competitor domains
                se_type string search engine type
                domain string domain name
                avg_position integer 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_position integer 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
                intersections integer number of intersecting keywords
                full_domain_metrics object 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
                    organic object ranking and traffic data from organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in organic results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in organic results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in organic results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in organic results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in organic results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in organic results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in organic results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in organic results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in organic results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in organic results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in organic results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in organic results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    paid object ranking and traffic data from paid search
                        pos_1 integer number of SERPs where the domain ranks #1 in paid results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in paid results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in paid results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in paid results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in paid results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in paid results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in paid results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in paid results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in paid results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in paid results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in paid results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in paid results
                        etv float 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
                        count integer total count of paid SERPs that contain the domain
                        estimated_paid_traffic_cost float 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_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    local_pack object ranking and traffic data from local pack results in organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in local pack results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in local pack results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in local pack results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in local pack results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in local pack results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in local pack results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in local pack results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in local pack results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in local pack results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in local pack results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in local pack results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in local pack results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    featured_snippet object ranking and traffic data from featured snippet results in organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in featured snippet results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in featured snippet results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in featured snippet results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in featured snippet results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in featured snippet results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in featured snippet results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in featured snippet results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in featured snippet results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in featured snippet results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in featured snippet results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in featured snippet results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in featured snippet results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                metrics object 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
                    organic object ranking and traffic data from organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in organic results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in organic results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in organic results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in organic results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in organic results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in organic results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in organic results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in organic results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in organic results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in organic results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in organic results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in organic results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    paid object ranking and traffic data from paid search
                        pos_1 integer number of SERPs where the domain ranks #1 in paid results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in paid results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in paid results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in paid results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in paid results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in paid results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in paid results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in paid results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in paid results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in paid results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in paid results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in paid results
                        etv float 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
                        count integer total count of paid SERPs that contain the domain
                        estimated_paid_traffic_cost float 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_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    local_pack object ranking and traffic data from local pack results in organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in local pack results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in local pack results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in local pack results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in local pack results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in local pack results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in local pack results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in local pack results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in local pack results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in local pack results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in local pack results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in local pack results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in local pack results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    featured_snippet object ranking and traffic data from featured snippet results in organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in featured snippet results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in featured snippet results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in featured snippet results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in featured snippet results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in featured snippet results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in featured snippet results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in featured snippet results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in featured snippet results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in featured snippet results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in featured snippet results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in featured snippet results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in featured snippet results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                competitor_metrics object 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
                    organic object ranking and traffic data from organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in organic results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in organic results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in organic results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in organic results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in organic results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in organic results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in organic results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in organic results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in organic results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in organic results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in organic results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in organic results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    paid object ranking and traffic data from paid search
                        pos_1 integer number of SERPs where the domain ranks #1 in paid results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in paid results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in paid results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in paid results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in paid results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in paid results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in paid results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in paid results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in paid results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in paid results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in paid results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in paid results
                        etv float 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
                        count integer total count of paid SERPs that contain the domain
                        estimated_paid_traffic_cost float 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_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    local_pack object ranking and traffic data from local pack results in organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in local pack results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in local pack results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in local pack results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in local pack results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in local pack results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in local pack results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in local pack results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in local pack results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in local pack results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in local pack results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in local pack results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in local pack results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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
                    featured_snippet object ranking and traffic data from featured snippet results in organic search
                        pos_1 integer number of SERPs where the domain ranks #1 in featured snippet results
                        pos_2_3 integer number of SERPs where the domain ranks #2-3 in featured snippet results
                        pos_4_10 integer number of SERPs where the domain ranks #4-10 in featured snippet results
                        pos_11_20 integer number of SERPs where the domain ranks #11-20 in featured snippet results
                        pos_21_30 integer number of SERPs where the domain ranks #21-30 in featured snippet results
                        pos_31_40 integer number of SERPs where the domain ranks #31-40 in featured snippet results
                        pos_41_50 integer number of SERPs where the domain ranks #41-50 in featured snippet results
                        pos_51_60 integer number of SERPs where the domain ranks #51-60 in featured snippet results
                        pos_61_70 integer number of SERPs where the domain ranks #61-70 in featured snippet results
                        pos_71_80 integer number of SERPs where the domain ranks #71-80 in featured snippet results
                        pos_81_90 integer number of SERPs where the domain ranks #81-90 in featured snippet results
                        pos_91_100 integer number of SERPs where the domain ranks #91-100 in featured snippet results
                        etv float 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
                        count integer total count of organic SERPs that contain the domain
                        estimated_paid_traffic_cost float 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 Bing Search
learn more about how the metric is calculated in this help center article
                        is_new integer number of new ranked elements
indicates how many new ranked elements were found for the indicated target
                        is_up integer rank went up
indicates how many ranked elements of the indicated target went up
                        is_down integer rank went down
indicates how many ranked elements of the indicated target went down
                        is_lost integer 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

‌‌