NAVNavbar
Logo
cURL php NodeJS Python cSharp

Ranked Keywords


This endpoint will provide you with the list of keywords that any domain or webpage is ranking for. You will also get SERP elements related to the keyword position, as well as monthly searches and other data relevant to the returned keywords.

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" => "dataforseo.com",
	"language_name" => "English",
	"location_code" => 2840,
	"filters" => [
		["keyword_data.keyword_info.search_volume", ">", 10],
		"and",
		[
			["ranked_serp_element.serp_item.type", "<>", "paid"],
			"or",
			["ranked_serp_element.serp_item.is_paid", "=", false]
		]
	],
	"limit" => 3
);
try {
   // POST /v3/dataforseo_labs/bing/ranked_keywords/live
   $result = $client->post('/v3/dataforseo_labs/bing/ranked_keywords/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.20220819",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "11.1307 sec.",
  "cost": 0.0103,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "09011627-1535-0381-0000-480423857cb0",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.6440 sec.",
      "cost": 0.0103,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "bing",
        "ranked_keywords",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "ranked_keywords",
        "se_type": "bing",
        "target": "bing.com",
        "language_name": "English",
        "location_name": "United States",
        "load_rank_absolute": true,
        "limit": 3
      },
      "result": [
        {
          "se_type": "bing",
          "target": "bing.com",
          "location_code": 2840,
          "language_code": "en",
          "total_count": 377148,
          "items_count": 3,
          "metrics": {
            "organic": {
              "pos_1": 6393,
              "pos_2_3": 27376,
              "pos_4_10": 58089,
              "pos_11_20": 81155,
              "pos_21_30": 49238,
              "pos_31_40": 53377,
              "pos_41_50": 36726,
              "pos_51_60": 1184,
              "pos_61_70": 72,
              "pos_71_80": 42,
              "pos_81_90": 34,
              "pos_91_100": 4,
              "etv": 3379288.599591838,
              "count": 313690,
              "estimated_paid_traffic_cost": 371424.20092549536,
              "is_new": 313690,
              "is_up": 0,
              "is_down": 0,
              "is_lost": 0
            },
            "paid": {
              "pos_1": 17999,
              "pos_2_3": 19949,
              "pos_4_10": 11794,
              "pos_11_20": 268,
              "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": 148364.50237071887,
              "count": 50010,
              "estimated_paid_traffic_cost": 81304.4715692685,
              "is_new": 0,
              "is_up": 0,
              "is_down": 0,
              "is_lost": 0
            },
            "featured_snippet": {
              "pos_1": 197,
              "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": 125708.98524188995,
              "count": 197,
              "estimated_paid_traffic_cost": 40433.83521938324,
              "is_new": 0,
              "is_up": 0,
              "is_down": 0,
              "is_lost": 0
            },
            "local_pack": {
              "pos_1": 13212,
              "pos_2_3": 33,
              "pos_4_10": 6,
              "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": 49954.69750392437,
              "count": 13251,
              "estimated_paid_traffic_cost": 2609.3765846043825,
              "is_new": 0,
              "is_up": 0,
              "is_down": 0,
              "is_lost": 0
            }
          },
          "metrics_absolute": {
            "organic": {
              "pos_1": 3753,
              "pos_2_3": 10806,
              "pos_4_10": 61579,
              "pos_11_20": 78316,
              "pos_21_30": 49410,
              "pos_31_40": 50067,
              "pos_41_50": 46295,
              "pos_51_60": 12151,
              "pos_61_70": 1158,
              "pos_71_80": 98,
              "pos_81_90": 38,
              "pos_91_100": 19,
              "is_new": 313690,
              "is_up": 0,
              "is_down": 0,
              "is_lost": 0
            },
            "paid": {
              "pos_1": 5366,
              "pos_2_3": 4966,
              "pos_4_10": 2241,
              "pos_11_20": 5165,
              "pos_21_30": 15318,
              "pos_31_40": 2090,
              "pos_41_50": 3903,
              "pos_51_60": 9783,
              "pos_61_70": 992,
              "pos_71_80": 165,
              "pos_81_90": 8,
              "pos_91_100": 12,
              "is_new": 0,
              "is_up": 0,
              "is_down": 0,
              "is_lost": 0
            },
            "featured_snippet": {
              "pos_1": 146,
              "pos_2_3": 41,
              "pos_4_10": 9,
              "pos_11_20": 0,
              "pos_21_30": 0,
              "pos_31_40": 0,
              "pos_41_50": 1,
              "pos_51_60": 0,
              "pos_61_70": 0,
              "pos_71_80": 0,
              "pos_81_90": 0,
              "pos_91_100": 0,
              "is_new": 0,
              "is_up": 0,
              "is_down": 0,
              "is_lost": 0
            },
            "local_pack": {
              "pos_1": 10547,
              "pos_2_3": 2054,
              "pos_4_10": 579,
              "pos_11_20": 35,
              "pos_21_30": 9,
              "pos_31_40": 9,
              "pos_41_50": 17,
              "pos_51_60": 1,
              "pos_61_70": 0,
              "pos_71_80": 0,
              "pos_81_90": 0,
              "pos_91_100": 0,
              "is_new": 0,
              "is_up": 0,
              "is_down": 0,
              "is_lost": 0
            }
          },
          "items": [
            {
              "se_type": "bing",
              "keyword_data": {
                "se_type": "bing",
                "keyword": "023 air waybill pdf",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "bing",
                  "last_updated_time": "2022-08-12 20:28:01 +00:00",
                  "competition": 0.10000000149011612,
                  "cpc": null,
                  "search_volume": 10,
                  "monthly_searches": [
                    {
                      "year": 2022,
                      "month": 7,
                      "search_volume": 10
                    },
                    {
                      "year": 2022,
                      "month": 6,
                      "search_volume": 0
                    },
                    {
                      "year": 2022,
                      "month": 5,
                      "search_volume": 10
                    },
                    {
                      "year": 2022,
                      "month": 4,
                      "search_volume": 10
                    },
                    {
                      "year": 2022,
                      "month": 3,
                      "search_volume": 10
                    },
                    {
                      "year": 2022,
                      "month": 2,
                      "search_volume": 0
                    },
                    {
                      "year": 2022,
                      "month": 1,
                      "search_volume": 0
                    },
                    {
                      "year": 2021,
                      "month": 12,
                      "search_volume": 10
                    },
                    {
                      "year": 2021,
                      "month": 11,
                      "search_volume": 0
                    },
                    {
                      "year": 2021,
                      "month": 10,
                      "search_volume": 10
                    },
                    {
                      "year": 2021,
                      "month": 9,
                      "search_volume": 10
                    },
                    {
                      "year": 2021,
                      "month": 8,
                      "search_volume": 0
                    }
                  ]
                },
                "serp_info": {
                  "se_type": "bing",
                  "check_url": "https://www.bing.com/search?q=023%20air%20waybill%20pdf&count=50&first=1&setmkt=en-US&setlang=en-US&safesearch=Moderate&form=QBLH",
                  "serp_item_types": [
                    "organic",
                    "people_also_ask",
                    "paid",
                    "related_searches"
                  ],
                  "se_results_count": 385,
                  "last_updated_time": "2022-08-05 10:58:40 +00:00",
                  "previous_updated_time": "2022-07-02 04:52:19 +00:00"
                },
                "avg_backlinks_info": null
              },
              "ranked_serp_element": {
                "se_type": "bing",
                "serp_item": {
                  "se_type": "bing",
                  "type": "paid",
                  "rank_group": 1,
                  "rank_absolute": 22,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[22]/ul[1]/li[1]",
                  "title": "Free Ups Air Waybill Form - Ups Airway",
                  "domain": "www.bing.com",
                  "description": "Download Or Email UPS Forms & More Fillable Forms, Register and Subscribe Now!. pdfFiller allows users to edit, sign, fill and share all type of documents online.",
                  "breadcrumb": "https://pdffiller.com/YouUps/Waybill",
                  "url": "https://www.bing.com/aclk?ld=e8AFWf9p9b-IjIjkonD9tpLDVUCUwajB2MUtvs34xX7NXoXetuRhGG3ldkuBEkoTlcY6IFqJyyO1wfMQugVhrV9iUtWWL4Lt8dTz995VhIlbE4N5YkCnLojDMUFwwwgVvef7Hls4JjlrLYdU-nhRkjFL11545la2i74OdjYEdovkqEBsyuF49oi36nk5gYrAANSEzb0w&u=aHR0cHMlM2ElMmYlMmZ1cHMtYWlyLXdheWJpbGwucGRmZmlsbGVyLmNvbSUyZiUzZm1zY2xraWQlM2Q1OTAwNTRjM2JlNzAxNjc0ZWRiOTM2MmY3M2RlY2U0MiUyNnV0bV9zb3VyY2UlM2RiaW5nJTI2dXRtX21lZGl1bSUzZGNwYyUyNnV0bV9jYW1wYWlnbiUzZEluZHVzdHJ5X1NoaXBwaW5nJTI1MjBGb3JtcyUyNTIwKG5ldyklMjUyMC0lMjUyMER5bmFtaWMlMjZ1dG1fdGVybSUzZGh0dHBzJTI1M0ElMjUyRiUyNTJGdXBzLWFpci13YXliaWxsLnBkZmZpbGxlci5jb20lMjZ1dG1fY29udGVudCUzZFVQUyUyNTIwQWlyd2F5JTI1MjBCaWxsJTI1MjBJbnN0cnVjdGlvbnNfRFNB&rlid=590054c3be701674edb9362f73dece42",
                  "highlighted": null,
                  "extra": null,
                  "description_rows": null,
                  "links": null,
                  "main_domain": "bing.com",
                  "relative_url": "/aclk?ld=e8AFWf9p9b-IjIjkonD9tpLDVUCUwajB2MUtvs34xX7NXoXetuRhGG3ldkuBEkoTlcY6IFqJyyO1wfMQugVhrV9iUtWWL4Lt8dTz995VhIlbE4N5YkCnLojDMUFwwwgVvef7Hls4JjlrLYdU-nhRkjFL11545la2i74OdjYEdovkqEBsyuF49oi36nk5gYrAANSEzb0w&u=aHR0cHMlM2ElMmYlMmZ1cHMtYWlyLXdheWJpbGwucGRmZmlsbGVyLmNvbSUyZiUzZm1zY2xraWQlM2Q1OTAwNTRjM2JlNzAxNjc0ZWRiOTM2MmY3M2RlY2U0MiUyNnV0bV9zb3VyY2UlM2RiaW5nJTI2dXRtX21lZGl1bSUzZGNwYyUyNnV0bV9jYW1wYWlnbiUzZEluZHVzdHJ5X1NoaXBwaW5nJTI1MjBGb3JtcyUyNTIwKG5ldyklMjUyMC0lMjUyMER5bmFtaWMlMjZ1dG1fdGVybSUzZGh0dHBzJTI1M0ElMjUyRiUyNTJGdXBzLWFpci13YXliaWxsLnBkZmZpbGxlci5jb20lMjZ1dG1fY29udGVudCUzZFVQUyUyNTIwQWlyd2F5JTI1MjBCaWxsJTI1MjBJbnN0cnVjdGlvbnNfRFNB&rlid=590054c3be701674edb9362f73dece42",
                  "etv": 0.7110000252723694,
                  "estimated_paid_traffic_cost": null,
                  "rank_changes": {
                    "previous_rank_absolute": null,
                    "is_new": false,
                    "is_up": false,
                    "is_down": false
                  },
                  "backlinks_info": null,
                  "rank_info": {
                    "page_rank": 0,
                    "main_domain_rank": 746
                  }
                },
                "check_url": "https://www.bing.com/search?q=023%20air%20waybill%20pdf&count=50&first=1&setmkt=en-US&setlang=en-US&safesearch=Moderate&form=QBLH",
                "serp_item_types": [
                  "organic",
                  "people_also_ask",
                  "paid",
                  "related_searches"
                ],
                "se_results_count": 385,
                "keyword_difficulty": 29,
                "is_lost": false,
                "last_updated_time": "2022-08-05 10:58:40 +00:00",
                "previous_updated_time": "2022-07-02 04:52:19 +00:00"
              }
            },
            {
              "se_type": "bing",
              "keyword_data": {
                "se_type": "bing",
                "keyword": "1 800 walgreens",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "bing",
                  "last_updated_time": "2022-08-17 02:12:07 +00:00",
                  "competition": 0.10000000149011612,
                  "cpc": null,
                  "search_volume": 320,
                  "monthly_searches": [
                    {
                      "year": 2022,
                      "month": 7,
                      "search_volume": 240
                    },
                    {
                      "year": 2022,
                      "month": 6,
                      "search_volume": 250
                    },
                    {
                      "year": 2022,
                      "month": 5,
                      "search_volume": 340
                    },
                    {
                      "year": 2022,
                      "month": 4,
                      "search_volume": 410
                    },
                    {
                      "year": 2022,
                      "month": 3,
                      "search_volume": 170
                    },
                    {
                      "year": 2022,
                      "month": 2,
                      "search_volume": 180
                    },
                    {
                      "year": 2022,
                      "month": 1,
                      "search_volume": 410
                    },
                    {
                      "year": 2021,
                      "month": 12,
                      "search_volume": 740
                    },
                    {
                      "year": 2021,
                      "month": 11,
                      "search_volume": 650
                    },
                    {
                      "year": 2021,
                      "month": 10,
                      "search_volume": 420
                    },
                    {
                      "year": 2021,
                      "month": 9,
                      "search_volume": 140
                    },
                    {
                      "year": 2021,
                      "month": 8,
                      "search_volume": 140
                    }
                  ]
                },
                "serp_info": {
                  "se_type": "bing",
                  "check_url": "https://www.bing.com/search?q=1%20800%20walgreens&count=50&first=1&setmkt=en-US&setlang=en-US&safesearch=Moderate&form=QBLH",
                  "serp_item_types": [
                    "answer_box",
                    "people_also_ask",
                    "organic",
                    "paid",
                    "related_searches"
                  ],
                  "se_results_count": 7140000,
                  "last_updated_time": "2022-08-23 14:56:11 +00:00",
                  "previous_updated_time": "2022-07-21 21:37:05 +00:00"
                },
                "avg_backlinks_info": {
                  "se_type": "bing",
                  "backlinks": 1682.4000244140625,
                  "dofollow": 316.6000061035156,
                  "referring_pages": 1373.800048828125,
                  "referring_domains": 115.30000305175781,
                  "referring_main_domains": 106.4000015258789,
                  "rank": 542.9000244140625,
                  "main_domain_rank": 542.9000244140625,
                  "last_updated_time": "2022-08-12 00:40:04 +00:00"
                }
              },
              "ranked_serp_element": {
                "se_type": "bing",
                "serp_item": {
                  "se_type": "bing",
                  "type": "paid",
                  "rank_group": 1,
                  "rank_absolute": 18,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[18]/ul[1]/li[1]",
                  "title": "Walgreens Flu Shot Appointments",
                  "domain": "www.bing.com",
                  "description": ". Book Your Flu Shot & Other Vaccines Together.. When You Need To Talk Vaccinations, Our Pharmacists Are Here. Schedule Your Flu Shot Today",
                  "breadcrumb": "https://www.walgreens.com › flu-shots",
                  "url": "https://www.bing.com/aclk?ld=e8HecHGFhlqgTS8HoRHMKwETVUCUxlQ0GLCAy1o88DalGHilF5wYwcYDokrP_Crav2oq6smyuPvXBk0V_p97wmQmu9sA8E57U7lHwV03gsVHDLvOEg9QyGZsRRp7X-bRFT3ghzYzvuFsJu3a2kKW7UKCja5vY6fIVsoTrwfEHaXYDYFd15Az52VUT6JNSAQKM-hN9xvg&u=aHR0cHMlM2ElMmYlMmZjbGlja3NlcnZlLmRhcnRzZWFyY2gubmV0JTJmbGluayUyZmNsaWNrJTNmbGlkJTNkMzk3MDAwNzI0NzE4MjY3MjAlMjZkc19zX2t3Z2lkJTNkNTg3MDAwMDc5NjI5ODk0MjIlMjZkc19hX2NpZCUzZDY2MTU0MTIyMSUyNmRzX2FfY2FpZCUzZDE3OTY3NTk2MDczJTI2ZHNfYV9hZ2lkJTNkMTQyODY1MTQ3MjI3JTI2ZHNfYV9saWQlM2Rkc2EtMTcyMTEwNDc2NzI3NSUyNiUyNmRzX2VfYWRpZCUzZDc3NzIxOTI0OTczMzcwJTI2ZHNfZV90YXJnZXRfaWQlM2RkYXQtMjMyOTUyMTU0MjA5OTI3MiUzYWxvYy0xOTAlMjYlMjZkc19lX25ldHdvcmslM2RvJTI2ZHNfdXJsX3YlM2QyJTI2ZHNfZGVzdF91cmwlM2RodHRwcyUzYSUyZiUyZnRwdC5tZWRpYXBsZXguY29tJTJmZXZlbnQlMmZldGMlMmZjbGljayUzZnZuZHJfaWQlM2QxMzc4JTI2dm5kcl9uYW1lJTNkR29vZ2xlJTI1MjBTZWFyY2glMjUyME5ldHdvcmslMjZjb21wX2lkJTNkMjYyMyUyNmNhbXBhaWduX2lkJTNkMTAwMjc2JTI2ZHZjX2lkJTNkJTI2Z2dsX3BsYXlfaWQlM2QlMjZpZGZhJTNkJTI2YWRfZ3JvdXAlM2QxMjQzNTQ4MjcyMjc5NDg5JTI2Y3JlYXRpdmVfaWQlM2QlMjZwYWlkX3NlYXJjaF9rZXl3b3JkJTNkaHR0cHMlMjUzQSUyNTJGJTI1MkZ3d3cud2FsZ3JlZW5zLmNvbSUyNTJGdG9waWMlMjUyRnBoYXJtYWN5JTI1MkZzZWFzb25hbC1mbHUuanNwJTI2cGxhY2VtZW50X2lkJTNkJTI2cmRjdF91cmwlM2RodHRwcyUyNTNBJTI1MkYlMjUyRnd3dy53YWxncmVlbnMuY29tJTI1MkZ0b3BpYyUyNTJGcGhhcm1hY3klMjUyRnNlYXNvbmFsLWZsdS5qc3AlMjUzRmV4dCUyNTNEbXNuRlkyM19NU05fSUNQX0lORl9TVF9TUkNfRFNBX05BX05BX05BX0VOR1RhcmdldCUyNTJCRmx1JTI1MkJQYWdlX2h0dHBzJTI1MjUzQSUyNTI1MkYlMjUyNTJGd3d3LndhbGdyZWVucy5jb20lMjUyNTJGdG9waWMlMjUyNTJGcGhhcm1hY3klMjUyNTJGc2Vhc29uYWwtZmx1LmpzcCUyNTI2Z2NsaWQlMjUzRGU4OTRiMjVmNDk3NjE2MTM3MDkyZDE1Yjg5MmUwMWJhJTI1MjZnY2xzcmMlMjUzRDNwLmRzJTI1MjYlMjZnY2xpZCUzZGU4OTRiMjVmNDk3NjE2MTM3MDkyZDE1Yjg5MmUwMWJhJTI2Z2Nsc3JjJTNkM3AuZHMlMjZnY2xpZCUzZGU4OTRiMjVmNDk3NjE2MTM3MDkyZDE1Yjg5MmUwMWJhJTI2Z2Nsc3JjJTNkM3AuZHMlMjZtc2Nsa2lkJTNkZTg5NGIyNWY0OTc2MTYxMzcwOTJkMTViODkyZTAxYmE&rlid=e894b25f497616137092d15b892e01ba",
                  "highlighted": null,
                  "extra": null,
                  "description_rows": null,
                  "links": null,
                  "main_domain": "bing.com",
                  "relative_url": "/aclk?ld=e8HecHGFhlqgTS8HoRHMKwETVUCUxlQ0GLCAy1o88DalGHilF5wYwcYDokrP_Crav2oq6smyuPvXBk0V_p97wmQmu9sA8E57U7lHwV03gsVHDLvOEg9QyGZsRRp7X-bRFT3ghzYzvuFsJu3a2kKW7UKCja5vY6fIVsoTrwfEHaXYDYFd15Az52VUT6JNSAQKM-hN9xvg&u=aHR0cHMlM2ElMmYlMmZjbGlja3NlcnZlLmRhcnRzZWFyY2gubmV0JTJmbGluayUyZmNsaWNrJTNmbGlkJTNkMzk3MDAwNzI0NzE4MjY3MjAlMjZkc19zX2t3Z2lkJTNkNTg3MDAwMDc5NjI5ODk0MjIlMjZkc19hX2NpZCUzZDY2MTU0MTIyMSUyNmRzX2FfY2FpZCUzZDE3OTY3NTk2MDczJTI2ZHNfYV9hZ2lkJTNkMTQyODY1MTQ3MjI3JTI2ZHNfYV9saWQlM2Rkc2EtMTcyMTEwNDc2NzI3NSUyNiUyNmRzX2VfYWRpZCUzZDc3NzIxOTI0OTczMzcwJTI2ZHNfZV90YXJnZXRfaWQlM2RkYXQtMjMyOTUyMTU0MjA5OTI3MiUzYWxvYy0xOTAlMjYlMjZkc19lX25ldHdvcmslM2RvJTI2ZHNfdXJsX3YlM2QyJTI2ZHNfZGVzdF91cmwlM2RodHRwcyUzYSUyZiUyZnRwdC5tZWRpYXBsZXguY29tJTJmZXZlbnQlMmZldGMlMmZjbGljayUzZnZuZHJfaWQlM2QxMzc4JTI2dm5kcl9uYW1lJTNkR29vZ2xlJTI1MjBTZWFyY2glMjUyME5ldHdvcmslMjZjb21wX2lkJTNkMjYyMyUyNmNhbXBhaWduX2lkJTNkMTAwMjc2JTI2ZHZjX2lkJTNkJTI2Z2dsX3BsYXlfaWQlM2QlMjZpZGZhJTNkJTI2YWRfZ3JvdXAlM2QxMjQzNTQ4MjcyMjc5NDg5JTI2Y3JlYXRpdmVfaWQlM2QlMjZwYWlkX3NlYXJjaF9rZXl3b3JkJTNkaHR0cHMlMjUzQSUyNTJGJTI1MkZ3d3cud2FsZ3JlZW5zLmNvbSUyNTJGdG9waWMlMjUyRnBoYXJtYWN5JTI1MkZzZWFzb25hbC1mbHUuanNwJTI2cGxhY2VtZW50X2lkJTNkJTI2cmRjdF91cmwlM2RodHRwcyUyNTNBJTI1MkYlMjUyRnd3dy53YWxncmVlbnMuY29tJTI1MkZ0b3BpYyUyNTJGcGhhcm1hY3klMjUyRnNlYXNvbmFsLWZsdS5qc3AlMjUzRmV4dCUyNTNEbXNuRlkyM19NU05fSUNQX0lORl9TVF9TUkNfRFNBX05BX05BX05BX0VOR1RhcmdldCUyNTJCRmx1JTI1MkJQYWdlX2h0dHBzJTI1MjUzQSUyNTI1MkYlMjUyNTJGd3d3LndhbGdyZWVucy5jb20lMjUyNTJGdG9waWMlMjUyNTJGcGhhcm1hY3klMjUyNTJGc2Vhc29uYWwtZmx1LmpzcCUyNTI2Z2NsaWQlMjUzRGU4OTRiMjVmNDk3NjE2MTM3MDkyZDE1Yjg5MmUwMWJhJTI1MjZnY2xzcmMlMjUzRDNwLmRzJTI1MjYlMjZnY2xpZCUzZGU4OTRiMjVmNDk3NjE2MTM3MDkyZDE1Yjg5MmUwMWJhJTI2Z2Nsc3JjJTNkM3AuZHMlMjZnY2xpZCUzZGU4OTRiMjVmNDk3NjE2MTM3MDkyZDE1Yjg5MmUwMWJhJTI2Z2Nsc3JjJTNkM3AuZHMlMjZtc2Nsa2lkJTNkZTg5NGIyNWY0OTc2MTYxMzcwOTJkMTViODkyZTAxYmE&rlid=e894b25f497616137092d15b892e01ba",
                  "etv": 22.75200080871582,
                  "estimated_paid_traffic_cost": null,
                  "rank_changes": {
                    "previous_rank_absolute": null,
                    "is_new": false,
                    "is_up": false,
                    "is_down": false
                  },
                  "backlinks_info": null,
                  "rank_info": {
                    "page_rank": 0,
                    "main_domain_rank": 746
                  }
                },
                "check_url": "https://www.bing.com/search?q=1%20800%20walgreens&count=50&first=1&setmkt=en-US&setlang=en-US&safesearch=Moderate&form=QBLH",
                "serp_item_types": [
                  "answer_box",
                  "people_also_ask",
                  "organic",
                  "paid",
                  "related_searches"
                ],
                "se_results_count": 7140000,
                "keyword_difficulty": 69,
                "is_lost": false,
                "last_updated_time": "2022-08-23 14:56:11 +00:00",
                "previous_updated_time": "2022-07-21 21:37:05 +00:00"
              }
            },
            {
              "se_type": "bing",
              "keyword_data": {
                "se_type": "bing",
                "keyword": "1 baylor plz houston tx 77030",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "bing",
                  "last_updated_time": "2022-08-14 21:37:09 +00:00",
                  "competition": 0.10000000149011612,
                  "cpc": null,
                  "search_volume": 10,
                  "monthly_searches": [
                    {
                      "year": 2022,
                      "month": 7,
                      "search_volume": 0
                    },
                    {
                      "year": 2022,
                      "month": 6,
                      "search_volume": 10
                    },
                    {
                      "year": 2022,
                      "month": 5,
                      "search_volume": 10
                    },
                    {
                      "year": 2022,
                      "month": 4,
                      "search_volume": 10
                    },
                    {
                      "year": 2022,
                      "month": 3,
                      "search_volume": 0
                    },
                    {
                      "year": 2022,
                      "month": 2,
                      "search_volume": 10
                    },
                    {
                      "year": 2022,
                      "month": 1,
                      "search_volume": 10
                    },
                    {
                      "year": 2021,
                      "month": 12,
                      "search_volume": 10
                    },
                    {
                      "year": 2021,
                      "month": 11,
                      "search_volume": 10
                    },
                    {
                      "year": 2021,
                      "month": 10,
                      "search_volume": 10
                    },
                    {
                      "year": 2021,
                      "month": 9,
                      "search_volume": 10
                    },
                    {
                      "year": 2021,
                      "month": 8,
                      "search_volume": 0
                    }
                  ]
                },
                "serp_info": {
                  "se_type": "bing",
                  "check_url": "https://www.bing.com/search?q=1%20baylor%20plz%20houston%20tx%2077030&count=50&first=1&setmkt=en-US&setlang=en-US&safesearch=Moderate&form=QBLH",
                  "serp_item_types": [
                    "local_pack",
                    "organic",
                    "related_searches"
                  ],
                  "se_results_count": 6950000000,
                  "last_updated_time": "2022-08-05 07:42:42 +00:00",
                  "previous_updated_time": "2022-07-02 01:50:22 +00:00"
                },
                "avg_backlinks_info": null
              },
              "ranked_serp_element": {
                "se_type": "bing",
                "serp_item": {
                  "se_type": "bing",
                  "type": "local_pack",
                  "rank_group": 1,
                  "rank_absolute": 1,
                  "position": "left",
                  "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[1]/div[1]/div[2]",
                  "title": "DR. KATI CHOI",
                  "description": "1 Baylor Plz, Houston, TX 77030 \n",
                  "domain": "www.bing.com",
                  "phone": "(713) 798-5588",
                  "url": "https://www.bing.com/local?lid=YN873x4848278369719394488&id=YN873x4848278369719394488&q=DR.+KATI+CHOI+Houston+TX&name=DR.+KATI+CHOI&cp=29.71051~-95.3965&qpvt=1+baylor+plz+houston+tx+77030",
                  "is_paid": false,
                  "rating": null,
                  "main_domain": "bing.com",
                  "relative_url": "/local?lid=YN873x4848278369719394488&id=YN873x4848278369719394488&q=DR.+KATI+CHOI+Houston+TX&name=DR.+KATI+CHOI&cp=29.71051~-95.3965&qpvt=1+baylor+plz+houston+tx+77030",
                  "etv": 3.0399999618530273,
                  "estimated_paid_traffic_cost": null,
                  "rank_changes": {
                    "previous_rank_absolute": null,
                    "is_new": false,
                    "is_up": false,
                    "is_down": false
                  },
                  "backlinks_info": null,
                  "rank_info": {
                    "page_rank": 0,
                    "main_domain_rank": 746
                  }
                },
                "check_url": "https://www.bing.com/search?q=1%20baylor%20plz%20houston%20tx%2077030&count=50&first=1&setmkt=en-US&setlang=en-US&safesearch=Moderate&form=QBLH",
                "serp_item_types": [
                  "local_pack",
                  "organic",
                  "related_searches"
                ],
                "se_results_count": 6950000000,
                "keyword_difficulty": 14,
                "is_lost": false,
                "last_updated_time": "2022-08-05 07:42:42 +00:00",
                "previous_updated_time": "2022-07-02 01:50:22 +00:00"
              }
            }
          ]
        }
      ]
    }
  ]
}

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:// or www.
if you want to get the keywords a particular webpage ranks for, specify the filter by the
ranked_serp_element.serp_item.relative_url parameter
example:
"filters":[
"ranked_serp_element.serp_item.relative_url", "=", "/apis/rank-tracker-api"]
location_name string full name of the location
optional field
if you use this field, you don’t need to specify 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;
ignore this field to get the results for all available locations;
Note: this endpoint currently supports the US location only;
example:
United States
location_code integer location code
optional field
if you use this field, you don’t need to specify location_name
you can receive the list of available locations with their location_code by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
ignore this field to get the results for all available locations;
Note: this endpoint currently supports the US location only;
example:
2840
language_name string full name of the language
optional field
if you use this field, you don’t need to specify 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
ignore this field to get the results for all available languages
example:
English
language_code string language code
optional field
if you use this field, you don’t need to specify language_name
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
ignore this field to get the results for all available 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"]

