{"id":6300,"date":"2020-07-13T12:02:23","date_gmt":"2020-07-13T12:02:23","guid":{"rendered":"https:\/\/docs_v3.dataforseo.com\/v3\/?page_id=6300"},"modified":"2025-07-31T15:30:01","modified_gmt":"2025-07-31T15:30:01","slug":"on_page-resources","status":"publish","type":"page","link":"https:\/\/docs.dataforseo.com\/v3\/on_page-resources\/","title":{"rendered":"on_page\/resources"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2 id=\"setting-serp-tasks\">OnPage API Resources<\/h2>\n<p>\u200c\u200c<br \/>\nThis endpoint will provide you with a list of resources, including images, scripts, stylesheets, and broken elements.<br \/>\nYou will get a detailed overview of every resource found on the crawled pages. <\/p>\n<p>If you would like to receive a list of pages that contain a specific resource, please refer to the <a href=\"https:\/\/docs.dataforseo.com\/v3\/on_page\/pages_by_resource\/\" rel=\"noopener noreferrer\" target=\"_blank\">Pages By Resource<\/a> endpoint.<\/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\/on_page\/resources\">\n                https:\/\/api.dataforseo.com\/v3\/on_page\/resources                <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 not be charged for using this function. You can get the results of the task within the next 30 days for free.<br \/>\nThe cost can be calculated on the <a title=\"Pricing\" href=\"https:\/\/dataforseo.com\/pricing\/on-page\/onpage-api\" 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.<\/p>\n<p><strong>Description of the fields for setting a task:<\/strong><\/p>\n<table style=\"width: 100%; height: 1765px;\">\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: 144px;\">\n<td style=\"width: 12.4003%; height: 144px;\"><code>id<\/code><\/td>\n<td style=\"width: 3.91588%; height: 144px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 144px;\"><em>ID of the task<\/em><br \/>\n<strong>required field<\/strong><br \/>\nyou can get this ID in the response of the <a href=\"\/v3\/on_page\/task_post\/\">Task POST<\/a> endpoint<br \/>\nexample:<br \/>\n&#8220;07131248-1535-0216-1000-17384017ad04&#8221;<\/td>\n<\/tr>\n<tr style=\"height: 144px;\">\n<td style=\"width: 12.4003%; height: 144px;\"><code>url<\/code><\/td>\n<td style=\"width: 3.91588%; height: 144px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 144px;\"><em>page URL<\/em><br \/>\noptional field<br \/>\nspecify this field if you want to get the resources for a specific page<br \/>\nnote that to obtain resource&#8217;s <code>meta<\/code> from a particular URL, you should specify the URL in this field;<br \/>\nif you do not indicate a <code>url<\/code> when setting a task, resource&#8217;s <code>meta<\/code> in the results will be returned based on the data from the page where our crawler first saw the resource<\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>limit<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">integer<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>the maximum number of returned resources<\/em><br \/>\noptional field<br \/>\ndefault value: <code>100<\/code><br \/>\nmaximum value: <code>1000<\/code><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>offset<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">integer<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>offset in the results array of returned resources<\/em><br \/>\noptional field<br \/>\ndefault value: <code>0<\/code><br \/>\nif you specify the <code>10<\/code> value, the first ten resources in the results array will be omitted and the data will be provided for the successive resources<\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>filters<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>array of results filtering parameters<\/em><br \/>\noptional field<br \/>\n<strong>you can add several filters at once (8 filters maximum)<\/strong><br \/>\nyou should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br \/>\nthe following operators are supported:<br \/>\n<code>regex<\/code>, <code>not_regex<\/code>, <code>&lt;<\/code>, <code>&lt;=<\/code>, <code>&gt;<\/code>, <code>&gt;=<\/code>, <code>=<\/code>, <code>&lt;&gt;<\/code>, <code>in<\/code>, <code>not_in<\/code>, <code>like<\/code>, <code>not_like<\/code><br \/>\nyou can use the <code>%<\/code> operator with <code>like<\/code> and <code>not_like<\/code> to match any string of zero or more characters<br \/>\nexample:<br \/>\n<code>[\"resource_type\",\"=\",\"stylesheet\"]<\/code><\/p>\n<p><code>[[\"resource_type\",\"=\",\"image\"],<br \/>\n\"and\",[\"checks.is_https\",\"=\",false]]<\/code><\/p>\n<p><code>[[\"fetch_timing.duration_time\",\">\",1],\"and\",[[\"total_transfer_size\",\"&gt;\",100],\"or\",[\"checks.high_loading_time\",\"=\",true]]]<\/code><\/p>\n<p>The full list of possible filters is available <a href=\"\/v3\/on_page\/filters_and_thresholds\/?bash\" rel=\"noopener noreferrer\" target=\"_blank\">by this link.<\/a>\n<\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>relevant_pages_filters<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>filter the resources by relevant pages<\/em><br \/>\noptional field<br \/>\nyou can use this field to obtain resources from pages matching to the defined parameters<br \/>\nyou can apply the same filters here as available for the <a href=\"\/v3\/on_page\/pages\/\" rel=\"noopener noreferrer\" target=\"_blank\">pages endpoint<\/a><br \/>\n<strong>you can add several filters at once (8 filters maximum)<\/strong><br \/>\nyou should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br \/>\nthe following operators are supported:<br \/>\n<code>regex<\/code>, <code>not_regex<\/code>, <code>&lt;<\/code>, <code>&lt;=<\/code>, <code>&gt;<\/code>, <code>&gt;=<\/code>, <code>=<\/code>, <code>&lt;&gt;<\/code>, <code>in<\/code>, <code>not_in<\/code>, <code>like<\/code>, <code>not_like<\/code><br \/>\nyou can use the <code>%<\/code> operator with <code>like<\/code> and <code>not_like<\/code> to match any string of zero or more characters<br \/>\nexample:<br \/>\n<code>[\"checks.no_image_title\",\"=\",true]<\/code><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>order_by<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>results sorting rules<\/em><br \/>\noptional field<br \/>\nyou can use the same values as in the <code>filters<\/code> array to sort the results<br \/>\npossible sorting types:<br \/>\n<code>asc<\/code> &#8211; results will be sorted in the ascending order<br \/>\n<code>desc<\/code> &#8211; results will be sorted in the descending order<br \/>\nyou should use a comma to set up a sorting type<br \/>\nexample:<br \/>\n<code>[\"size,desc\"]<\/code><br \/>\n<strong>note that you can set no more than three sorting rules in a single request<\/strong><br \/>\nyou should use a comma to separate several sorting rules<br \/>\nexample:<br \/>\n<code>[\"size,desc\",\"fetch_timing.fetch_end,desc\"]<\/code><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>search_after_token<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>token for subsequent requests<\/em><br \/>\noptional field<br \/>\nprovided in the identical filed of the response to each request;<br \/>\nuse this parameter to avoid timeouts while trying to obtain over <code>20,000<\/code> results in a single request;<br \/>\nby specifying the unique <code>search_after_token<\/code> value from the response array, you will get the subsequent results of the initial task;<br \/>\n<code>search_after_token<\/code> values are unique for each subsequent task ;<br \/>\n<strong>Note:<\/strong> if the <code>search_after_token<\/code> is specified in the request, all other parameters should be identical to the previous request<\/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.9884%; height: 96px;\">string<\/td>\n<td style=\"width: 82.8862%; 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\u200c\u200c\u200c\u200c\u200c<br \/>\nAs 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 <i>tasks<\/i> 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<br \/>\n<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 <strong>\u00a0 \u00a0 <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>crawl_progress<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>status of the crawling session<\/em><br \/>\npossible values: <code>in_progress<\/code>, <code>finished<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>crawl_status<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>details of the crawling session<\/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>max_crawl_pages<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>maximum number of pages to crawl<\/em><br \/>\nindicates the <code>max_crawl_pages<\/code> limit you specified when setting a task<\/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>pages_in_queue<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of pages that are currently in the crawling queue<\/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>pages_crawled<\/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<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>total_items_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>total number of relevant items crawled<\/em>\n<\/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>number of items in the results array<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>items<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>items array<\/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>resource_type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>type of the returned resource<\/em><br \/>\npossible types: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/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>meta<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource properties<\/em><br \/>\nthe value depends on the <code>resource_type<\/code><br \/>\nnote that if you do not indicate a <code>url<\/code> when setting a task, resource&#8217;s <code>meta<\/code> is returned based on the data from the page where our crawler first saw the resource;<br \/>\nto obtain resource&#8217;s <code>meta<\/code> from a particular <code>url<\/code>, specify that URL when setting a task<\/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>alternative_text<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>content of the image <code>alt<\/code> attribute<\/em><br \/>\nthe value depends on the <code>resource_type<\/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 \u00a0 \u00a0 <code>title<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>title<\/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 \u00a0 \u00a0 <code>original_width<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>original image width in px<\/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 \u00a0 \u00a0 <code>original_height<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>original image height in px<\/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 \u00a0 \u00a0 <code>width<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>image width in px<\/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 \u00a0 \u00a0 <code>height<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>image height in px<\/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>status_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>status code of the page where a given resource is located<\/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>location<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>location header<\/em><br \/>\nindicates the URL to redirect a page to<\/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>url<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource URL<\/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>size<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource size<\/em><br \/>\nindicates the size of a given resource measured in bytes<\/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>encoded_size<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource size after encoding<\/em><br \/>\nindicates the size of the encoded resource measured in bytes<\/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>total_transfer_size<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>compressed resource size<\/em><br \/>\nindicates the compressed size of a given resource in bytes<\/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>fetch_time<\/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 a resource was fetched<\/em><br \/>\nin the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d<br \/>\nexample:<br \/>\n<code>2021-02-17 13:54:15 +00:00<\/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>fetch_timing<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource fething time range <\/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>duration_time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>indicates how many milliseconds it took to fetch a resource<\/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>fetch_start<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>time to start downloading the resource<\/em><br \/>\nthe amount of time a browser needs to start downloading a resource<\/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>fetch_end<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>time to complete downloading the resource<\/em><br \/>\nthe amount of time a browser needs to complete downloading a resource<\/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>cache_control<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>instructions for caching<\/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>cachable<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>indicates whether the resource is cacheable<\/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>ttl<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>time to live<\/em><br \/>\nthe amount of time it takes for the browser to cache a resource; measured in milliseconds<\/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>checks<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource check-ups<\/em><br \/>\ncontents of the array depend on the <code>resource_type<\/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 \u00a0 \u00a0 <code>no_content_encoding<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource with no content encoding<\/em><br \/>\nindicates whether a page has no <a href=\"http:\/\/www.iana.org\/assignments\/http-parameters\/http-parameters.xhtml#content-coding\" target=\"_blank\" rel=\"noopener noreferrer\">compression algorithm<\/a> of the content;<br \/>\navailable for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/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 \u00a0 \u00a0 <code>high_loading_time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource with high loading time<\/em><br \/>\nindicates whether a resource loading time exceeds 3 seconds;<br \/>\navailable for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/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 \u00a0 \u00a0 <code>is_redirect<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource with redirects<\/em><br \/>\nindicates whether a page with this resource has <code>3XX<\/code> redirects to other pages;<br \/>\navailable for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/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 \u00a0 \u00a0 <code>is_4xx_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource with with <code>4xx<\/code> status code<\/em><br \/>\nindicates whether a page with this resource has <code>4XX<\/code> response 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 \u00a0 \u00a0 <code>is_5xx_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource with <code>5xx<\/code> status code<\/em><br \/>\nindicates whethera page with this resource has <code>5XX<\/code> response 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 \u00a0 \u00a0 <code>is_broken<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>broken resource<\/em><br \/>\nindicates whether a page with this resource returns <code>4xx<\/code>, <code>5xx<\/code> response codes or has broken elements inside the resource;<br \/>\navailable for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/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 \u00a0 \u00a0 <code>is_www<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>page with www<\/em><br \/>\nindicates whether a page with this resource is on a <code>www<\/code> subdomain;<br \/>\navailable for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/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 \u00a0 \u00a0 <code>is_https<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>page with the https protocol<\/em><br \/>\navailable for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/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 \u00a0 \u00a0 <code>is_http<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>page with the http protocol<\/em><br \/>\navailable for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/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 \u00a0 \u00a0 <code>original_size_displayed<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>image desplayes in its original size<\/em><br \/>\nindicates whether the image is displayed in its original size;<br \/>\navailable for items with the following <code>resource_type<\/code>: <code>image<\/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 \u00a0 \u00a0 <code>is_minified<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource is minified<\/em><br \/>\nindicates whether the content of a stylesheet or script is minified;<br \/>\navailable for items with the following <code>resource_type<\/code>: <code>stylesheet<\/code>, <code>script<\/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 \u00a0 \u00a0 <code>has_redirect<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource has a redirect<\/em><br \/>\navailable for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>;<br \/>\nif the <code>resource_type<\/code> is <code>image<\/code>, this field will indicate whether other pages and\/or resources have redirects pointing at the image;<br \/>\nif the <code>resource_type<\/code> is <code>script<\/code>, this field will indicate whether the script contains a redirect<\/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>has_subrequests<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource contains subrequests<\/em><br \/>\nindicates whether the content of a stylesheet or script contain additional requests;<br \/>\navailable for items with the following <code>resource_type<\/code>: <code>stylesheet<\/code>, <code>script<\/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 \u00a0 \u00a0 <code>from_sitemap<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource was found on website&#8217;s sitemap<\/e><br \/>\nif <code>true<\/code>, the resource was found on the sitemap of the website\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0  \u00a0 \u00a0 \u00a0 <code>resource_errors<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource errors and warnings<\/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 <code>errors<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource errors<\/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 \u00a0 <code>line<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>line where the error was found<\/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 \u00a0 <code>column<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>column where the error was found<\/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 \u00a0 <code>message<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>text message of the error<\/em><br \/>\nthe full list of possible HTML errors can be found <a href=\"https:\/\/github.com\/AngleSharp\/AngleSharp\/blob\/3968eb050e142b1d94550fba407afe772232b126\/src\/AngleSharp\/Html\/Parser\/HtmlParseError.cs\">here<\/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 \u00a0 \u00a0 \u00a0 <code>status_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>status code of the error<\/em><br \/>\npossible values:<br \/>\n<code>0<\/code> \u2014 Unidentified Error;<br \/>\n<code>501<\/code> \u2014 Html Parse Error;<br \/>\n<code>1501<\/code> \u2014 JS Parse Error;<br \/>\n<code>2501<\/code> \u2014 CSS Parse Error;<br \/>\n<code>3501<\/code> \u2014 Image Parse Error;<br \/>\n<code>3502<\/code> \u2014 Image Scale Is Zero;<br \/>\n<code>3503<\/code> \u2014 Image Size Is Zero;<br \/>\n<code>3504<\/code> \u2014 Image Format Invalid\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 \u00a0 <code>warnings<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>resource warnings<\/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 \u00a0 <code>line<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>line the warning relates to<\/em><br \/>\nnote that if <code>\"line\": 0<\/code>, the warning relates to the whole 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 \u00a0 \u00a0 \u00a0 <code>column<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>column the warning relates to<\/em><br \/>\nnote that if <code>\"column\": 0<\/code>, the warning relates to the whole 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 \u00a0 \u00a0 \u00a0 <code>message<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>text message of the warning<\/em><br \/>\npossible messages:<br \/>\n<code>\"Has node with more than 60 childs.\"<\/code> &#8211; HTML page has at least 1 tag nesting over 60 tags of the same level<br \/>\n<code>\"Has more that 1500 nodes.\"<\/code> &#8211; DOM tree contains over 1,500 elements<br \/>\n<code>\"HTML depth more than 32 tags.\"<\/code> &#8211; DOM depth exceeds 32 nodes<\/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 \u00a0 <code>status_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>status code of the warning<\/em><br \/>\npossible values:<br \/>\n<code>0<\/code> \u2014 Unidentified Warning;<br \/>\n<code>1<\/code> \u2014 Has node with more than 60 childs;<br \/>\n<code>2<\/code> \u2014 Has more that 1500 nodes;<br \/>\n<code>3<\/code> \u2014 HTML depth more than 32 tags<\/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>content_encoding<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>type of encoding<\/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>media_type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>types of media used to display a resource<\/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>accept_type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>indicates the expected type of resource<\/em><br \/>\nfor example, if <code>\"resource_type\": \"broken\"<\/code>, <code>accept_type<\/code> will indicate the type of the broken resource<br \/>\npossible values:<br \/>\n<code>any<\/code>, <code>none<\/code>, <code>image<\/code>, <code>sitemap<\/code>, <code>robots<\/code>, <code>script<\/code>, <code>stylesheet<\/code>, <code>redirect<\/code>, <code>html<\/code>, <code>text<\/code>, <code>other<\/code>, <code>font<\/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>server<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>server version<\/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>last_modified<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>contains data on changes related to the resource<\/em><br \/>\nif there is no data, the value will be <code>null<\/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 \u00a0  \u00a0 <code>header<\/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 header was last modified<\/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><br \/>\nif there is no data, the value will be <code>null<\/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 \u00a0  \u00a0 <code>sitemap<\/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 sitemap was last modified<\/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><br \/>\nif there is no data, the value will be <code>null<\/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 \u00a0  \u00a0 <code>meta_tag<\/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 meta tag was last modified<\/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><br \/>\nif there is no data, the value will be <code>null<\/code><\/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\/on_page\/resources&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    &quot;id&quot;: &quot;07281559-0695-0216-0000-c269be8b7592&quot;,\r\n    &quot;filters&quot;: [\r\n      [&quot;resource_type&quot;, &quot;=&quot;, &quot;image&quot;],\r\n      &quot;and&quot;,\r\n      [&quot;size&quot;, &quot;&gt;&quot;, 100000]\r\n    ],\r\n    &quot;order_by&quot;: [&quot;size,desc&quot;],\r\n    &quot;limit&quot;: 10\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\r\n$post_array = array();\r\n\/\/ simple way to get a result\r\n$post_array[] = array(\r\n   &quot;id&quot; =&gt; &quot;07281559-0695-0216-0000-c269be8b7592&quot;,\r\n   &quot;filters&quot; =&gt; [\r\n      [&quot;resource_type&quot;, &quot;=&quot;, &quot;image&quot;],\r\n      &quot;and&quot;,\r\n      [&quot;size&quot;, &quot;&gt;&quot;, 100000]\r\n   ],\r\n   &quot;order_by&quot; =&gt; [&quot;size,desc&quot;],\r\n   &quot;limit&quot; =&gt; 10\r\n);\r\ntry {\r\n   \/\/ POST \/v3\/on_page\/resources\r\n   \/\/ the full list of possible parameters is available in documentation\r\n   $result = $client-&gt;post(&#039;\/v3\/on_page\/resources&#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;id&quot;: &quot;07281559-0695-0216-0000-c269be8b7592&quot;,\r\n  &quot;filters&quot;: [\r\n    [&quot;resource_type&quot;, &quot;=&quot;, &quot;image&quot;],\r\n    &quot;and&quot;,\r\n    [&quot;size&quot;, &quot;&gt;&quot;, 100000]\r\n  ],\r\n  &quot;order_by&quot;: [&quot;size,desc&quot;],\r\n  &quot;limit&quot;: 10\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\/on_page\/resources&#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 random import Random\r\nfrom client import RestClient\r\n# You can download this file from here https:\/\/api.dataforseo.com\/v3\/_examples\/python\/_python_Client.zip\r\nclient = RestClient(&quot;login&quot;, &quot;password&quot;)\r\n\r\npost_data = dict()\r\n# simple way to get a result\r\npost_data[len(post_data)] = dict(\r\n    id=&quot;07281559-0695-0216-0000-c269be8b7592&quot;,\r\n    filters=[\r\n        [&quot;resource_type&quot;, &quot;=&quot;, &quot;image&quot;],\r\n        &quot;and&quot;, \r\n        [&quot;size&quot;, &quot;&gt;&quot;, 100000]\r\n    ],\r\n    order_by=[&quot;size,desc&quot;],\r\n    limit=10\r\n)\r\n# POST \/v3\/on_page\/resources\r\n# the full list of possible parameters is available in documentation\r\nresponse = client.post(&quot;\/v3\/on_page\/resources&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\n\r\nnamespace DataForSeoDemos\r\n{\r\n    public static partial class Demos\r\n    {\r\n        public static async Task on_page_resources()\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            \/\/ simple way to get a result\r\n            postData.Add(new\r\n            {\r\n                id = &quot;07281559-0695-0216-0000-c269be8b7592&quot;,\r\n                filters = new object[]\r\n                {\r\n                    new object[] { &quot;resource_type&quot;, &quot;=&quot;, &quot;image&quot; },\r\n                    &quot;and&quot;,\r\n                    new object[] { &quot;size&quot;, &quot;&gt;&quot;, 100000 }\r\n                },\r\n                order_by = new object[] { &quot;size,desc&quot; },\r\n                limit = 10\r\n            });\r\n            \/\/ POST \/v3\/on_page\/resources\r\n            \/\/ the full list of possible parameters is available in documentation\r\n            var taskPostResponse = await httpClient.PostAsync(&quot;\/v3\/on_page\/resources&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.20200805&quot;,\r\n  &quot;status_code&quot;: 20000,\r\n  &quot;status_message&quot;: &quot;Ok.&quot;,\r\n  &quot;time&quot;: &quot;4.8323 sec.&quot;,\r\n  &quot;cost&quot;: 0,\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;08091838-1535-0216-0000-cee52596d188&quot;,\r\n      &quot;status_code&quot;: 20000,\r\n      &quot;status_message&quot;: &quot;Ok.&quot;,\r\n      &quot;time&quot;: &quot;4.7640 sec.&quot;,\r\n      &quot;cost&quot;: 0,\r\n      &quot;result_count&quot;: 1,\r\n      &quot;path&quot;: [\r\n        &quot;v3&quot;,\r\n        &quot;on_page&quot;,\r\n        &quot;resources&quot;\r\n      ],\r\n      &quot;data&quot;: {\r\n        &quot;api&quot;: &quot;on_page&quot;,\r\n        &quot;function&quot;: &quot;resources&quot;,\r\n        &quot;limit&quot;: 100\r\n      },\r\n      &quot;result&quot;: [\r\n        {\r\n          &quot;crawl_progress&quot;: &quot;finished&quot;,\r\n          &quot;crawl_status&quot;: {\r\n            &quot;max_crawl_pages&quot;: 10,\r\n            &quot;pages_in_queue&quot;: 0,\r\n            &quot;pages_crawled&quot;: 10\r\n          },\r\n          &quot;total_items_count&quot;: 15,\r\n          &quot;items_count&quot;: 100,\r\n          &quot;items&quot;: [\r\n            {\r\n              &quot;resource_type&quot;: &quot;stylesheet&quot;,\r\n              &quot;meta&quot;: null,\r\n              &quot;status_code&quot;: 200,\r\n              &quot;location&quot;: null,\r\n              &quot;url&quot;: &quot;https:\/\/dataforseo.com\/wp-content\/themes\/startit\/assets\/css\/style_dynamic.css?ver=1566565352&quot;,\r\n              &quot;size&quot;: 1216,\r\n              &quot;encoded_size&quot;: 0,\r\n              &quot;total_transfer_size&quot;: 275,\r\n              &quot;fetch_time&quot;: &quot;2021-02-17 13:54:15 +00:00&quot;,\r\n              &quot;fetch_timing&quot;: {\r\n                &quot;duration_time&quot;: 0,\r\n                &quot;fetch_start&quot;: 0,\r\n                &quot;fetch_end&quot;: 0\r\n              },\r\n              &quot;cache_control&quot;: {\r\n                &quot;cachable&quot;: false,\r\n                &quot;ttl&quot;: 0\r\n              },\r\n              &quot;checks&quot;: {\r\n                &quot;no_content_encoding&quot;: false,\r\n                &quot;high_loading_time&quot;: false,\r\n                &quot;is_redirect&quot;: false,\r\n                &quot;is_4xx_code&quot;: false,\r\n                &quot;is_5xx_code&quot;: false,\r\n                &quot;is_broken&quot;: false,\r\n                &quot;is_www&quot;: false,\r\n                &quot;is_https&quot;: true,\r\n                &quot;is_http&quot;: false,\r\n                &quot;is_minified&quot;: false,\r\n                &quot;has_subrequests&quot;: false\r\n              },\r\n              &quot;content_encoding&quot;: &quot;gzip&quot;,\r\n              &quot;media_type&quot;: &quot;text\/css&quot;,\r\n              &quot;accept_type&quot;: &quot;stylesheet&quot;,\r\n              &quot;server&quot;: &quot;nginx\/1.10.1 (Ubuntu)&quot;,\r\n              &quot;last_modified&quot;: {\r\n                &quot;header&quot;: &quot;2021-10-21 14:11:10 +00:00&quot;,\r\n                &quot;sitemap&quot;: null,\r\n                &quot;meta_tag&quot;: &quot;2021-03-15 00:00:00 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;resource_type&quot;: &quot;script&quot;,\r\n              &quot;meta&quot;: null,\r\n              &quot;status_code&quot;: 200,\r\n              &quot;location&quot;: null,\r\n              &quot;url&quot;: &quot;https:\/\/dataforseo.com\/wp-includes\/js\/jquery\/jquery-migrate.min.js?ver=1.4.1&quot;,\r\n              &quot;size&quot;: 10056,\r\n              &quot;encoded_size&quot;: 0,\r\n              &quot;total_transfer_size&quot;: 385,\r\n              &quot;fetch_time&quot;: &quot;2021-02-17 13:54:15 +00:00&quot;,\r\n              &quot;fetch_timing&quot;: {\r\n                &quot;duration_time&quot;: 0,\r\n                &quot;fetch_start&quot;: 0,\r\n                &quot;fetch_end&quot;: 0\r\n              },\r\n              &quot;cache_control&quot;: {\r\n                &quot;cachable&quot;: true,\r\n                &quot;ttl&quot;: 2592000\r\n              },\r\n              &quot;checks&quot;: {\r\n                &quot;no_content_encoding&quot;: false,\r\n                &quot;high_loading_time&quot;: false,\r\n                &quot;is_redirect&quot;: false,\r\n                &quot;is_4xx_code&quot;: false,\r\n                &quot;is_5xx_code&quot;: false,\r\n                &quot;is_broken&quot;: false,\r\n                &quot;is_www&quot;: false,\r\n                &quot;is_https&quot;: true,\r\n                &quot;is_http&quot;: false,\r\n                &quot;is_minified&quot;: false,\r\n                &quot;has_redirect&quot;: false,\r\n                &quot;has_subrequests&quot;: false,\r\n                &quot;from_sitemap&quot;: false\r\n              },\r\n              &quot;content_encoding&quot;: &quot;gzip&quot;,\r\n              &quot;media_type&quot;: &quot;application\/javascript&quot;,\r\n              &quot;accept_type&quot;: &quot;script&quot;,\r\n              &quot;server&quot;: &quot;nginx\/1.10.1 (Ubuntu)&quot;,\r\n              &quot;last_modified&quot;: {\r\n                &quot;header&quot;: &quot;2021-10-21 14:11:10 +00:00&quot;,\r\n                &quot;sitemap&quot;: null,\r\n                &quot;meta_tag&quot;: &quot;2021-03-15 00:00:00 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;resource_type&quot;: &quot;image&quot;,\r\n              &quot;meta&quot;: {\r\n                &quot;alternative_text&quot;: &quot;sean-cooney-review&quot;,\r\n                &quot;title&quot;: null,\r\n                &quot;original_width&quot;: 250,\r\n                &quot;original_height&quot;: 250,\r\n                &quot;width&quot;: 250,\r\n                &quot;height&quot;: 250\r\n              },\r\n              &quot;status_code&quot;: 200,\r\n              &quot;location&quot;: null,\r\n              &quot;url&quot;: &quot;https:\/\/dataforseo.com\/wp-content\/uploads\/2020\/06\/sean-cooney-review-1.png&quot;,\r\n              &quot;size&quot;: 94695,\r\n              &quot;encoded_size&quot;: 94695,\r\n              &quot;total_transfer_size&quot;: 95036,\r\n              &quot;fetch_time&quot;: &quot;2021-02-17 13:54:15 +00:00&quot;,\r\n              &quot;fetch_timing&quot;: {\r\n                &quot;duration_time&quot;: 0,\r\n                &quot;fetch_start&quot;: 0,\r\n                &quot;fetch_end&quot;: 0\r\n              },\r\n              &quot;cache_control&quot;: {\r\n                &quot;cachable&quot;: true,\r\n                &quot;ttl&quot;: 2592000\r\n              },\r\n              &quot;checks&quot;: {\r\n                &quot;no_content_encoding&quot;: true,\r\n                &quot;high_loading_time&quot;: false,\r\n                &quot;is_redirect&quot;: false,\r\n                &quot;is_4xx_code&quot;: false,\r\n                &quot;is_5xx_code&quot;: false,\r\n                &quot;is_broken&quot;: false,\r\n                &quot;is_www&quot;: false,\r\n                &quot;is_https&quot;: true,\r\n                &quot;is_http&quot;: false,\r\n                &quot;has_redirect&quot;: false,\r\n                &quot;original_size_displayed&quot;: true\r\n              },\r\n              &quot;content_encoding&quot;: null,\r\n              &quot;media_type&quot;: &quot;image\/png&quot;,\r\n              &quot;accept_type&quot;: &quot;image&quot;,\r\n              &quot;server&quot;: &quot;nginx\/1.10.1 (Ubuntu)&quot;,\r\n              &quot;last_modified&quot;: {\r\n                &quot;header&quot;: &quot;2021-10-21 14:11:10 +00:00&quot;,\r\n                &quot;sitemap&quot;: null,\r\n                &quot;meta_tag&quot;: &quot;2021-03-15 00:00:00 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;resource_type&quot;: &quot;broken&quot;,\r\n              &quot;meta&quot;: null,\r\n              &quot;status_code&quot;: 404,\r\n              &quot;location&quot;: null,\r\n              &quot;url&quot;: &quot;https:\/\/dataforseo.com\/css\/bootstrap.css&quot;,\r\n              &quot;size&quot;: 75924,\r\n              &quot;encoded_size&quot;: 0,\r\n              &quot;total_transfer_size&quot;: 464,\r\n              &quot;fetch_time&quot;: &quot;2021-02-17 13:54:15 +00:00&quot;,\r\n              &quot;fetch_timing&quot;: {\r\n                &quot;duration_time&quot;: 0,\r\n                &quot;fetch_start&quot;: 0,\r\n                &quot;fetch_end&quot;: 0\r\n              },\r\n              &quot;cache_control&quot;: {\r\n                &quot;cachable&quot;: true,\r\n                &quot;ttl&quot;: 0\r\n              },\r\n              &quot;checks&quot;: {\r\n                &quot;no_content_encoding&quot;: false,\r\n                &quot;high_loading_time&quot;: false,\r\n                &quot;is_redirect&quot;: false,\r\n                &quot;is_4xx_code&quot;: true,\r\n                &quot;is_5xx_code&quot;: false,\r\n                &quot;is_broken&quot;: true,\r\n                &quot;is_www&quot;: false,\r\n                &quot;is_https&quot;: true,\r\n                &quot;is_http&quot;: false\r\n              },\r\n              &quot;content_encoding&quot;: &quot;gzip&quot;,\r\n              &quot;media_type&quot;: &quot;text\/html&quot;,\r\n              &quot;accept_type&quot;: &quot;stylesheet&quot;,\r\n              &quot;server&quot;: &quot;nginx\/1.10.1 (Ubuntu)&quot;,\r\n              &quot;last_modified&quot;: {\r\n                &quot;header&quot;: &quot;2021-10-21 14:11:10 +00:00&quot;,\r\n                &quot;sitemap&quot;: null,\r\n                &quot;meta_tag&quot;: &quot;2021-03-15 00:00:00 +00:00&quot;\r\n              }\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] OnPage API Resources \u200c\u200c This endpoint will provide you with a list of resources, including images, scripts, stylesheets, and broken elements. You will get a detailed overview of every resource found on the crawled pages. If you would like to receive a list of pages that contain a specific resource, please refer to the [&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-6300","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/6300","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=6300"}],"version-history":[{"count":64,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/6300\/revisions"}],"predecessor-version":[{"id":22098,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/6300\/revisions\/22098"}],"wp:attachment":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/media?parent=6300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}