{"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":"2026-08-06T15:14:03","modified_gmt":"2026-08-06T15:14:03","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><br \/>\n<div class=\"dfs-doc-container dfs-doc-request\"><table><thead><tr><th>Field name<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr data-doc-id=\"id\"><td><code>id<\/code><\/td><td>string<\/td><td><p><em>ID of the task<\/em><br><strong>required field<\/strong><br>you can get this ID in the response of the <a href=\"\/v3\/on_page\/task_post\/\">Task POST<\/a> endpoint<br>example:<br>\"07131248-1535-0216-1000-17384017ad04\"<\/p><\/td><\/tr><tr data-doc-id=\"url\"><td><code>url<\/code><\/td><td>string<\/td><td><p><em>page URL<\/em><br>optional field<br>specify this field if you want to get the resources for a specific page<br>note that to obtain resource's <code>meta<\/code> from a particular URL, you should specify the URL in this field;<br>if you do not indicate a <code>url<\/code> when setting a task, resource's <code>meta<\/code> in the results will be returned based on the data from the page where our crawler first saw the resource<\/p><\/td><\/tr><tr data-doc-id=\"limit\"><td><code>limit<\/code><\/td><td>integer<\/td><td><p><em>the maximum number of returned resources<\/em><br>optional field<br>default value: <code>100<\/code><br>maximum value: <code>1000<\/code><\/p><\/td><\/tr><tr data-doc-id=\"offset\"><td><code>offset<\/code><\/td><td>integer<\/td><td><p><em>offset in the results array of returned resources<\/em><br>optional field<br>default value: <code>0<\/code><br>maximum value: <code>2000000<\/code><br>if 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<\/p><\/td><\/tr><tr data-doc-id=\"filters\"><td><code>filters<\/code><\/td><td>array<\/td><td><p><em>array of results filtering parameters<\/em><br>optional field<br><strong>you can add several filters at once (8 filters maximum)<\/strong><br>you should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br>the following operators are supported:<br><code>regex<\/code>, <code>not_regex<\/code>, <code><<\/code>, <code><=<\/code>, <code>><\/code>, <code>>=<\/code>, <code>=<\/code>, <code><><\/code>, <code>in<\/code>, <code>not_in<\/code>, <code>like<\/code>, <code>not_like<\/code><br>you 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>example:<br><code>[\"resource_type\",\"=\",\"stylesheet\"]<\/code><p><code>[[\"resource_type\",\"=\",\"image\"],<br>\"and\",[\"checks.is_https\",\"=\",false]]<\/code><p><code>[[\"fetch_timing.duration_time\",\">\",1],\"and\",[[\"total_transfer_size\",\">\",100],\"or\",[\"checks.high_loading_time\",\"=\",true]]]<\/code><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><\/p><\/td><\/tr><tr data-doc-id=\"relevant_pages_filters\"><td><code>relevant_pages_filters<\/code><\/td><td>array<\/td><td><p><em>filter the resources by relevant pages<\/em><br>optional field<br>you can use this field to obtain resources from pages matching to the defined parameters<br>you 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><strong>you can add several filters at once (8 filters maximum)<\/strong><br>you should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br>the following operators are supported:<br><code>regex<\/code>, <code>not_regex<\/code>, <code><<\/code>, <code><=<\/code>, <code>><\/code>, <code>>=<\/code>, <code>=<\/code>, <code><><\/code>, <code>in<\/code>, <code>not_in<\/code>, <code>like<\/code>, <code>not_like<\/code><br>you 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>example:<br><code>[\"checks.no_image_title\",\"=\",true]<\/code><\/p><\/td><\/tr><tr data-doc-id=\"order_by\"><td><code>order_by<\/code><\/td><td>array<\/td><td><p><em>results sorting rules<\/em><br>optional field<br>you can use the same values as in the <code>filters<\/code> array to sort the results<br>possible sorting types:<br><code>asc<\/code> - results will be sorted in the ascending order<br><code>desc<\/code> - results will be sorted in the descending order<br>you should use a comma to set up a sorting type<br>example:<br><code>[\"size,desc\"]<\/code><br><strong>note that you can set no more than three sorting rules in a single request<\/strong><br>you should use a comma to separate several sorting rules<br>example:<br><code>[\"size,desc\",\"fetch_timing.fetch_end,desc\"]<\/code><\/p><\/td><\/tr><tr data-doc-id=\"search_after_token\"><td><code>search_after_token<\/code><\/td><td>string<\/td><td><p><em>token for subsequent requests<\/em><br>optional field<br>provided in the identical filed of the response to each request;<br>use this parameter to avoid timeouts while trying to obtain over <code>20,000<\/code> results in a single request;<br>by specifying the unique <code>search_after_token<\/code> value from the response array, you will get the subsequent results of the initial task;<br><code>search_after_token<\/code> values are unique for each subsequent task ;<br><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<\/p><\/td><\/tr><tr data-doc-id=\"tag\"><td><code>tag<\/code><\/td><td>string<\/td><td><p><em>user-defined task identifier<\/em><br>optional field<br><em>the character limit is 255<\/em><br>you can use this parameter to identify the task and match it with the result<br>you will find the specified <code>tag<\/code> value in the <code>data<\/code> object of the response<\/p><\/td><\/tr><\/tbody><\/table><\/div><br \/>\n\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><br \/>\n<div class=\"dfs-doc-container dfs-doc-response\"><div class=\"api-block-main\"><div class=\"api-section\"><table><thead><tr><th>Field name<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr data-doc-id=\"version\"><td><code>version<\/code><\/td><td>string<\/td><td><p><em>the current version of the API<\/em><\/p><\/td><\/tr><tr data-doc-id=\"status_code\"><td><code>status_code<\/code><\/td><td>integer<\/td><td><p><i>general status code<\/i><br>you can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><br><strong>Note:<\/strong> we strongly recommend designing a necessary system for handling related exceptional or error conditions<\/p><\/td><\/tr><tr data-doc-id=\"status_message\"><td><code>status_message<\/code><\/td><td>string<\/td><td><p><em>general informational message<\/em><br>you can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"time\"><td><code>time<\/code><\/td><td>string<\/td><td><p><em>execution time, seconds<\/em><\/p><\/td><\/tr><tr data-doc-id=\"cost\"><td><code>cost<\/code><\/td><td>float<\/td><td><p><em>total <i>tasks<\/i> cost, USD<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks_count\"><td><code>tasks_count<\/code><\/td><td>integer<\/td><td><p><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks_error\"><td><code>tasks_error<\/code><\/td><td>integer<\/td><td><p><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array returned with an error<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks\"><td><strong><code>tasks<\/code><\/strong><\/td><td>array<\/td><td><p><em>array of tasks<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-id\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>id<\/code><\/td><td>string<\/td><td><p><em>task identifier<\/em><br><strong>unique task identifier in our system in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Universally_unique_identifier\">UUID<\/a> format<\/strong><\/p><\/td><\/tr><tr data-doc-id=\"tasks-status_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>status_code<\/code><\/td><td>integer<\/td><td><p><em>status code of the task<\/em><br>generated by DataForSEO; can be within the following range: 10000-60000<br>you can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-status_message\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>status_message<\/code><\/td><td>string<\/td><td><p><em>informational message of the task<\/em><br>you can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-time\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>time<\/code><\/td><td>string<\/td><td><p><em>execution time, seconds<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-cost\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>cost<\/code><\/td><td>float<\/td><td><p><em>cost of the task, USD<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result_count\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>result_count<\/code><\/td><td>integer<\/td><td><p><em>number of elements in the <code>result<\/code> array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-path\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>path<\/code><\/td><td>array<\/td><td><p><em>URL path<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-data\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>data<\/code><\/td><td>object<\/td><td><p><em>contains the same parameters that you specified in the POST request<br><\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>result<\/code><\/strong><\/td><td>array<\/td><td><p><em>array of results<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-crawl_progress\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>crawl_progress<\/code><\/td><td>string<\/td><td><p><em>status of the crawling session<\/em><br>possible values: <code>in_progress<\/code>, <code>finished<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-crawl_status\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>crawl_status<\/code><\/strong><\/td><td>object<\/td><td><p><em>details of the crawling session<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-crawl_status-max_crawl_pages\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>max_crawl_pages<\/code><\/td><td>integer<\/td><td><p><em>maximum number of pages to crawl<\/em><br>indicates the <code>max_crawl_pages<\/code> limit you specified when setting a task<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-crawl_status-pages_in_queue\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>pages_in_queue<\/code><\/td><td>integer<\/td><td><p><em>number of pages that are currently in the crawling queue<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-crawl_status-pages_crawled\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>pages_crawled<\/code><\/td><td>integer<\/td><td><p><em>number of crawled pages<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total_items_count\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>total_items_count<\/code><\/td><td>integer<\/td><td><p><em>total number of relevant items crawled<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items_count\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>items_count<\/code><\/td><td>integer<\/td><td><p><em>number of items in the results array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>items<\/code><\/strong><\/td><td>array<\/td><td><p><em>items array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>resource_type<\/code><\/td><td>string<\/td><td><p><em>type of the returned resource<\/em><br>possible types: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-meta\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>meta<\/code><\/strong><\/td><td>object<\/td><td><p><em>resource properties<\/em><br>the value depends on the <code>resource_type<\/code><br>note that if you do not indicate a <code>url<\/code> when setting a task, resource's <code>meta<\/code> is returned based on the data from the page where our crawler first saw the resource;<br>to obtain resource's <code>meta<\/code> from a particular <code>url<\/code>, specify that URL when setting a task<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-meta-alternative_text\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>alternative_text<\/code><\/td><td>string<\/td><td><p><em>content of the image <code>alt<\/code> attribute<\/em><br>the value depends on the <code>resource_type<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-meta-title\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>title<\/code><\/td><td>string<\/td><td><p><em>title<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-meta-original_width\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>original_width<\/code><\/td><td>integer<\/td><td><p><em>original image width in px<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-meta-original_height\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>original_height<\/code><\/td><td>integer<\/td><td><p><em>original image height in px<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-meta-width\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>width<\/code><\/td><td>integer<\/td><td><p><em>image width in px<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-meta-height\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>height<\/code><\/td><td>integer<\/td><td><p><em>image height in px<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-status_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>status_code<\/code><\/td><td>integer<\/td><td><p><em>status code of the page where a given resource is located<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-location\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>location<\/code><\/td><td>string<\/td><td><p><em>location header<\/em><br>indicates the URL to redirect a page to<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-url\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>url<\/code><\/td><td>string<\/td><td><p><em>resource URL<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-size\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>size<\/code><\/td><td>integer<\/td><td><p><em>resource size<\/em><br>indicates the size of a given resource measured in bytes<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-encoded_size\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>encoded_size<\/code><\/td><td>integer<\/td><td><p><em>resource size after encoding<\/em><br>indicates the size of the encoded resource measured in bytes<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-total_transfer_size\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>total_transfer_size<\/code><\/td><td>integer<\/td><td><p><em>compressed resource size<\/em><br>indicates the compressed size of a given resource in bytes<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-fetch_time\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>fetch_time<\/code><\/td><td>string<\/td><td><p><em>date and time when a resource was fetched<\/em><br>in the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d<br>example:<br><code>2021-02-17 13:54:15 +00:00<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-fetch_timing\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>fetch_timing<\/code><\/strong><\/td><td>object<\/td><td><p><em>resource fething time range <\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-fetch_timing-duration_time\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>duration_time<\/code><\/td><td>integer<\/td><td><p><em>indicates how many milliseconds it took to fetch a resource<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-fetch_timing-fetch_start\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>fetch_start<\/code><\/td><td>integer<\/td><td><p><em>time to start downloading the resource<\/em><br>the amount of time a browser needs to start downloading a resource<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-fetch_timing-fetch_end\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>fetch_end<\/code><\/td><td>integer<\/td><td><p><em>time to complete downloading the resource<\/em><br>the amount of time a browser needs to complete downloading a resource<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-cache_control\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>cache_control<\/code><\/strong><\/td><td>object<\/td><td><p><em>instructions for caching<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-cache_control-cachable\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>cachable<\/code><\/td><td>boolean<\/td><td><p><em>indicates whether the resource is cacheable<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-cache_control-ttl\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ttl<\/code><\/td><td>integer<\/td><td><p><em>time to live<\/em><br>the amount of time it takes for the browser to cache a resource; measured in milliseconds<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>checks<\/code><\/strong><\/td><td>object<\/td><td><p><em>resource check-ups<\/em><br>contents of the array depend on the <code>resource_type<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-no_content_encoding\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>no_content_encoding<\/code><\/td><td>boolean<\/td><td><p><em>resource with no content encoding<\/em><br>indicates 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>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-high_loading_time\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>high_loading_time<\/code><\/td><td>boolean<\/td><td><p><em>resource with high loading time<\/em><br>indicates whether a resource loading time exceeds 3 seconds;<br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-is_redirect\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_redirect<\/code><\/td><td>boolean<\/td><td><p><em>resource with redirects<\/em><br>indicates whether a page with this resource has <code>3XX<\/code> redirects to other pages;<br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-is_4xx_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_4xx_code<\/code><\/td><td>boolean<\/td><td><p><em>resource with with <code>4xx<\/code> status code<\/em><br>indicates whether a page with this resource has <code>4XX<\/code> response code<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-is_5xx_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_5xx_code<\/code><\/td><td>boolean<\/td><td><p><em>resource with <code>5xx<\/code> status code<\/em><br>indicates whethera page with this resource has <code>5XX<\/code> response code<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-is_broken\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_broken<\/code><\/td><td>boolean<\/td><td><p><em>broken resource<\/em><br>indicates whether a page with this resource returns <code>4xx<\/code>, <code>5xx<\/code> response codes or has broken elements inside the resource;<br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-is_www\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_www<\/code><\/td><td>boolean<\/td><td><p><em>page with www<\/em><br>indicates whether a page with this resource is on a <code>www<\/code> subdomain;<br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-is_https\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_https<\/code><\/td><td>boolean<\/td><td><p><em>page with the https protocol<\/em><br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-is_http\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_http<\/code><\/td><td>boolean<\/td><td><p><em>page with the http protocol<\/em><br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-original_size_displayed\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>original_size_displayed<\/code><\/td><td>boolean<\/td><td><p><em>image desplayes in its original size<\/em><br>indicates whether the image is displayed in its original size;<br>available for items with the following <code>resource_type<\/code>: <code>image<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-is_minified\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_minified<\/code><\/td><td>boolean<\/td><td><p><em>resource is minified<\/em><br>indicates whether the content of a stylesheet or script is minified;<br>available for items with the following <code>resource_type<\/code>: <code>stylesheet<\/code>, <code>script<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-has_redirect\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>has_redirect<\/code><\/td><td>boolean<\/td><td><p><em>resource has a redirect<\/em><br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>;<br>if 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>if the <code>resource_type<\/code> is <code>script<\/code>, this field will indicate whether the script contains a redirect<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-has_subrequests\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>has_subrequests<\/code><\/td><td>boolean<\/td><td><p><em>resource contains subrequests<\/em><br>indicates whether the content of a stylesheet or script contain additional requests;<br>available for items with the following <code>resource_type<\/code>: <code>stylesheet<\/code>, <code>script<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-checks-from_sitemap\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>from_sitemap<\/code><\/td><td>boolean<\/td><td><p><em>resource was found on website's sitemap<br>if <code>true<\/code>, the resource was found on the sitemap of the website<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>resource_errors<\/code><\/strong><\/td><td>object<\/td><td><p><em>resource errors and warnings<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-errors\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>errors<\/code><\/strong><\/td><td>array<\/td><td><p><em>resource errors<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-errors-line\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>line<\/code><\/td><td>integer<\/td><td><p><em>line where the error was found<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-errors-column\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>column<\/code><\/td><td>integer<\/td><td><p><em>column where the error was found<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-errors-message\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>message<\/code><\/td><td>string<\/td><td><p><em>text message of the error<\/em><br>the 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><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-errors-status_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>status_code<\/code><\/td><td>integer<\/td><td><p><em>status code of the error<\/em><br>possible values:<br><code>0<\/code> \u2014 Unidentified Error;<br><code>501<\/code> \u2014 Html Parse Error;<br><code>1501<\/code> \u2014 JS Parse Error;<br><code>2501<\/code> \u2014 CSS Parse Error;<br><code>3501<\/code> \u2014 Image Parse Error;<br><code>3502<\/code> \u2014 Image Scale Is Zero;<br><code>3503<\/code> \u2014 Image Size Is Zero;<br><code>3504<\/code> \u2014 Image Format Invalid<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-warnings\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>warnings<\/code><\/strong><\/td><td>array<\/td><td><p><em>resource warnings<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-warnings-line\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>line<\/code><\/td><td>integer<\/td><td><p><em>line the warning relates to<\/em><br>note that if <code>\"line\": 0<\/code>, the warning relates to the whole page<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-warnings-column\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>column<\/code><\/td><td>integer<\/td><td><p><em>column the warning relates to<\/em><br>note that if <code>\"column\": 0<\/code>, the warning relates to the whole page<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-warnings-message\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>message<\/code><\/td><td>string<\/td><td><p><em>text message of the warning<\/em><br>possible messages:<br><code>\"Has node with more than 60 childs.\"<\/code> - HTML page has at least 1 tag nesting over 60 tags of the same level<br><code>\"Has more that 1500 nodes.\"<\/code> - DOM tree contains over 1,500 elements <br><code>\"HTML depth more than 32 tags.\"<\/code> - DOM depth exceeds 32 nodes<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-warnings-status_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>status_code<\/code><\/td><td>integer<\/td><td><p><em>status code of the warning<\/em><br>possible values: <br><code>0<\/code> \u2014 Unidentified Warning;<br><code>1<\/code> \u2014 Has node with more than 60 childs; <br><code>2<\/code> \u2014 Has more that 1500 nodes;<br><code>3<\/code> \u2014 HTML depth more than 32 tags<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-content_encoding\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>content_encoding<\/code><\/td><td>string<\/td><td><p><em>type of encoding<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-media_type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>media_type<\/code><\/td><td>string<\/td><td><p><em>types of media used to display a resource<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-accept_type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>accept_type<\/code><\/td><td>string<\/td><td><p><em>indicates the expected type of resource<\/em><br>for example, if <code>\"resource_type\": \"broken\"<\/code>, <code>accept_type<\/code> will indicate the type of the broken resource<br>possible values: <br><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><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-server\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>server<\/code><\/td><td>string<\/td><td><p><em>server version<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-last_modified\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>last_modified<\/code><\/strong><\/td><td>object<\/td><td><p><em>contains data on changes related to the resource<\/em><br>if there is no data, the value will be <code>null<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-last_modified-header\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>header<\/code><\/td><td>string<\/td><td><p><em>date and time when the header was last modified<\/em><br>in the UTC format: \"yyyy-mm-dd hh-mm-ss +00:00\"<br>example:<br><code>2019-11-15 12:57:46 +00:00<\/code><br>if there is no data, the value will be <code>null<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-last_modified-sitemap\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>sitemap<\/code><\/td><td>string<\/td><td><p><em>date and time when the sitemap was last modified<\/em><br>in the UTC format: \"yyyy-mm-dd hh-mm-ss +00:00\"<br>example:<br><code>2019-11-15 12:57:46 +00:00<\/code><br>if there is no data, the value will be <code>null<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-resource_errors-last_modified-meta_tag\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>meta_tag<\/code><\/td><td>string<\/td><td><p><em>date and time when the meta tag was last modified<\/em><br>in the UTC format: \"yyyy-mm-dd hh-mm-ss +00:00\"<br>example:<br><code>2019-11-15 12:57:46 +00:00<\/code><br>if there is no data, the value will be <code>null<\/code><\/p><\/td><\/tr><\/tbody><\/table><\/div><\/div><\/div><br \/>\n\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":"parameters:\n  - name: id\n    type: string\n    description: |\n      <em>ID of the task<\/em><br><strong>required field<\/strong><br>you can get this ID in the response of the <a href=\"\/v3\/on_page\/task_post\/\">Task POST<\/a> endpoint<br>example:<br>\"07131248-1535-0216-1000-17384017ad04\"\n  - name: url\n    type: string\n    description: |\n      <em>page URL<\/em><br>optional field<br>specify this field if you want to get the resources for a specific page<br>note that to obtain resource's <code>meta<\/code> from a particular URL, you should specify the URL in this field;<br>if you do not indicate a <code>url<\/code> when setting a task, resource's <code>meta<\/code> in the results will be returned based on the data from the page where our crawler first saw the resource\n  - name: limit\n    type: integer\n    description: |\n      <em>the maximum number of returned resources<\/em><br>optional field<br>default value: <code>100<\/code><br>maximum value: <code>1000<\/code>\n  - name: offset\n    type: integer\n    description: |\n      <em>offset in the results array of returned resources<\/em><br>optional field<br>default value: <code>0<\/code><br>maximum value: <code>2000000<\/code><br>if 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\n  - name: filters\n    type: array\n    description: |\n      <em>array of results filtering parameters<\/em><br>optional field<br><strong>you can add several filters at once (8 filters maximum)<\/strong><br>you should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br>the following operators are supported:<br><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>you 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>example:<br><code>[\"resource_type\",\"=\",\"stylesheet\"]<\/code><p><code>[[\"resource_type\",\"=\",\"image\"],<br>\"and\",[\"checks.is_https\",\"=\",false]]<\/code><p><code>[[\"fetch_timing.duration_time\",\">\",1],\"and\",[[\"total_transfer_size\",\"&gt;\",100],\"or\",[\"checks.high_loading_time\",\"=\",true]]]<\/code><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  - name: relevant_pages_filters\n    type: array\n    description: |\n      <em>filter the resources by relevant pages<\/em><br>optional field<br>you can use this field to obtain resources from pages matching to the defined parameters<br>you 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><strong>you can add several filters at once (8 filters maximum)<\/strong><br>you should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br>the following operators are supported:<br><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>you 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>example:<br><code>[\"checks.no_image_title\",\"=\",true]<\/code>\n  - name: order_by\n    type: array\n    description: |\n      <em>results sorting rules<\/em><br>optional field<br>you can use the same values as in the <code>filters<\/code> array to sort the results<br>possible sorting types:<br><code>asc<\/code> - results will be sorted in the ascending order<br><code>desc<\/code> - results will be sorted in the descending order<br>you should use a comma to set up a sorting type<br>example:<br><code>[\"size,desc\"]<\/code><br><strong>note that you can set no more than three sorting rules in a single request<\/strong><br>you should use a comma to separate several sorting rules<br>example:<br><code>[\"size,desc\",\"fetch_timing.fetch_end,desc\"]<\/code>\n  - name: search_after_token\n    type: string\n    description: |\n      <em>token for subsequent requests<\/em><br>optional field<br>provided in the identical filed of the response to each request;<br>use this parameter to avoid timeouts while trying to obtain over <code>20,000<\/code> results in a single request;<br>by specifying the unique <code>search_after_token<\/code> value from the response array, you will get the subsequent results of the initial task;<br><code>search_after_token<\/code> values are unique for each subsequent task ;<br><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\n  - name: tag\n    type: string\n    description: |\n      <em>user-defined task identifier<\/em><br>optional field<br><em>the character limit is 255<\/em><br>you can use this parameter to identify the task and match it with the result<br>you will find the specified <code>tag<\/code> value in the <code>data<\/code> object of the response","apibase_doc_request_additional_yaml":"","apibase_doc_response_yaml":"parameters:\n  - name: version\n    type: string\n    description: |\n      <em>the current version of the API<\/em>\n  - name: status_code\n    type: integer\n    description: |\n      <i>general status code<\/i><br>you can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><br><strong>Note:<\/strong> we strongly recommend designing a necessary system for handling related exceptional or error conditions\n  - name: status_message\n    type: string\n    description: |\n      <em>general informational message<\/em><br>you can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a>\n  - name: time\n    type: string\n    description: |\n      <em>execution time, seconds<\/em>\n  - name: cost\n    type: float\n    description: |\n      <em>total <i>tasks<\/i> cost, USD<\/em>\n  - name: tasks_count\n    type: integer\n    description: |\n      <em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array<\/em>\n  - name: tasks_error\n    type: integer\n    description: |\n      <em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array returned with an error<\/em>\n  - name: tasks\n    type: array\n    description: |\n      <em>array of tasks<\/em>\n    items:\n      children:\n        - name: id\n          type: string\n          description: |\n            <em>task identifier<\/em><br><strong>unique task identifier in our system in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Universally_unique_identifier\">UUID<\/a> format<\/strong>\n        - name: status_code\n          type: integer\n          description: |\n            <em>status code of the task<\/em><br>generated by DataForSEO; can be within the following range: 10000-60000<br>you can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a>\n        - name: status_message\n          type: string\n          description: |\n            <em>informational message of the task<\/em><br>you can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a>\n        - name: time\n          type: string\n          description: |\n            <em>execution time, seconds<\/em>\n        - name: cost\n          type: float\n          description: |\n            <em>cost of the task, USD<\/em>\n        - name: result_count\n          type: integer\n          description: |\n            <em>number of elements in the <code>result<\/code> array<\/em>\n        - name: path\n          type: array\n          description: |\n            <em>URL path<\/em>\n        - name: data\n          type: object\n          description: |\n            <em>contains the same parameters that you specified in the POST request<br><\/em>\n        - name: result\n          type: array\n          description: |\n            <em>array of results<\/em>\n          items:\n            children:\n              - name: crawl_progress\n                type: string\n                description: |\n                  <em>status of the crawling session<\/em><br>possible values: <code>in_progress<\/code>, <code>finished<\/code>\n              - name: crawl_status\n                type: object\n                description: |\n                  <em>details of the crawling session<\/em>\n                children:\n                  - name: max_crawl_pages\n                    type: integer\n                    description: |\n                      <em>maximum number of pages to crawl<\/em><br>indicates the <code>max_crawl_pages<\/code> limit you specified when setting a task\n                  - name: pages_in_queue\n                    type: integer\n                    description: |\n                      <em>number of pages that are currently in the crawling queue<\/em>\n                  - name: pages_crawled\n                    type: integer\n                    description: |\n                      <em>number of crawled pages<\/em>\n              - name: total_items_count\n                type: integer\n                description: |\n                  <em>total number of relevant items crawled<\/em>\n              - name: items_count\n                type: integer\n                description: |\n                  <em>number of items in the results array<\/em>\n              - name: items\n                type: array\n                description: |\n                  <em>items array<\/em>\n                items:\n                  children:\n                    - name: resource_type\n                      type: string\n                      description: |\n                        <em>type of the returned resource<\/em><br>possible types: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code>\n                    - name: meta\n                      type: object\n                      description: |\n                        <em>resource properties<\/em><br>the value depends on the <code>resource_type<\/code><br>note that if you do not indicate a <code>url<\/code> when setting a task, resource's <code>meta<\/code> is returned based on the data from the page where our crawler first saw the resource;<br>to obtain resource's <code>meta<\/code> from a particular <code>url<\/code>, specify that URL when setting a task\n                      children:\n                        - name: alternative_text\n                          type: string\n                          description: |\n                            <em>content of the image <code>alt<\/code> attribute<\/em><br>the value depends on the <code>resource_type<\/code>\n                        - name: title\n                          type: string\n                          description: |\n                            <em>title<\/em>\n                        - name: original_width\n                          type: integer\n                          description: |\n                            <em>original image width in px<\/em>\n                        - name: original_height\n                          type: integer\n                          description: |\n                            <em>original image height in px<\/em>\n                        - name: width\n                          type: integer\n                          description: |\n                            <em>image width in px<\/em>\n                        - name: height\n                          type: integer\n                          description: |\n                            <em>image height in px<\/em>\n                    - name: status_code\n                      type: integer\n                      description: |\n                        <em>status code of the page where a given resource is located<\/em>\n                    - name: location\n                      type: string\n                      description: |\n                        <em>location header<\/em><br>indicates the URL to redirect a page to\n                    - name: url\n                      type: string\n                      description: |\n                        <em>resource URL<\/em>\n                    - name: size\n                      type: integer\n                      description: |\n                        <em>resource size<\/em><br>indicates the size of a given resource measured in bytes\n                    - name: encoded_size\n                      type: integer\n                      description: |\n                        <em>resource size after encoding<\/em><br>indicates the size of the encoded resource measured in bytes\n                    - name: total_transfer_size\n                      type: integer\n                      description: |\n                        <em>compressed resource size<\/em><br>indicates the compressed size of a given resource in bytes\n                    - name: fetch_time\n                      type: string\n                      description: |\n                        <em>date and time when a resource was fetched<\/em><br>in the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d<br>example:<br><code>2021-02-17 13:54:15 +00:00<\/code>\n                    - name: fetch_timing\n                      type: object\n                      description: |\n                        <em>resource fething time range <\/em>\n                      children:\n                        - name: duration_time\n                          type: integer\n                          description: |\n                            <em>indicates how many milliseconds it took to fetch a resource<\/em>\n                        - name: fetch_start\n                          type: integer\n                          description: |\n                            <em>time to start downloading the resource<\/em><br>the amount of time a browser needs to start downloading a resource\n                        - name: fetch_end\n                          type: integer\n                          description: |\n                            <em>time to complete downloading the resource<\/em><br>the amount of time a browser needs to complete downloading a resource\n                    - name: cache_control\n                      type: object\n                      description: |\n                        <em>instructions for caching<\/em>\n                      children:\n                        - name: cachable\n                          type: boolean\n                          description: |\n                            <em>indicates whether the resource is cacheable<\/em>\n                        - name: ttl\n                          type: integer\n                          description: |\n                            <em>time to live<\/em><br>the amount of time it takes for the browser to cache a resource; measured in milliseconds\n                    - name: checks\n                      type: object\n                      description: |\n                        <em>resource check-ups<\/em><br>contents of the array depend on the <code>resource_type<\/code>\n                      children:\n                        - name: no_content_encoding\n                          type: boolean\n                          description: |\n                            <em>resource with no content encoding<\/em><br>indicates 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>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code>\n                        - name: high_loading_time\n                          type: boolean\n                          description: |\n                            <em>resource with high loading time<\/em><br>indicates whether a resource loading time exceeds 3 seconds;<br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code>\n                        - name: is_redirect\n                          type: boolean\n                          description: |\n                            <em>resource with redirects<\/em><br>indicates whether a page with this resource has <code>3XX<\/code> redirects to other pages;<br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code>\n                        - name: is_4xx_code\n                          type: boolean\n                          description: |\n                            <em>resource with with <code>4xx<\/code> status code<\/em><br>indicates whether a page with this resource has <code>4XX<\/code> response code\n                        - name: is_5xx_code\n                          type: boolean\n                          description: |\n                            <em>resource with <code>5xx<\/code> status code<\/em><br>indicates whethera page with this resource has <code>5XX<\/code> response code\n                        - name: is_broken\n                          type: boolean\n                          description: |\n                            <em>broken resource<\/em><br>indicates whether a page with this resource returns <code>4xx<\/code>, <code>5xx<\/code> response codes or has broken elements inside the resource;<br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code>\n                        - name: is_www\n                          type: boolean\n                          description: |\n                            <em>page with www<\/em><br>indicates whether a page with this resource is on a <code>www<\/code> subdomain;<br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code>\n                        - name: is_https\n                          type: boolean\n                          description: |\n                            <em>page with the https protocol<\/em><br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code>\n                        - name: is_http\n                          type: boolean\n                          description: |\n                            <em>page with the http protocol<\/em><br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>, <code>stylesheet<\/code>, <code>broken<\/code>\n                        - name: original_size_displayed\n                          type: boolean\n                          description: |\n                            <em>image desplayes in its original size<\/em><br>indicates whether the image is displayed in its original size;<br>available for items with the following <code>resource_type<\/code>: <code>image<\/code>\n                        - name: is_minified\n                          type: boolean\n                          description: |\n                            <em>resource is minified<\/em><br>indicates whether the content of a stylesheet or script is minified;<br>available for items with the following <code>resource_type<\/code>: <code>stylesheet<\/code>, <code>script<\/code>\n                        - name: has_redirect\n                          type: boolean\n                          description: |\n                            <em>resource has a redirect<\/em><br>available for items with the following <code>resource_type<\/code>: <code>script<\/code>, <code>image<\/code>;<br>if 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>if the <code>resource_type<\/code> is <code>script<\/code>, this field will indicate whether the script contains a redirect\n                        - name: has_subrequests\n                          type: boolean\n                          description: |\n                            <em>resource contains subrequests<\/em><br>indicates whether the content of a stylesheet or script contain additional requests;<br>available for items with the following <code>resource_type<\/code>: <code>stylesheet<\/code>, <code>script<\/code>\n                        - name: from_sitemap\n                          type: boolean\n                          description: |\n                            <em>resource was found on website's sitemap<br>if <code>true<\/code>, the resource was found on the sitemap of the website\n                    - name: resource_errors\n                      type: object\n                      description: |\n                        <em>resource errors and warnings<\/em>\n                      children:\n                        - name: errors\n                          type: array\n                          description: |\n                            <em>resource errors<\/em>\n                          items:\n                            children:\n                              - name: line\n                                type: integer\n                                description: |\n                                  <em>line where the error was found<\/em>\n                              - name: column\n                                type: integer\n                                description: |\n                                  <em>column where the error was found<\/em>\n                              - name: message\n                                type: string\n                                description: |\n                                  <em>text message of the error<\/em><br>the 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>\n                              - name: status_code\n                                type: integer\n                                description: |\n                                  <em>status code of the error<\/em><br>possible values:<br><code>0<\/code> \u2014 Unidentified Error;<br><code>501<\/code> \u2014 Html Parse Error;<br><code>1501<\/code> \u2014 JS Parse Error;<br><code>2501<\/code> \u2014 CSS Parse Error;<br><code>3501<\/code> \u2014 Image Parse Error;<br><code>3502<\/code> \u2014 Image Scale Is Zero;<br><code>3503<\/code> \u2014 Image Size Is Zero;<br><code>3504<\/code> \u2014 Image Format Invalid\n                        - name: warnings\n                          type: array\n                          description: |\n                            <em>resource warnings<\/em>\n                          items:\n                            children:\n                              - name: line\n                                type: integer\n                                description: |\n                                  <em>line the warning relates to<\/em><br>note that if <code>\"line\": 0<\/code>, the warning relates to the whole page\n                              - name: column\n                                type: integer\n                                description: |\n                                  <em>column the warning relates to<\/em><br>note that if <code>\"column\": 0<\/code>, the warning relates to the whole page\n                              - name: message\n                                type: string\n                                description: |\n                                  <em>text message of the warning<\/em><br>possible messages:<br><code>\"Has node with more than 60 childs.\"<\/code> - HTML page has at least 1 tag nesting over 60 tags of the same level<br><code>\"Has more that 1500 nodes.\"<\/code> - DOM tree contains over 1,500 elements <br><code>\"HTML depth more than 32 tags.\"<\/code> - DOM depth exceeds 32 nodes\n                              - name: status_code\n                                type: integer\n                                description: |\n                                  <em>status code of the warning<\/em><br>possible values: <br><code>0<\/code> \u2014 Unidentified Warning;<br><code>1<\/code> \u2014 Has node with more than 60 childs; <br><code>2<\/code> \u2014 Has more that 1500 nodes;<br><code>3<\/code> \u2014 HTML depth more than 32 tags\n                        - name: content_encoding\n                          type: string\n                          description: |\n                            <em>type of encoding<\/em>\n                        - name: media_type\n                          type: string\n                          description: |\n                            <em>types of media used to display a resource<\/em>\n                        - name: accept_type\n                          type: string\n                          description: |\n                            <em>indicates the expected type of resource<\/em><br>for example, if <code>\"resource_type\": \"broken\"<\/code>, <code>accept_type<\/code> will indicate the type of the broken resource<br>possible values: <br><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>\n                        - name: server\n                          type: string\n                          description: |\n                            <em>server version<\/em>\n                        - name: last_modified\n                          type: object\n                          description: |\n                            <em>contains data on changes related to the resource<\/em><br>if there is no data, the value will be <code>null<\/code>\n                          children:\n                            - name: header\n                              type: string\n                              description: |\n                                <em>date and time when the header was last modified<\/em><br>in the UTC format: \"yyyy-mm-dd hh-mm-ss +00:00\"<br>example:<br><code>2019-11-15 12:57:46 +00:00<\/code><br>if there is no data, the value will be <code>null<\/code>\n                            - name: sitemap\n                              type: string\n                              description: |\n                                <em>date and time when the sitemap was last modified<\/em><br>in the UTC format: \"yyyy-mm-dd hh-mm-ss +00:00\"<br>example:<br><code>2019-11-15 12:57:46 +00:00<\/code><br>if there is no data, the value will be <code>null<\/code>\n                            - name: meta_tag\n                              type: string\n                              description: |\n                                <em>date and time when the meta tag was last modified<\/em><br>in the UTC format: \"yyyy-mm-dd hh-mm-ss +00:00\"<br>example:<br><code>2019-11-15 12:57:46 +00:00<\/code><br>if there is no data, the value will be <code>null<\/code>","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":67,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/6300\/revisions"}],"predecessor-version":[{"id":26178,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/6300\/revisions\/26178"}],"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}]}}