{ "uuid": "5d967005-fdfe-4194-b210-8a6512a26d02", "lastMigration": 29, "name": "WebScraping.AI", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "bb50673e-34b9-4685-b39d-e2466f2a41a8", "documentation": "Information about your account calls quota", "method": "get", "endpoint": "account", "responses": [ { "uuid": "27edd4cf-5a70-4975-8860-c227c7d50d8f", "body": "{\n \"remaining_api_calls\": {{faker 'number.int' max=99999}},\n \"remaining_concurrency\": {{faker 'number.int' max=99999}},\n \"resets_at\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "58b98412-6486-429b-8eef-29d17fdaee48", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 403, "label": "Wrong API key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5b7d2efe-5291-4076-9c20-39edd0eb3794", "documentation": "Page HTML by URL", "method": "get", "endpoint": "html", "responses": [ { "uuid": "0a374dbc-5c69-4e35-a7b0-958c611a0221", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "text/html" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aca08998-c149-4757-90e4-ae190bc27b24", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Parameters validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "223ac30b-6641-48ff-87aa-adaa8e4e4914", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 402, "label": "Billing issue, probably you've ran out of credits", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28234b96-7460-4323-9473-8a2e1eabe65d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 403, "label": "Wrong API key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4f0a985a-f2d5-441c-976c-03af169acd62", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 429, "label": "Too many concurrent requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c2fc4605-01f1-4acc-82e8-e86188bf0361", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Unexpected error, try again or contact support@webscraping.ai", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "54e47909-3928-4efc-ad75-cedcd2039297", "body": "{\n \"status_code\": {{faker 'number.int' max=99999}},\n \"status_message\": \"\"\n}", "latency": 0, "statusCode": 502, "label": "Non-2xx and non-404 HTTP status code on the target page", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8425ec66-1475-486a-a9fe-0b12164987f7", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 504, "label": "Timeout error, try increasing timeout parameter value", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "851f7089-6205-4fa0-90b3-60cd3830ed6f", "documentation": "HTML of a selected page area by URL and CSS selector", "method": "get", "endpoint": "selected", "responses": [ { "uuid": "ad8adde4-d713-4b45-93a5-05efdca7d94c", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "text/html" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "982191ca-a6a1-4698-8169-283cb4158b2f", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Parameters validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "caca19dc-3cb1-4ac9-b87f-a0fce945ee44", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 402, "label": "Billing issue, probably you've ran out of credits", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "07a5ef04-ebd9-4a8a-b5a5-1b1551d48512", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 403, "label": "Wrong API key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "89c16069-d822-4e46-b589-89c82c20df57", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 429, "label": "Too many concurrent requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23a54c71-4a1b-4bb5-a53c-14f4b5f157aa", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Unexpected error, try again or contact support@webscraping.ai", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "793e4293-4b39-47e4-ab5e-ce5a251ca144", "body": "{\n \"status_code\": {{faker 'number.int' max=99999}},\n \"status_message\": \"\"\n}", "latency": 0, "statusCode": 502, "label": "Non-2xx and non-404 HTTP status code on the target page", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "73799d11-b5a1-4a72-b41a-56be23908281", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 504, "label": "Timeout error, try increasing timeout parameter value", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5342bf87-0085-4e36-b7f4-42522aea9fd7", "documentation": "HTML of multiple page areas by URL and CSS selectors", "method": "get", "endpoint": "selected-multiple", "responses": [ { "uuid": "94429cc7-59cf-4114-ae83-1dee0c8e603e", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a505d464-2aaf-48f8-a02c-80a925e8ca97", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Parameters validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c8eb659f-8584-4cd3-a957-8c378779bd66", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 402, "label": "Billing issue, probably you've ran out of credits", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c9804508-d2b3-4a02-8c87-32f1ab560d8b", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 403, "label": "Wrong API key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "912f0de3-213d-4c04-8188-ed59ee280fc4", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 429, "label": "Too many concurrent requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a05cec1f-bc5c-4830-8829-72983427d286", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Unexpected error, try again or contact support@webscraping.ai", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a1622dcf-d0f6-4d13-a39f-6476c488d99f", "body": "{\n \"status_code\": {{faker 'number.int' max=99999}},\n \"status_message\": \"\"\n}", "latency": 0, "statusCode": 502, "label": "Non-2xx and non-404 HTTP status code on the target page", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "050c4412-ccfd-4351-8f52-3a7a360da49b", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 504, "label": "Timeout error, try increasing timeout parameter value", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "bb50673e-34b9-4685-b39d-e2466f2a41a8" }, { "type": "route", "uuid": "5b7d2efe-5291-4076-9c20-39edd0eb3794" }, { "type": "route", "uuid": "851f7089-6205-4fa0-90b3-60cd3830ed6f" }, { "type": "route", "uuid": "5342bf87-0085-4e36-b7f4-42522aea9fd7" } ] }