ignore_synonyms boolean ignore highly similar keywords
optional field
if set to true only core keywords will be returned, all highly similar keywords will be excluded;
default value: false
limit integer the maximum number of returned keywords
optional field
default value: 100
maximum value: 1000
offset integer offset in the results array of returned keywords
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
load_rank_absolute boolean return rankings distribution by rank_absolute
optional field
default value: false
if set to true, we will return the field metrics_absolute containing rankings distribution by the rank_absolute parameter that indicates the result’s position among all SERP elements
historical_serp_mode string data collection mode
optional field
you can use this field to filter the results;
possible types of filtering:
live — return keywords for which the specified target currently has ranking results in SERP;
lost — return keywords for which the specified target had previously had ranking results in SERP, but didn’t have them during the last check;
all — return both types of keywords.
default value: live
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, like, not_like
you can use the % operator with like and not_like to match any string of zero or more characters
example:
["ranked_serp_element.serp_item.rank_group","<=",10]

[["ranked_serp_element.serp_item.rank_group","<=",10],
"and",
["ranked_serp_element.serp_item.type","<>","paid"]]

[["keyword_data.keyword_info.search_volume","<>",0],
"and",
[["ranked_serp_element.serp_item.type","<>","paid"],"or",["ranked_serp_element.serp_item.is_malicious","=",false]]]

