Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 | 1x 1x 1x | export * from "./keywords_data_api"; export * from "./keywords_finder_api"; export * from "./merchant_api"; export * from "./onPage_api"; export * from "./serp_api"; export * from "./traffic_analytics_api"; export interface IDFSEO_API_Request {} export interface IDFSEO_API_Response extends IDFSEO_INFO { /** * the current version of the API */ version: string; /** * the number of tasks in the tasks array */ tasks_count: number; /** * the number of tasks in the tasks array returned with an error */ tasks_error: number; /** * array of tasks */ tasks: IDFSEO_API_Task[]; /** * execution time, seconds */ time: string; /** * cost float total tasks cost, USD */ cost: number; } export interface IDFSEO_API_Task extends IDFSEO_INFO { /** * task identifier unique task identifier in our system in the UUID format reference: https://en.wikipedia.org/wiki/Universally_unique_identifier */ id: string; /** * number of elements in the result array */ result_count: number; /** * URL path */ path: string[]; data: any; result: any; } interface IDFSEO_INFO { /** * general status code you can find the full list of the response codes here reference: https://docs.dataforseo.com/v3/appendix/errors */ status_code: Status_Code; /** * general informational message you can find the full list of general informational messages here reference: https://docs.dataforseo.com/v3/appendix/errors */ status_message: Status_Message; /** * execution time, seconds */ time: string; /** * total tasks cost, USD */ cost: number; } type Status_Code = 20000 | 20100 | 40000 | 40001 | 40002 | 40003 | 40004 | 40005 | 40006 | 40100 | 40101 | 40102 | 40201 | 40202 | 40203 | 40400 | 40401 | 40402 | 40403 | 40501 | 40601 | 40602 | 50000 | 50001 | 50301 | 50303 | 50304; type Status_Message = | "Ok." | "Task Created." | "You can set only one task at a time." | "This id is used by another client, check the id." | "This id is used by another search engine, check the Path." | "This id is used by another search type, check the Path." | "This id is used by another function, check the id." | "This id is used by another device type, check the id." | "You can set no more than 100 tasks at a time." | "You are not authorized to access this resource. See your login details here: https://app.dataforseo.com/api-dashboard ." | "Internal SE Server Error." | "No Search Results." | "Payment Required." | "Our algorithms found suspicious activity in your DataForSEO account. It has been temporarily blocked. For further details please contact our support team." | "The rate-limit per minute has been exceeded." | "The cost limit has been exceeded. You can modify your cost limit in the user panel https://app.dataforseo.com/api-dashboard ." | "Not Found." | "Task Not Found." | "Invalid Path." | "Results Expired." | "Invalid Field." | "Task Handed." | "Task In Queue." | "Internal Error." | "Error While Checking the Balance." | "3rd Party API Service Unavailable." | "Update in progress. Please try after a few minutes." | "This function temporarily unavailable. Please contact support for more information."; export type ISO_639_1_Language_Code = | "ab" | "aa" | "af" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bh" | "bi" | "bi" | "bs" | "br" | "bg" | "my" | "ca" | "ce" | "ny" | "zh" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "nl" | "dz" | "en" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fr" | "ff" | "gl" | "ka" | "de" | "el" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "ia" | "id" | "ie" | "ga" | "ig" | "ik" | "io" | "is" | "it" | "iu" | "ja" | "jv" | "kl" | "kn" | "kr" | "ks" | "kk" | "km" | "kn" | "ko" | "kr" | "ks" | "ku" | "kv" | "kw" | "ky" | "na" | "nb" | "nd" | "ne" | "ng" | "nl" | "nn" | "no" | "nr" | "nv" | "ny" | "oc" | "oj" | "om" | "or" | "os" | "pa" | "pi" | "pl" | "ps" | "pt" | "qu" | "ru" | "rw" | "sa" | "sc" | "sd" | "se" | "sg" | "si" | "sk" | "sl" | "sm" | "sn" | "so" | "sq" | "sr" | "ss" | "st" | "su" | "sv" | "sw" | "ta" | "te" | "tg" | "th" | "ti" | "tk" | "tl" | "tn" | "to" | "tr" | "ts" | "tt" | "tw" | "ty" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "wo" | "xh" | "yi" | "yo" | "za" | "zh" | "zu"; |