{"id":8362,"date":"2021-03-03T15:14:26","date_gmt":"2021-03-03T15:14:26","guid":{"rendered":"https:\/\/docs_v3.dataforseo.com\/v3\/?page_id=8362"},"modified":"2025-12-08T17:58:10","modified_gmt":"2025-12-08T17:58:10","slug":"backlinks-history-live","status":"publish","type":"page","link":"https:\/\/docs.dataforseo.com\/v3\/backlinks-history-live\/","title":{"rendered":"backlinks\/history\/live"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2 id=\"setting-serp-tasks\">Backlinks History<\/h2>\n<p>\u200c<br \/>\nThis endpoint will provide you with historical backlinks data back to the beginning of 2019. You can receive the number of backlinks a given domain had in a specific time period, the number of new &#038; lost backlinks, referring domains, and more.<\/p>\n<p>Historical data is available from <code>2019-01-01<\/code>.<\/p>\n<p>[\/vc_column_text]    <div class=\"endpoint\">\n        <img decoding=\"async\" class=\"endpoint__icon\" src=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/checked-circle.svg\" alt=\"checked\">\n\n                    POST            <button class=\"btn-reset button-link copy-button\" data-href=\"https:\/\/api.dataforseo.com\/v3\/backlinks\/history\/live\">\n                https:\/\/api.dataforseo.com\/v3\/backlinks\/history\/live                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n                    <use href=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/sprite.svg#layers\"><\/use>\n                <\/svg>\n            <\/button>\n            <\/div>\n    \t<article class=\"info-card info-card--yellow\">\n\t\t<header class=\"info-card__header\">\n\t\t\t<div class=\"info-card__icon\">\n\t\t\t\t<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<use href=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/sprite.svg#label\"><\/use>\n\t\t\t\t<\/svg>\n\t\t\t<\/div>\n\t\t\t<div class=\"info-card__title\">Pricing<\/div>\n\t\t<\/header>\n\t\t<div class=\"info-card__content\">\n\t\t\t<p> Your account will be charged for each request.<br \/>\nThe cost can be calculated on the <a title=\"Pricing\" href=\"https:\/\/dataforseo.com\/pricing\/backlinks\/backlinks\" target=\"_blank\" rel=\"noopener noreferrer\">Pricing<\/a> page.<\/p>\n\t\t<\/div>\n\t<\/article>\n\t[vc_column_text]All POST data should be sent in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\">JSON<\/a> 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.<\/p>\n<p>You can specify the time range, and we will provide historical backlink data within the set period.<\/p>\n<p>Below you will find a detailed description of the fields you can use for setting a task.<\/p>\n<p><strong>Description of the fields for setting a task:<\/strong><\/p>\n<table style=\"width: 100%; height: 1259px;\">\n<thead>\n<tr style=\"height: 24px;\">\n<th style=\"width: 12.4003%; height: 24px;\">Field name<\/th>\n<th style=\"width: 3.91588%; height: 24px;\">Type<\/th>\n<th style=\"width: 82.9587%; height: 24px;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 192px;\"><code>target<\/code><\/td>\n<td style=\"width: 3.91588%; height: 192px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 192px;\"><em>domain<\/em><br \/>\n<strong>required field<\/strong><br \/>\na domain should be specified without <code>https:\/\/<\/code> and <code>www.<\/code><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>date_from<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>starting date of the time range<\/em><br \/>\noptional field<br \/>\nminimum value <code>2019-01-01<\/code><br \/>\nif you don&#8217;t specify this field, the minimum value will be used by default<br \/>\ndate format: <code>\"yyyy-mm-dd\"<\/code><br \/>\nexample:<br \/>\n<code>\"2019-01-15\"<\/code><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>date_to<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>ending date of the time range<\/em><br \/>\noptional field<br \/>\nif you don&#8217;t specify this field, the today&#8217;s date will be used by default<br \/>\ndate format: <code>\"yyyy-mm-dd\"<\/code><br \/>\nexample:<br \/>\n<code>\"2019-01-15\"<\/code><\/td>\n<\/tr>\n<tr style=\"height: 96px;\">\n<td style=\"width: 12.4003%; height: 96px;\"><code>rank_scale<\/code><\/td>\n<td style=\"width: 3.91588%; height: 96px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 96px;\"><em>defines the scale used for calculating and displaying the <code>rank<\/code>, <code>domain_from_rank<\/code>, and <code>page_from_rank<\/code> values<\/em><br \/>\noptional field<\/p>\n<p>you can use this parameter to choose whether rank values are presented on a 0\u2013100 or 0\u20131000 scale<\/p>\n<p>possible values:<br \/>\n<code>one_hundred<\/code> \u2014 rank values are displayed on a 0\u2013100 scale<br \/>\n<code>one_thousand<\/code> \u2014 rank values are displayed on a 0\u20131000 scale<\/p>\n<p>default value: <code>one_thousand<\/code><\/p>\n<p>learn more about how this parameter works and how ranking metrics are calculated in <a href=\"https:\/\/dataforseo.com\/help-center\/what_is_rank_in_backlinks_api#rank_scale\">this Help Center article<\/a>\n<\/td>\n<\/tr>\n<tr style=\"height: 96px;\">\n<td style=\"width: 12.4003%; height: 96px;\"><code>tag<\/code><\/td>\n<td style=\"width: 3.91588%; height: 96px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 96px;\"><em>user-defined task identifier<\/em><br \/>\noptional field<br \/>\n<em>the character limit is 255<\/em><br \/>\nyou can use this parameter to identify the task and match it with the result<br \/>\nyou will find the specified <code>tag<\/code> value in the <code>data<\/code> object of the response<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u200c<\/p>\n<p>As a response of the API server, you will receive <a href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\">JSON<\/a>-encoded data containing a <code>tasks<\/code> array with the information specific to the set tasks.<\/p>\n<p><strong>Description of the fields in the results array:<\/strong><\/p>\n<table style=\"width: 77.3646%; height: 552px;\">\n<thead>\n<tr style=\"height: 24px;\">\n<th style=\"width: 38.423%; height: 24px;\">Field name<\/th>\n<th style=\"width: 1.25156%; height: 24px;\">Type<\/th>\n<th style=\"width: 61.7021%; height: 24px;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 48px;\">\n<td style=\"width: 24.3517%; height: 48px;\"><code>version<\/code><\/td>\n<td style=\"width: 6.19209%; height: 48px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 48px;\"><em>the current version of the API<\/em><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 38.423%; height: 48px;\"><code>status_code<\/code><\/td>\n<td style=\"width: 1.75219%; height: 48px;\">integer<\/td>\n<td style=\"width: 61.2015%; height: 48px;\"><i>general status code<\/i><br \/>\nyou can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><br \/>\n<strong>Note:<\/strong> we strongly recommend designing a necessary system for handling related exceptional or error conditions<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>status_message<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>general informational message<\/em><br \/>\nyou can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>execution time, seconds<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>cost<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">float<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>total tasks cost, USD<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>tasks_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>tasks_error<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array returned with an error<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><strong><code>tasks<\/code><\/strong><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>array of tasks<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>id<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>task identifier<\/em><br \/>\n<strong>unique task identifier in our system in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Universally_unique_identifier\">UUID<\/a> format<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 24.3517%; height: 48px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>status_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 48px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 48px;\"><em>status code of the task <\/em><br \/>\ngenerated by DataForSEO; can be within the following range: 10000-60000<br \/>\nyou can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>status_message<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>informational message of the task<\/em><br \/>\nyou can find the full list of general informational messages <a href=\"\/v3\/appendix-errors\/\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>execution time, seconds<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>cost<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">float<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>cost of the task, USD<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>result_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of elements in the <code>result<\/code> array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>path<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>URL path<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>data<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>contains the same parameters that you specified in the POST request<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <strong><code>result<\/code><\/strong><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>array of results<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>target<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em><code>target<\/code> from the POST array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>date_from<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>starting date of the time range<\/em><br \/>\nin the UTC format: \u201cyyyy-mm-dd\u201d<br \/>\nexample:<br \/>\n<code>2019-01-01<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>date_to<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>ending date of the time range<\/em><br \/>\nin the UTC format: <code>\"yyyy-mm-dd\"<\/code><br \/>\nexample:<br \/>\n<code>\"2019-01-15\"<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>items_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of results returned in the <code>items<\/code> array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code><strong>items<\/strong><\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>contains historical backlink data for the specified domain<\/em><br \/>\nthe data is provided month-by-month;<br \/>\nthe metrics are aggregated according to the backlinks the specified domain had on the first day of each given month<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>type of element\u00a0=\u00a0<strong>&#8216;backlinks_history&#8217;<\/strong><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>date<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>date and time when the data for the target was stored<\/em><br \/>\nin the UTC format: &#8220;yyyy-mm-dd hh-mm-ss +00:00&#8221;<br \/>\nexample:<br \/>\n<code>2019-11-15 12:57:46 +00:00<\/code>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rank<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>domain rank on the given <code>date<\/code><\/em><br \/>\nlearn more about the metric and how it is calculated in <a href=\"https:\/\/dataforseo.com\/help-center\/what_is_rank_in_backlinks_api\" rel=\"noopener noreferrer\" target=\"_blank\">this help center article<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>backlinks<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of backlinks<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>new_backlinks<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of new backlinks for the <code>target<\/code><\/em><br \/>\ndata is provided based in a comparison with the previous period<br \/>\n<strong>Note:<\/strong> this data is available from May 2021;<br \/>\nif the date range specified in the POST request precedes May 2021, the field will equal <code>0<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>lost_backlinks<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of lost backlinks for the <code>target<\/code><\/em><br \/>\ndata is provided based in a comparison with the previous period<br \/>\n<strong>Note:<\/strong> this data is available from May 2021;<br \/>\nif the date range specified in the POST request precedes May 2021, the field will equal <code>0<\/code>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>new_referring_domains<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of new referring domains for the <code>target<\/code><\/em><br \/>\ndata is provided based in a comparison with the previous period<br \/>\n<strong>Note:<\/strong> this data is available from May 2021;<br \/>\nif the date range specified in the POST request precedes May 2021, the field will equal <code>0<\/code>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>lost_referring_domains<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of lost referring domains for the <code>target<\/code><\/em><br \/>\ndata is provided based in a comparison with the previous period<br \/>\n<strong>Note:<\/strong> this data is available from May 2021;<br \/>\nif the date range specified in the POST request precedes May 2021, the field will equal <code>0<\/code>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>crawled_pages<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of crawled pages for the <code>target<\/code><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>info<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>information about the <code>target<\/code><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>server<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>server<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>cms<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>content management system<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>platform_type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>platform type<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>ip_address<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>IP address of the <code>target<\/code><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>country<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>country code that the <code>target<\/code> domain is determined to belong to<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>is_ip<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>indicates if the <code>target<\/code> is IP<\/em><br \/>\nif <code>true<\/code>, the domain, subdomain or webpage functions as an IP address and does not have a domain name<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>target_spam_score<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>spam score of the <code>target<\/code><\/em><br \/>\nif the <code>target<\/code> is a domain\/subdomain, this fields indicates the average spam score of all pages of that domain\/subdomain;<br \/>\nlearn more about how the metric is calculated on <a href=\"https:\/\/dataforseo.com\/help-center\/what-is-spam-score-and-how-is-it-calculated\" rel=\"noopener noreferrer\" target=\"_blank\">this help center page<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>internal_links_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of internal links<\/em><br \/>\ncalculated as the sum of internal links on the pages of the specified <code>target<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>external_links_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of external links on the page<\/em><br \/>\ncalculated as the sum of external links on the pages of the specified <code>target<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>broken_backlinks<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of broken backlinks<\/em><br \/>\nnumber of broken backlinks pointing to the <code>target<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>broken_pages<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of broken pages<\/em><br \/>\nnumber of pages that receive backlinks but respond with 4xx or 5xx status codes<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_domains<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of referring domains<\/em><br \/>\nreferring domains include subdomains that are counted as separate domains for this metric<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_domains_nofollow<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of domains pointing at least one nofollow link to the <code>target<\/code><\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_main_domains<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of referring main domains<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_main_domains_nofollow<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of main domains pointing at least one nofollow link to the <code>target<\/code><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_ips<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of referring IP addresses<\/em><br \/>\nnumber of IP addresses pointing to this page<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_subnets<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of referring subnetworks<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_pages<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of pages pointing to the <code>target<\/code><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_links_tld<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>top-level domains of the referring links<\/em><br \/>\ncontains top-level domains and referring link count per each<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_links_types<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>types of referring links<\/em><br \/>\nindicates the types of the referring links and link count per each type<br \/>\npossible values:<br \/>\n<code>anchor<\/code>, <code>image<\/code>, <code>link<\/code>, <code>meta<\/code>, <code>canonical<\/code>, <code>alternate<\/code>, <code>redirect<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_links_attributes<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>link attributes of the referring links<\/em><br \/>\nindicates link attributes of the referring links and link count per each attribute<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_links_platform_types<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>types of referring platforms<\/em><br \/>\nindicates referring platform types and and link count per each platform<\/p>\n<p>possible values: <code>cms<\/code>, <code>blogs<\/code>, <code>ecommerce<\/code>, <code>message-boards<\/code>, <code>wikis<\/code>, <code>news<\/code>, <code>organization<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_links_semantic_locations<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>semantic locations of the referring links<\/em><br \/>\nindicates semantic elements in HTML where the referring links are located and link count per each semantic location<br \/>\nyou can get the full list of semantic elements <a href=\"https:\/\/www.w3schools.com\/html\/html5_semantic_elements.asp\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a><br \/>\nexamples:<br \/>\n<code>article<\/code>, <code>section<\/code>, <code>summary<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_links_countries<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>ISO country codes of the referring links<\/em><br \/>\nindicates ISO country codes of the domains where the referring links are located and the link count per each country\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>referring_pages_nofollow<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of referring pages pointing at least one nofollow link to the <code>target<\/code><\/em><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u200c\u200c[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<blockquote><p>Instead of \u2018login\u2019 and \u2018password\u2019 use your credentials from https:\/\/app.dataforseo.com\/api-access<\/p><\/blockquote><div id=\"curl\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-bash hljs\"># Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access \r\nlogin=&quot;login&quot; \r\npassword=&quot;password&quot; \r\ncred=&quot;$(printf ${login}:${password} | base64)&quot; \r\ncurl --location --request POST &quot;https:\/\/api.dataforseo.com\/v3\/backlinks\/history\/live&quot; \r\n--header &quot;Authorization: Basic ${cred}&quot;  \r\n--header &quot;Content-Type: application\/json&quot; \r\n--data-raw &#039;[\r\n    {\r\n    \t&quot;target&quot;: &quot;cnn.com&quot;,\r\n    \t&quot;date_from&quot;: &quot;2020-01-01&quot;,\r\n    \t&quot;date_to&quot;: &quot;2021-01-01&quot;\r\n    }\r\n]&#039;<\/code><\/pre><\/div><\/div><div id=\"php\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-php hljs\">&lt;?php\r\n\/\/ You can download this file from here https:\/\/cdn.dataforseo.com\/v3\/examples\/php\/php_RestClient.zip\r\nrequire(&#039;RestClient.php&#039;);\r\n$api_url = &#039;https:\/\/api.dataforseo.com\/&#039;;\r\n\/\/ Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access\r\n$client = new RestClient($api_url, null, &#039;login&#039;, &#039;password&#039;);\r\n$post_array = array();\r\n\/\/ simple way to set a task\r\n$post_array[] = array(\r\n   &quot;target&quot; =&gt; &quot;cnn.com&quot;,\r\n   &quot;date_from&quot; =&gt; &quot;2020-01-01&quot;,\r\n   &quot;date_to&quot; =&gt; &quot;2021-01-01&quot;\r\n);\r\ntry {\r\n   \/\/ POST \/v3\/backlinks\/history\/live\r\n   $result = $client-&gt;post(&#039;\/v3\/backlinks\/history\/live&#039;, $post_array);\r\n   print_r($result);\r\n   \/\/ do something with post result\r\n} catch (RestClientException $e) {\r\n   echo &quot;n&quot;;\r\n   print &quot;HTTP code: {$e-&gt;getHttpCode()}n&quot;;\r\n   print &quot;Error code: {$e-&gt;getCode()}n&quot;;\r\n   print &quot;Message: {$e-&gt;getMessage()}n&quot;;\r\n   print  $e-&gt;getTraceAsString();\r\n   echo &quot;n&quot;;\r\n}\r\n$client = null;\r\n?&gt;<\/code><\/pre><\/div><\/div><div id=\"javascript\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-javascript hljs\">const post_array = [];\r\n\r\npost_array.push({\r\n   &quot;target&quot; =&gt; &quot;cnn.com&quot;,\r\n   &quot;date_from&quot; =&gt; &quot;2020-01-01&quot;,\r\n   &quot;date_to&quot; =&gt; &quot;2021-01-01&quot;\r\n});\r\n\r\nconst axios = require(&#039;axios&#039;);\r\n\r\naxios({\r\n  method: &#039;post&#039;,\r\n  url: &#039;https:\/\/api.dataforseo.com\/v3\/backlinks\/history\/live&#039;,\r\n  auth: {\r\n    username: &#039;login&#039;,\r\n    password: &#039;password&#039;\r\n  },\r\n  data: post_array,\r\n  headers: {\r\n    &#039;content-type&#039;: &#039;application\/json&#039;\r\n  }\r\n}).then(function (response) {\r\n  var result = response[&#039;data&#039;][&#039;tasks&#039;];\r\n  \/\/ Result data\r\n  console.log(result);\r\n}).catch(function (error) {\r\n  console.log(error);\r\n});<\/code><\/pre><\/div><\/div><div id=\"python\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-python hljs\">from client import RestClient\r\n# You can download this file from here https:\/\/cdn.dataforseo.com\/v3\/examples\/python\/python_Client.zip\r\nclient = RestClient(&quot;login&quot;, &quot;password&quot;)\r\npost_data = dict()\r\n# simple way to set a task\r\npost_data[len(post_data)] = dict(\r\n    target=&quot;cnn.com&quot;,\r\n    date_from=&quot;2020-01-01&quot;,\r\n    date_to=&quot;2021-01-01&quot;\r\n)\r\n# POST \/v3\/backlinks\/history\/live\r\nresponse = client.post(&quot;\/v3\/backlinks\/history\/live&quot;, post_data)\r\n# you can find the full list of the response codes here https:\/\/docs.dataforseo.com\/v3\/appendix\/errors\r\nif response[&quot;status_code&quot;] == 20000:\r\n    print(response)\r\n    # do something with result\r\nelse:\r\n    print(&quot;error. Code: %d Message: %s&quot; % (response[&quot;status_code&quot;], response[&quot;status_message&quot;]))<\/code><\/pre><\/div><\/div><div id=\"csharp\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-csharp hljs\">using Newtonsoft.Json;\r\nusing System;\r\nusing System.Collections.Generic;\r\nusing System.Net.Http;\r\nusing System.Net.Http.Headers;\r\nusing System.Text;\r\nusing System.Threading.Tasks;\r\nnamespace DataForSeoDemos\r\n{\r\n    public static partial class Demos\r\n    {\r\n        public static async Task backlinks_history_live()\r\n        {\r\n            var httpClient = new HttpClient\r\n            {\r\n                BaseAddress = new Uri(&quot;https:\/\/api.dataforseo.com\/&quot;),\r\n                \/\/ Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access\r\n                DefaultRequestHeaders = { Authorization = new AuthenticationHeaderValue(&quot;Basic&quot;, Convert.ToBase64String(Encoding.ASCII.GetBytes(&quot;login:password&quot;))) }\r\n            };\r\n            var postData = new List&lt;object&gt;();\r\n            postData.Add(new\r\n            {\r\n                target = &quot;dataforseo.com&quot;,\r\n                date_from = &quot;2020-01-01&quot;,\r\n                date_to = &quot;2021-01-01&quot;\r\n            });\r\n            \/\/ POST \/v3\/backlinks\/history\/live\r\n            \/\/ the full list of possible parameters is available in documentation\r\n            var taskPostResponse = await httpClient.PostAsync(&quot;\/v3\/backlinks\/history\/live&quot;, new StringContent(JsonConvert.SerializeObject(postData)));\r\n            var result = JsonConvert.DeserializeObject&lt;dynamic&gt;(await taskPostResponse.Content.ReadAsStringAsync());\r\n            \/\/ you can find the full list of the response codes here https:\/\/docs.dataforseo.com\/v3\/appendix\/errors\r\n            if (result.status_code == 20000)\r\n            {\r\n                \/\/ do something with result\r\n                Console.WriteLine(result);\r\n            }\r\n            else\r\n                Console.WriteLine($&quot;error. Code: {result.status_code} Message: {result.status_message}&quot;);\r\n        }\r\n    }\r\n}<\/code><\/pre><\/div><\/div><blockquote><p>The above command returns JSON structured like this:<\/p><\/blockquote><div class=\"example example--json\"><div class=\"example__content\"><div class=\"example__code example__code-json\"><pre><code class=\"language-json hljs\">{\r\n  &quot;version&quot;: &quot;0.1.20230825&quot;,\r\n  &quot;status_code&quot;: 20000,\r\n  &quot;status_message&quot;: &quot;Ok.&quot;,\r\n  &quot;time&quot;: &quot;0.1571 sec.&quot;,\r\n  &quot;cost&quot;: 0.02012,\r\n  &quot;tasks_count&quot;: 1,\r\n  &quot;tasks_error&quot;: 0,\r\n  &quot;tasks&quot;: [\r\n    {\r\n      &quot;id&quot;: &quot;09291750-1535-0266-0000-7aab5e588023&quot;,\r\n      &quot;status_code&quot;: 20000,\r\n      &quot;status_message&quot;: &quot;Ok.&quot;,\r\n      &quot;time&quot;: &quot;0.0662 sec.&quot;,\r\n      &quot;cost&quot;: 0.02012,\r\n      &quot;result_count&quot;: 1,\r\n      &quot;path&quot;: [\r\n        &quot;v3&quot;,\r\n        &quot;backlinks&quot;,\r\n        &quot;history&quot;,\r\n        &quot;live&quot;\r\n      ],\r\n      &quot;data&quot;: {\r\n        &quot;api&quot;: &quot;backlinks&quot;,\r\n        &quot;function&quot;: &quot;history&quot;,\r\n        &quot;target&quot;: &quot;ibm.com&quot;,\r\n        &quot;date_from&quot;: &quot;2020-08-01&quot;,\r\n        &quot;date_to&quot;: &quot;2021-01-01&quot;\r\n      },\r\n      &quot;result&quot;: [\r\n        {\r\n          &quot;target&quot;: &quot;ibm.com&quot;,\r\n          &quot;date_from&quot;: &quot;2020-08-01&quot;,\r\n          &quot;date_to&quot;: &quot;2021-01-01&quot;,\r\n          &quot;items_count&quot;: 4,\r\n          &quot;items&quot;: [\r\n            {\r\n              &quot;type&quot;: &quot;backlinks_history&quot;,\r\n              &quot;date&quot;: &quot;2020-08-31 00:00:00 +00:00&quot;,\r\n              &quot;rank&quot;: 598,\r\n              &quot;backlinks&quot;: 7960551,\r\n              &quot;new_backlinks&quot;: 528250,\r\n              &quot;lost_backlinks&quot;: 243962,\r\n              &quot;new_referring_domains&quot;: 3439,\r\n              &quot;lost_referring_domains&quot;: 860,\r\n              &quot;crawled_pages&quot;: 2317216,\r\n              &quot;info&quot;: {\r\n                &quot;server&quot;: null,\r\n                &quot;cms&quot;: null,\r\n                &quot;platform_type&quot;: null,\r\n                &quot;ip_address&quot;: &quot;104.109.76.210&quot;,\r\n                &quot;country&quot;: null,\r\n                &quot;is_ip&quot;: false,\r\n                &quot;target_spam_score&quot;: 0\r\n              },\r\n              &quot;internal_links_count&quot;: 48310894,\r\n              &quot;external_links_count&quot;: 7036559,\r\n              &quot;broken_backlinks&quot;: 0,\r\n              &quot;broken_pages&quot;: 150008,\r\n              &quot;referring_domains&quot;: 191515,\r\n              &quot;referring_domains_nofollow&quot;: 4489,\r\n              &quot;referring_main_domains&quot;: 146676,\r\n              &quot;referring_main_domains_nofollow&quot;: 3438,\r\n              &quot;referring_ips&quot;: 95885,\r\n              &quot;referring_subnets&quot;: 54931,\r\n              &quot;referring_pages&quot;: 7265491,\r\n              &quot;referring_links_tld&quot;: {\r\n                &quot;com&quot;: 3581003,\r\n                &quot;org&quot;: 883349,\r\n                &quot;tv&quot;: 868565,\r\n                &quot;edu&quot;: 595793,\r\n                &quot;net&quot;: 347933,\r\n                &quot;ru&quot;: 115490,\r\n                &quot;io&quot;: 113234,\r\n                &quot;de&quot;: 61048,\r\n                &quot;com.br&quot;: 55193,\r\n                &quot;fr&quot;: 34685\r\n              },\r\n              &quot;referring_links_types&quot;: {\r\n                &quot;anchor&quot;: 7206570,\r\n                &quot;redirect&quot;: 57359,\r\n                &quot;canonical&quot;: 1545,\r\n                &quot;alternate&quot;: 17\r\n              },\r\n              &quot;referring_links_attributes&quot;: {\r\n                &quot;nofollow&quot;: 973850,\r\n                &quot;noopener&quot;: 753384,\r\n                &quot;noreferrer&quot;: 144929,\r\n                &quot;external&quot;: 82838,\r\n                &quot;ugc&quot;: 6768,\r\n                &quot;bookmark&quot;: 1519,\r\n                &quot;alternate&quot;: 668,\r\n                &quot;author&quot;: 474,\r\n                &quot;tag&quot;: 350,\r\n                &quot;sponsored&quot;: 110\r\n              },\r\n              &quot;referring_links_platform_types&quot;: {\r\n                &quot;unknown&quot;: 6418758,\r\n                &quot;cms&quot;: 696561,\r\n                &quot;blogs&quot;: 631531,\r\n                &quot;wikis&quot;: 38885,\r\n                &quot;ecommerce&quot;: 18248,\r\n                &quot;message-boards&quot;: 15656\r\n              },\r\n              &quot;referring_links_semantic_locations&quot;: {\r\n                &quot;&quot;: 3687993,\r\n                &quot;footer&quot;: 1779772,\r\n                &quot;section&quot;: 997508,\r\n                &quot;article&quot;: 426672,\r\n                &quot;aside&quot;: 114124,\r\n                &quot;header&quot;: 111368,\r\n                &quot;nav&quot;: 103593,\r\n                &quot;main&quot;: 38299,\r\n                &quot;figure&quot;: 4910,\r\n                &quot;figcaption&quot;: 889\r\n              },\r\n              &quot;referring_links_countries&quot;: null,\r\n              &quot;referring_pages_nofollow&quot;: 33339\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;backlinks_history&quot;,\r\n              &quot;date&quot;: &quot;2020-09-30 00:00:00 +00:00&quot;,\r\n              &quot;rank&quot;: 600,\r\n              &quot;backlinks&quot;: 8231030,\r\n              &quot;new_backlinks&quot;: 407125,\r\n              &quot;lost_backlinks&quot;: 155261,\r\n              &quot;new_referring_domains&quot;: 4555,\r\n              &quot;lost_referring_domains&quot;: 751,\r\n              &quot;crawled_pages&quot;: 2390151,\r\n              &quot;info&quot;: {\r\n                &quot;server&quot;: &quot;ustream\/web&quot;,\r\n                &quot;cms&quot;: null,\r\n                &quot;platform_type&quot;: [\r\n                  &quot;unknown&quot;\r\n                ],\r\n                &quot;ip_address&quot;: &quot;104.109.76.210&quot;,\r\n                &quot;country&quot;: null,\r\n                &quot;is_ip&quot;: false,\r\n                &quot;target_spam_score&quot;: 0\r\n              },\r\n              &quot;internal_links_count&quot;: 48306246,\r\n              &quot;external_links_count&quot;: 6814735,\r\n              &quot;broken_backlinks&quot;: 0,\r\n              &quot;broken_pages&quot;: 153405,\r\n              &quot;referring_domains&quot;: 196837,\r\n              &quot;referring_domains_nofollow&quot;: 4730,\r\n              &quot;referring_main_domains&quot;: 150753,\r\n              &quot;referring_main_domains_nofollow&quot;: 3635,\r\n              &quot;referring_ips&quot;: 98439,\r\n              &quot;referring_subnets&quot;: 55945,\r\n              &quot;referring_pages&quot;: 7523423,\r\n              &quot;referring_links_tld&quot;: {\r\n                &quot;com&quot;: 3649487,\r\n                &quot;org&quot;: 1011765,\r\n                &quot;tv&quot;: 867263,\r\n                &quot;edu&quot;: 597002,\r\n                &quot;net&quot;: 355506,\r\n                &quot;ru&quot;: 138864,\r\n                &quot;io&quot;: 115358,\r\n                &quot;de&quot;: 68799,\r\n                &quot;com.br&quot;: 57495,\r\n                &quot;fr&quot;: 34360\r\n              },\r\n              &quot;referring_links_types&quot;: {\r\n                &quot;anchor&quot;: 7462829,\r\n                &quot;redirect&quot;: 58950,\r\n                &quot;canonical&quot;: 1626,\r\n                &quot;alternate&quot;: 18\r\n              },\r\n              &quot;referring_links_attributes&quot;: {\r\n                &quot;nofollow&quot;: 971813,\r\n                &quot;noopener&quot;: 748692,\r\n                &quot;noreferrer&quot;: 154975,\r\n                &quot;external&quot;: 85418,\r\n                &quot;ugc&quot;: 7674,\r\n                &quot;bookmark&quot;: 2439,\r\n                &quot;alternate&quot;: 676,\r\n                &quot;author&quot;: 415,\r\n                &quot;tag&quot;: 356,\r\n                &quot;sponsored&quot;: 116\r\n              },\r\n              &quot;referring_links_platform_types&quot;: {\r\n                &quot;unknown&quot;: 6630888,\r\n                &quot;cms&quot;: 737977,\r\n                &quot;blogs&quot;: 673558,\r\n                &quot;wikis&quot;: 39589,\r\n                &quot;ecommerce&quot;: 19351,\r\n                &quot;message-boards&quot;: 16027\r\n              },\r\n              &quot;referring_links_semantic_locations&quot;: {\r\n                &quot;&quot;: 3761537,\r\n                &quot;footer&quot;: 1935941,\r\n                &quot;section&quot;: 986991,\r\n                &quot;article&quot;: 445547,\r\n                &quot;header&quot;: 120263,\r\n                &quot;aside&quot;: 116787,\r\n                &quot;nav&quot;: 108846,\r\n                &quot;main&quot;: 40953,\r\n                &quot;figure&quot;: 5269,\r\n                &quot;figcaption&quot;: 929\r\n              },\r\n              &quot;referring_links_countries&quot;: null,\r\n              &quot;referring_pages_nofollow&quot;: 36250\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;backlinks_history&quot;,\r\n              &quot;date&quot;: &quot;2020-10-31 00:00:00 +00:00&quot;,\r\n              &quot;rank&quot;: 602,\r\n              &quot;backlinks&quot;: 8561190,\r\n              &quot;new_backlinks&quot;: 455524,\r\n              &quot;lost_backlinks&quot;: 156158,\r\n              &quot;new_referring_domains&quot;: 4580,\r\n              &quot;lost_referring_domains&quot;: 388,\r\n              &quot;crawled_pages&quot;: 2485792,\r\n              &quot;info&quot;: {\r\n                &quot;server&quot;: null,\r\n                &quot;cms&quot;: null,\r\n                &quot;platform_type&quot;: [\r\n                  &quot;unknown&quot;\r\n                ],\r\n                &quot;ip_address&quot;: &quot;104.109.76.210&quot;,\r\n                &quot;country&quot;: null,\r\n                &quot;is_ip&quot;: false,\r\n                &quot;target_spam_score&quot;: 0\r\n              },\r\n              &quot;internal_links_count&quot;: 49573669,\r\n              &quot;external_links_count&quot;: 6900594,\r\n              &quot;broken_backlinks&quot;: 0,\r\n              &quot;broken_pages&quot;: 157439,\r\n              &quot;referring_domains&quot;: 203646,\r\n              &quot;referring_domains_nofollow&quot;: 4969,\r\n              &quot;referring_main_domains&quot;: 155524,\r\n              &quot;referring_main_domains_nofollow&quot;: 3812,\r\n              &quot;referring_ips&quot;: 101117,\r\n              &quot;referring_subnets&quot;: 57034,\r\n              &quot;referring_pages&quot;: 7831950,\r\n              &quot;referring_links_tld&quot;: {\r\n                &quot;com&quot;: 3718284,\r\n                &quot;org&quot;: 1170115,\r\n                &quot;tv&quot;: 867765,\r\n                &quot;edu&quot;: 598029,\r\n                &quot;net&quot;: 366456,\r\n                &quot;ru&quot;: 167229,\r\n                &quot;io&quot;: 118880,\r\n                &quot;de&quot;: 72381,\r\n                &quot;com.br&quot;: 65144,\r\n                &quot;it&quot;: 35100\r\n              },\r\n              &quot;referring_links_types&quot;: {\r\n                &quot;anchor&quot;: 7770042,\r\n                &quot;redirect&quot;: 60217,\r\n                &quot;canonical&quot;: 1672,\r\n                &quot;alternate&quot;: 19\r\n              },\r\n              &quot;referring_links_attributes&quot;: {\r\n                &quot;nofollow&quot;: 970935,\r\n                &quot;noopener&quot;: 745230,\r\n                &quot;noreferrer&quot;: 167836,\r\n                &quot;external&quot;: 88874,\r\n                &quot;ugc&quot;: 8085,\r\n                &quot;bookmark&quot;: 2462,\r\n                &quot;alternate&quot;: 687,\r\n                &quot;author&quot;: 398,\r\n                &quot;tag&quot;: 362,\r\n                &quot;sponsored&quot;: 124\r\n              },\r\n              &quot;referring_links_platform_types&quot;: {\r\n                &quot;unknown&quot;: 6897418,\r\n                &quot;cms&quot;: 776539,\r\n                &quot;blogs&quot;: 710442,\r\n                &quot;wikis&quot;: 40448,\r\n                &quot;ecommerce&quot;: 22248,\r\n                &quot;message-boards&quot;: 16470\r\n              },\r\n              &quot;referring_links_semantic_locations&quot;: {\r\n                &quot;&quot;: 3845675,\r\n                &quot;footer&quot;: 2146663,\r\n                &quot;section&quot;: 974315,\r\n                &quot;article&quot;: 463646,\r\n                &quot;header&quot;: 124594,\r\n                &quot;aside&quot;: 118868,\r\n                &quot;nav&quot;: 107545,\r\n                &quot;main&quot;: 43866,\r\n                &quot;figure&quot;: 5432,\r\n                &quot;figcaption&quot;: 988\r\n              },\r\n              &quot;referring_links_countries&quot;: null,\r\n              &quot;referring_pages_nofollow&quot;: 46312\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;backlinks_history&quot;,\r\n              &quot;date&quot;: &quot;2020-12-31 00:00:00 +00:00&quot;,\r\n              &quot;rank&quot;: 603,\r\n              &quot;backlinks&quot;: 8900727,\r\n              &quot;new_backlinks&quot;: 185603,\r\n              &quot;lost_backlinks&quot;: 68434,\r\n              &quot;new_referring_domains&quot;: 1466,\r\n              &quot;lost_referring_domains&quot;: 153,\r\n              &quot;crawled_pages&quot;: 2610252,\r\n              &quot;info&quot;: {\r\n                &quot;server&quot;: null,\r\n                &quot;cms&quot;: null,\r\n                &quot;platform_type&quot;: [\r\n                  &quot;unknown&quot;\r\n                ],\r\n                &quot;ip_address&quot;: &quot;104.109.76.210&quot;,\r\n                &quot;country&quot;: null,\r\n                &quot;is_ip&quot;: false,\r\n                &quot;target_spam_score&quot;: 0\r\n              },\r\n              &quot;internal_links_count&quot;: 52322051,\r\n              &quot;external_links_count&quot;: 7251238,\r\n              &quot;broken_backlinks&quot;: 0,\r\n              &quot;broken_pages&quot;: 162728,\r\n              &quot;referring_domains&quot;: 209218,\r\n              &quot;referring_domains_nofollow&quot;: 5153,\r\n              &quot;referring_main_domains&quot;: 159477,\r\n              &quot;referring_main_domains_nofollow&quot;: 3954,\r\n              &quot;referring_ips&quot;: 103145,\r\n              &quot;referring_subnets&quot;: 57852,\r\n              &quot;referring_pages&quot;: 8156763,\r\n              &quot;referring_links_tld&quot;: {\r\n                &quot;com&quot;: 3766489,\r\n                &quot;org&quot;: 1352682,\r\n                &quot;tv&quot;: 868091,\r\n                &quot;edu&quot;: 598769,\r\n                &quot;net&quot;: 376591,\r\n                &quot;ru&quot;: 206205,\r\n                &quot;io&quot;: 127906,\r\n                &quot;de&quot;: 76675,\r\n                &quot;com.br&quot;: 71597,\r\n                &quot;it&quot;: 37572\r\n              },\r\n              &quot;referring_links_types&quot;: {\r\n                &quot;anchor&quot;: 8093750,\r\n                &quot;redirect&quot;: 61248,\r\n                &quot;canonical&quot;: 1745,\r\n                &quot;alternate&quot;: 20\r\n              },\r\n              &quot;referring_links_attributes&quot;: {\r\n                &quot;nofollow&quot;: 970410,\r\n                &quot;noopener&quot;: 736981,\r\n                &quot;noreferrer&quot;: 175502,\r\n                &quot;external&quot;: 91788,\r\n                &quot;ugc&quot;: 8854,\r\n                &quot;bookmark&quot;: 2472,\r\n                &quot;alternate&quot;: 659,\r\n                &quot;author&quot;: 401,\r\n                &quot;tag&quot;: 366,\r\n                &quot;sponsored&quot;: 133\r\n              },\r\n              &quot;referring_links_platform_types&quot;: {\r\n                &quot;unknown&quot;: 7201817,\r\n                &quot;cms&quot;: 793888,\r\n                &quot;blogs&quot;: 726552,\r\n                &quot;wikis&quot;: 41098,\r\n                &quot;ecommerce&quot;: 24428,\r\n                &quot;message-boards&quot;: 16765\r\n              },\r\n              &quot;referring_links_semantic_locations&quot;: {\r\n                &quot;&quot;: 3939792,\r\n                &quot;footer&quot;: 2366930,\r\n                &quot;section&quot;: 963461,\r\n                &quot;article&quot;: 477386,\r\n                &quot;header&quot;: 131548,\r\n                &quot;aside&quot;: 121288,\r\n                &quot;nav&quot;: 102878,\r\n                &quot;main&quot;: 46563,\r\n                &quot;figure&quot;: 5535,\r\n                &quot;figcaption&quot;: 1020\r\n              },\r\n              &quot;referring_links_countries&quot;: null,\r\n              &quot;referring_pages_nofollow&quot;: 13800\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}<\/code><\/pre><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Backlinks History \u200c This endpoint will provide you with historical backlinks data back to the beginning of 2019. You can receive the number of backlinks a given domain had in a specific time period, the number of new &#038; lost backlinks, referring domains, and more. Historical data is available from 2019-01-01. [\/vc_column_text] POST https:\/\/api.dataforseo.com\/v3\/backlinks\/history\/live [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template.php","meta":{"apibase_doc_request_yaml":"","apibase_doc_request_additional_yaml":"","apibase_doc_response_yaml":"","footnotes":""},"class_list":["post-8362","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/8362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/comments?post=8362"}],"version-history":[{"count":51,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/8362\/revisions"}],"predecessor-version":[{"id":23368,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/8362\/revisions\/23368"}],"wp:attachment":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/media?parent=8362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}