if you want to get the keywords a particular webpage ranks for, specify the filter by the ranked_serp_element.serp_item.relative_url parameter
example:
["ranked_serp_element.serp_item.relative_url", "=", "/apis/rank-tracker-api"]
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 set up a sorting type
example:
["keyword_data.keyword_info.competition,desc"]
default rule:
["ranked_serp_element.serp_item.rank_group,asc"]
note that you can set no more than three sorting rules in a single request
you should use a comma to separate several sorting rules
example:
["keyword_data.keyword_info.search_volume,desc","keyword_data.keyword_info.cpc,desc"]
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
if there is no data, then the value is null
            language_code string language code in a POST array
if there is no data, then the value is null
            total_count integer total number of results in our database relevant to your request
            items_count integer the number of results returned in the items array
            metrics object ranking data relevant to the specified domain
ranking data is provided by the rank_group parameters that show the result’s rank considering only equivalent SERP elements
                organic object ranking and traffic data from organic search
                    pos_1 integer number of organic SERPs where the domain ranks #1
                    pos_2_3 integer number of organic SERPs where the domain ranks #2-3
                    pos_4_10 integer number of organic SERPs where the domain ranks #4-10
                    pos_11_20 integer number of organic SERPs where the domain ranks #11-20
                    pos_21_30 integer number of organic SERPs where the domain ranks #21-30
                    pos_31_40 integer number of organic SERPs where the domain ranks #31-40
                    pos_41_50 integer number of organic SERPs where the domain ranks #41-50
                    pos_51_60 integer number of organic SERPs where the domain ranks #51-60
                    pos_61_70 integer number of organic SERPs where the domain ranks #61-70
                    pos_71_80 integer number of organic SERPs where the domain ranks #71-80
                    pos_81_90 integer number of organic SERPs where the domain ranks #81-90
                    pos_91_100 integer number of organic SERPs where the domain ranks #91-100
                    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 for all keywords 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 this domain
                    is_up integer rank went up
indicates how many ranked elements of this domain went up in Bing Search
                    is_down integer rank went down
indicates how many ranked elements of this domain went down in Bing Search
                    is_lost integer lost ranked elements
indicates how many ranked elements of this domain 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 paid SERPs where the domain ranks #1
                    pos_2_3 integer number of paid SERPs where the domain ranks #2-3
                    pos_4_10 integer number of paid SERPs where the domain ranks #4-10
                    pos_11_20 integer number of paid SERPs where the domain ranks #11-20
                    pos_21_30 integer number of paid SERPs where the domain ranks #21-30
                    pos_31_40 integer number of paid SERPs where the domain ranks #31-40
                    pos_41_50 integer number of paid SERPs where the domain ranks #41-50
                    pos_51_60 integer number of paid SERPs where the domain ranks #51-60
                    pos_61_70 integer number of paid SERPs where the domain ranks #61-70
                    pos_71_80 integer number of paid SERPs where the domain ranks #71-80
                    pos_81_90 integer number of paid SERPs where the domain ranks #81-90
                    pos_91_100 integer number of paid SERPs where the domain ranks #91-100
                    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 based on etv and cpc values
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 this domain
                    is_up integer rank went up
indicates how many ranked elements of this domain went up in Bing Search
                    is_down integer rank went down
indicates how many ranked elements of this domain went down in Bing Search
                    is_lost integer lost ranked elements
indicates how many ranked elements of this domain were previously presented in SERPs, but weren’t found during the last check
                featured_snippet object ranking and traffic data from the featured snippet results in Bing SERP
                    pos_1 integer number of featured snippet items where the domain ranks #1
                    pos_2_3 integer number of featured snippet items where the domain ranks #2-3
                    pos_4_10 integer number of featured snippet items where the domain ranks #4-10
                    pos_11_20 integer number of featured snippet items where the domain ranks #11-20
                    pos_21_30 integer number of featured snippet items where the domain ranks #21-30
                    pos_31_40 integer number of featured snippet items where the domain ranks #31-40
                    pos_41_50 integer number of featured snippet items where the domain ranks #41-50
                    pos_51_60 integer number of featured snippet items where the domain ranks #51-60
                    pos_61_70 integer number of featured snippet items where the domain ranks #61-70
                    pos_71_80 integer number of featured snippet items where the domain ranks #71-80
                    pos_81_90 integer number of featured snippet items where the domain ranks #81-90
                    pos_91_100 integer number of featured snippet items where the domain ranks #91-100
                    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 featured snippet items 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 the local pack results in SERP
                    pos_1 integer number of local pack items where the domain ranks #1
                    pos_2_3 integer number of local pack items where the domain ranks #2-3
                    pos_4_10 integer number of local pack items where the domain ranks #4-10
                    pos_11_20 integer number of local pack items where the domain ranks #11-20
                    pos_21_30 integer number of local pack items where the domain ranks #21-30
                    pos_31_40 integer number of local pack items where the domain ranks #31-40
                    pos_41_50 integer number of local pack items where the domain ranks #41-50
                    pos_51_60 integer number of local pack items where the domain ranks #51-60
                    pos_61_70 integer number of local pack items where the domain ranks #61-70
                    pos_71_80 integer number of local pack items where the domain ranks #71-80
                    pos_81_90 integer number of local pack items where the domain ranks #81-90
                    pos_91_100 integer number of local pack items where the domain ranks #91-100
                    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 local pack items 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
            metrics_absolute object ranking data relevant to the specified domain
ranking data is provided by the rank_absolute parameters that indicate the result’s position among all SERP elements
                organic array ranking data from organic search
                    pos_1 integer number of organic SERPs where the domain ranks #1
                    pos_2_3 integer number of organic SERPs where the domain ranks #2-3
                    pos_4_10 integer number of organic SERPs where the domain ranks #4-10
                    pos_11_20 integer number of organic SERPs where the domain ranks #11-20
                    pos_21_30 integer number of organic SERPs where the domain ranks #21-30
                    pos_31_40 integer number of organic SERPs where the domain ranks #31-40
                    pos_41_50 integer number of organic SERPs where the domain ranks #41-50
                    pos_51_60 integer number of organic SERPs where the domain ranks #51-60
                    pos_61_70 integer number of organic SERPs where the domain ranks #61-70
                    pos_71_80 integer number of organic SERPs where the domain ranks #71-80
                    pos_81_90 integer number of organic SERPs where the domain ranks #81-90
                    pos_91_100 integer number of organic SERPs where the domain ranks #91-100
                    is_new integer number of new ranked elements
indicates how many new ranked elements were found for this domain
                    is_up integer rank went up
indicates how many ranked elements of this domain went up in Bing Search
                    is_down integer rank went down
indicates how many ranked elements of this domain went down in Bing Search
                    is_lost integer lost ranked elements
indicates how many ranked elements of this domain were previously presented in SERPs, but weren’t found during the last check
                paid array ranking data from paid search
                    pos_1 integer number of paid SERPs where the domain ranks #1
                    pos_2_3 integer number of paid SERPs where the domain ranks #2-3
                    pos_4_10 integer number of paid SERPs where the domain ranks #4-10
                    pos_11_20 integer number of paid SERPs where the domain ranks #11-20
                    pos_21_30 integer number of paid SERPs where the domain ranks #21-30
                    pos_31_40 integer number of paid SERPs where the domain ranks #31-40
                    pos_41_50 integer number of paid SERPs where the domain ranks #41-50
                    pos_51_60 integer number of paid SERPs where the domain ranks #51-60
                    pos_61_70 integer number of paid SERPs where the domain ranks #61-70
                    pos_71_80 integer number of paid SERPs where the domain ranks #71-80
                    pos_81_90 integer number of paid SERPs where the domain ranks #81-90
                    pos_91_100 integer number of paid SERPs where the domain ranks #91-100
                    is_new integer number of new ranked elements
indicates how many new ranked elements were found for this domain
                    is_up integer rank went up
indicates how many ranked elements of this domain went up in Bing Search
                    is_down integer rank went down
indicates how many ranked elements of this domain went down in Bing Search
                    is_lost integer lost ranked elements
indicates how many ranked elements of this domain were previously presented in SERPs, but weren’t found during the last check
                featured_snippet array ranking and traffic data from the featured snippet results in Bing SERP
                    pos_1 integer number of featured snippet items where the domain ranks #1
                    pos_2_3 integer number of featured snippet items where the domain ranks #2-3
                    pos_4_10 integer number of featured snippet items where the domain ranks #4-10
                    pos_11_20 integer number of featured snippet items where the domain ranks #11-20
                    pos_21_30 integer number of featured snippet items where the domain ranks #21-30
                    pos_31_40 integer number of featured snippet items where the domain ranks #31-40
                    pos_41_50 integer number of featured snippet items where the domain ranks #41-50
                    pos_51_60 integer number of featured snippet items where the domain ranks #51-60
                    pos_61_70 integer number of featured snippet items where the domain ranks #61-70
                    pos_71_80 integer number of featured snippet items where the domain ranks #71-80
                    pos_81_90 integer number of featured snippet items where the domain ranks #81-90
                    pos_91_100 integer number of featured snippet items where the domain ranks #91-100
                    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 featured snippet items 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 array ranking and traffic data from the local pack results in SERP
                    pos_1 integer number of local pack items where the domain ranks #1
                    pos_2_3 integer number of local pack items where the domain ranks #2-3
                    pos_4_10 integer number of local pack items where the domain ranks #4-10
                    pos_11_20 integer number of local pack items where the domain ranks #11-20
                    pos_21_30 integer number of local pack items where the domain ranks #21-30
                    pos_31_40 integer number of local pack items where the domain ranks #31-40
                    pos_41_50 integer number of local pack items where the domain ranks #41-50
                    pos_51_60 integer number of local pack items where the domain ranks #51-60
                    pos_61_70 integer number of local pack items where the domain ranks #61-70
                    pos_71_80 integer number of local pack items where the domain ranks #71-80
                    pos_81_90 integer number of local pack items where the domain ranks #81-90
                    pos_91_100 integer number of local pack items where the domain ranks #91-100
                    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 local pack items 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
            items array contains ranked keywords and related data
                    keyword_data array keyword data for the returned keyword
                        se_type string search engine type
                        keyword string returned keyword
                        location_code integer location code in a POST array
                        language_code integer language code in a POST array
                        keyword_info array keyword data for the returned keyword
                            se_type string search engine type
                            last_updated_time string date and time when keyword data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00
                            competition float competition
represents the relative amount of competition associated with the given keyword
this value is based on Bing Ads data and can be between 0 and 1 (inclusive)
if there is no data the value is null
                            cpc float cost-per-click
represents the average cost per click (USD) historically paid for the keyword
if there is no data then the value is null
                            search_volume integer average monthly search volume rate
represents the (approximate) number of searches for the given keyword on bing.com
if there is no data then the value is null
                            monthly_searches array monthly searches
represents the (approximate) number of searches on this keyword (as available for the past twelve months), targeted to the specified geographic locations
if there is no data then the value is null
                                year integer year
                                month integer month
                                search_volume integer monthly average search volume rate
                        serp_info array SERP data
                            se_type string search engine type
                            check_url string direct URL to search engine results
you can use it to make sure that we provided accurate results
                            serp_item_types array types of search results in SERP
contains types of search results (items) found in SERP
possible item types:
answer_box, carousel, events, featured_snippet, hotels_pack, images, jobs, local_pack, map, organic, paid, people_also_ask, people_also_search,questions_and_answers, recipes, related_searches, shopping, top_stories, video;
note that the actual results will be returned only for organic, paid, featured_snippet, and local_pack elements
                            se_results_count string number of search results for the returned keyword
                            keyword_difficulty integer difficulty of ranking in the first top-10 organic results for a keyword
indicates the chance of getting in top-10 organic results for a keyword on a logarithmic scale from 0 to 100;
calculated by analysing, among other parameters, link profiles of the first 10 pages in SERP
                            last_updated_time string date and time when SERP data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00
                            previous_updated_time string previous to the most recent date and time when SERP data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-10-15 12:57:46 +00:00
                        avg_backlinks_info object backlink data for the returned keyword
this object provides the average number of backlinks, referring pages and domains, as well as the average rank values among the top-10 websites ranking organically for the keyword
                            se_type string search engine type
                            backlinks float average number of backlinks
                            dofollow float average number of dofollow links
                            referring_pages float average number of referring pages
                            referring_domains float average number of referring domains
                            referring_main_domains float average number of referring main domains
                            rank float average rank
learn more about the metric and its calculation formula in this help center article
                            main_domain_rank float average main domain rank
learn more about the metric and its calculation formula in this help center article
                            last_updated_time string date and time when backlink data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00
                    ranked_serp_element array contains data on the domain’s SERP element found for the returned keyword
                        se_type string search engine type
                        serp_item array contains data on the SERP element
the list of supported SERP elements can be found below
                           se_type string search engine type
                        ‘organic’ element in SERP
                           type string type of element = ‘organic’
                           rank_group integer position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
                           rank_absolute integer absolute rank in SERP
absolute position among all the elements in SERP
                           position string the alignment of the element in SERP
can take the following values:
left, right
                           xpath string the XPath of the element
                           domain string subdomain in SERP
                           title string title of the result in SERP
                           url string relevant URL in SERP
                           breadcrumb string breadcrumb in SERP
                           is_image boolean indicates whether the element contains an image
                           is_video boolean indicates whether the element contains a video
                           is_featured_snippet boolean indicates whether the element is a featured_snippet
                           is_malicious boolean indicates whether the element is marked as malicious
                           description string description of the results element in SERP
                           pre_snippet string includes additional information appended before the result description in SERP
                           extended_snippet string includes additional information appended after the result description in SERP
                           amp_version boolean Accelerated Mobile Pages
indicates whether an item has the Accelerated Mobile Page (AMP) version
                           rating object the item’s rating
the popularity rate based on reviews and displayed in SERP
                             rating_type string the type of rating
here you can find the following elements: Max5, Percents, CustomMax
                             value integer the value of the rating
                             votes_count integer the amount of feedback
                             rating_max integer the maximum value for a rating_type
                           highlighted array words highlighted in bold within the results description
                           links array sitelinks
the links shown below some of Google’s search results
if there are none, equals null
                             type string type of element = ‘link_element
                             title string title of the result in SERP
                             description string description of the results element in SERP
                             url string sitelink URL
                           main_domain string primary domain name in SERP
                           relative_url string URL in SERP that does not specify the HTTPs protocol and domain name
                           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 the returned keyword
learn more about how the metric is calculated in this help center article
                           estimated_paid_traffic_cost float estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads for the returned keyword
the metric is calculated as the product of organic etv and paid cpc values and indicates the cost of driving the estimated volume of monthly organic traffic through PPC advertising in Google Search
learn more about how the metric is calculated in this help center article
                           rank_changes array changes in rankings
contains information about the ranking changes of the SERP element since the previous_updated_time
                               previous_rank_absolute integer previous absolute rank in SERP
indicates previous rank of the element in Google SERP;
if this element is new, the value will be null
                               is_new boolean element was previously present in SERP
if the value is true, previously collected SERP didn’t contain this element
                               is_up boolean rank of this element went up
if the value is true, position of the element in SERP is higher compared to the previous check
                               is_down boolean rank of this element went down
if the value is true, position of the element in SERP is lower compared to the previous check
                           backlinks_info object backlinks information for the target website
                               referring_domains integer number of referring domains
referring domains include subdomains that are counted as separate domains for this metric
                               referring_main_domains integer number of referring main domains
                               referring_pages integer number of pages pointing to the target website
                               dofollow integer number of dofollow links
                               backlinks integer total number of backlinks
the total number of backlinks, including dofollow and nofollow links
                               time_update string date and time when backlink data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
example:
2019-11-15 12:57:46 +00:00
                           rank_info object page and domain rank information
                               page_rank integer page rank
page_rank is calculated based on the method for node ranking in a linked database – a principle used in the original Google PageRank algorithm;
learn more about the metric and how it is calculated in this help center article
                               main_domain_rank integer main domain rank
main_domain_rank is calculated based on the method for node ranking in a linked database – a principle used in the original Google PageRank algorithm
learn more about the metric and how it is calculated in this help center article
                        ‘paid’ element in SERP
                           type string type of element = ‘paid’
                           rank_group integer position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
                           rank_absolute integer absolute rank in SERP
absolute position among all the elements in SERP
                           position string the alignment of the element in SERP
can take the following values:
left, right
                           xpath string the XPath of the element
                           title string title of the result in SERP
                           domain string domain in SERP of the Ad element
                           description string description of the results element in SERP
                           breadcrumb string breadcrumb of the Ad element in SERP
                           url string relevant URL of the Ad element in SERP
                           highlighted array words highlighted in bold within the results description
                           extra object additional information about the result
                             ad_aclk string the identifier of the ad
                           description_rows array extended description
if there is none, equals null
                           links array sitelinks
the links shown below some of Google’s search results
if there are none, equals null
                             type string type of element = ‘ad_link_element
                             title string title of the link element
                             description string description of the results element in SERP
                             url string URL link
                             ad_aclk string the identifier of the ad
                           main_domain string primary domain name in SERP
                           relative_url string URL in SERP that does not specify the HTTPs protocol and domain name
                           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 the returned keyword
learn more about how the metric is calculated in this help center article
                           estimated_paid_traffic_cost float estimated cost of paid monthly search traffic
represents the estimated cost of paid monthly traffic based on etv and cpc values
learn more about how the metric is calculated in this help center article
                           rank_changes array changes in rankings
contains information about the ranking changes of the SERP element since the previous_updated_time
                               previous_rank_absolute integer previous absolute rank in SERP
indicates previous rank of the element in Google SERP;
if this element is new, the value will be null
                               is_new boolean element was previously present in SERP
if the value is true, previously collected SERP didn’t contain this element
                               is_up boolean rank of this element went up
if the value is true, position of the element in SERP is higher compared to the previous check
                               is_down boolean rank of this element went down
if the value is true, position of the element in SERP is lower compared to the previous check
                           backlinks_info object backlinks information for the target website
                               referring_domains integer number of referring domains
referring domains include subdomains that are counted as separate domains for this metric
                               referring_main_domains integer number of referring main domains
                               referring_pages integer number of pages pointing to the target website
                               dofollow integer number of dofollow links
                               backlinks integer total number of backlinks
the total number of backlinks, including dofollow and nofollow links
                               time_update string date and time when backlink data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
example:
2019-11-15 12:57:46 +00:00
                           rank_info object page and domain rank information
                               page_rank integer page rank
page_rank is calculated based on the method for node ranking in a linked database – a principle used in the original Google PageRank algorithm;
learn more about the metric and how it is calculated in this help center article
                               main_domain_rank integer main domain rank
main_domain_rank is calculated based on the method for node ranking in a linked database – a principle used in the original Google PageRank algorithm
learn more about the metric and how it is calculated in this help center article
                        ‘local_pack’ element in SERP
                           type string type of element = ‘local_pack’
                           rank_group integer position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
                           rank_absolute integer absolute rank in SERP
absolute position among all the elements in SERP
                           position string the alignment of the element in SERP
can take the following values:
left, right
                           xpath string the XPath of the element
                           title string title of the result in SERP
                           description string description of the results element in SERP
                           domain string domain in SERP
                           phone string phone number
                           url string relevant URL
                           is_paid boolean indicates whether the element is an ad
                           rating array the item’s rating
the popularity rate based on reviews and displayed in SERP
                             rating_type string the type of rating
here you can find the following elements: Max5, Percents, CustomMax
                             value integer the value of the rating
                             votes_count integer the amount of feedback
                             rating_max integer the maximum value for a rating_type
                           main_domain string primary domain name in SERP
                           relative_url string URL in SERP that does not specify the HTTPs protocol and domain name
                           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 the returned keyword
learn more about how the metric is calculated in this help center article
                           estimated_paid_traffic_cost float estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads for the returned keyword
the metric is calculated as the product of organic etv and paid cpc values and indicates the cost of driving the estimated volume of monthly organic traffic through PPC advertising in Google Search
learn more about how the metric is calculated in this help center article
                           rank_changes array changes in rankings
contains information about the ranking changes of the SERP element since the previous_updated_time
                               previous_rank_absolute integer previous absolute rank in SERP
indicates previous rank of the element in Google SERP;
if this element is new, the value will be null
                               is_new boolean element was previously present in SERP
if the value is true, previously collected SERP didn’t contain this element
                               is_up boolean rank of this element went up
if the value is true, position of the element in SERP is higher compared to the previous check
                               is_down boolean rank of this element went down
if the value is true, position of the element in SERP is lower compared to the previous check
                           backlinks_info object backlinks information for the target website
                               referring_domains integer number of referring domains
referring domains include subdomains that are counted as separate domains for this metric
                               referring_main_domains integer number of referring main domains
                               referring_pages integer number of pages pointing to the target website
                               dofollow integer number of dofollow links
                               backlinks integer total number of backlinks
the total number of backlinks, including dofollow and nofollow links
                               time_update string date and time when backlink data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
example:
2019-11-15 12:57:46 +00:00
                           rank_info object page and domain rank information
                               page_rank integer page rank
page_rank is calculated based on the method for node ranking in a linked database – a principle used in the original Google PageRank algorithm;
learn more about the metric and how it is calculated in this help center article
                               main_domain_rank integer main domain rank
main_domain_rank is calculated based on the method for node ranking in a linked database – a principle used in the original Google PageRank algorithm
learn more about the metric and how it is calculated in this help center article
                        ‘featured_snippet’ element in SERP
                           type string type of element = ‘featured_snippet’
                           rank_group integer position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
                           rank_absolute integer absolute rank in SERP
absolute position among all the elements in SERP
                           position string the alignment of the element in SERP
can take the following values:
left, right
                           xpath string the XPath of the element
                           domain string domain in SERP
                           title string title of the result in SERP
                           featured_title string the title of the featured snippets source page
                           description string description of the results element in SERP
                           url string relevant URL
                           table array results table
if there are none, equals null
                             table_header array column names
                             table_content array the content of the table
one line of the table in this element of the array
                           main_domain string primary domain name in SERP
                           relative_url string URL in SERP that does not specify the HTTPs protocol and domain name
                           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 the returned keyword
learn more about how the metric is calculated in this help center article
                           estimated_paid_traffic_cost float estimated cost of converting organic search traffic into paid
represents the estimated monthly cost of running ads for the returned keyword
the metric is calculated as the product of organic etv and paid cpc values and indicates the cost of driving the estimated volume of monthly organic traffic through PPC advertising in Google Search
learn more about how the metric is calculated in this help center article
                           rank_changes array changes in rankings
contains information about the ranking changes of the SERP element since the previous_updated_time
                               previous_rank_absolute integer previous absolute rank in SERP
indicates previous rank of the element in Google SERP;
if this element is new, the value will be null
                               is_new boolean element was previously present in SERP
if the value is true, previously collected SERP didn’t contain this element
                               is_up boolean rank of this element went up
if the value is true, position of the element in SERP is higher compared to the previous check
                               is_down boolean rank of this element went down
if the value is true, position of the element in SERP is lower compared to the previous check
                           backlinks_info object backlinks information for the target website
                               referring_domains integer number of referring domains
referring domains include subdomains that are counted as separate domains for this metric
                               referring_main_domains integer number of referring main domains
                               referring_pages integer number of pages pointing to the target website
                               dofollow integer number of dofollow links
                               backlinks integer total number of backlinks
the total number of backlinks, including dofollow and nofollow links
                               time_update string date and time when backlink data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
example:
2019-11-15 12:57:46 +00:00
                           rank_info object page and domain rank information
                               page_rank integer page rank
page_rank is calculated based on the method for node ranking in a linked database – a principle used in the original Google PageRank algorithm;
learn more about the metric and how it is calculated in this help center article
                               main_domain_rank integer main domain rank
main_domain_rank is calculated based on the method for node ranking in a linked database – a principle used in the original Google PageRank algorithm
learn more about the metric and how it is calculated in this help center article
                        check_url string direct URL to search engine results
you can use it to make sure that we provided accurate results
                        serp_item_types array types of search results in SERP
contains types of search results (items) found in SERP
possible item types:
answer_box, carousel, events, featured_snippet, hotels_pack, images, jobs, local_pack, map, organic, paid, people_also_ask, people_also_search,questions_and_answers, recipes, related_searches, shopping, top_stories, video;
note that the actual results will be returned only for organic, paid, featured_snippet, and local_pack elements
                        se_results_count string number of search results for the returned keyword
                        keyword_difficulty integer difficulty of ranking in the first top-10 organic results for a keyword
indicates the chance of getting in top-10 organic results for a keyword on a logarithmic scale from 0 to 100;
calculated by analysing, among other parameters, link profiles of the first 10 pages in SERP
                        is_lost boolean indicates whether the keyword is lost
if true, the target had previously had ranking results in SERP for the keyword, but din’t have them during the last check
                        last_updated_time string date and time when SERP data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00
                        previous_updated_time string previous to the most recent date and time when SERP data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-10-15 12:57:46 +00:00

‌‌