urlScanIo.json•5.61 kB
{
"nodeType": "n8n-nodes-base.urlScanIo",
"displayName": "urlscan.io",
"description": "Provides various utilities for monitoring websites like health checks or screenshots",
"version": 1,
"properties": [
{
"name": "scanId",
"displayName": "Scan ID",
"type": "string",
"default": "",
"description": "ID of the scan to retrieve",
"displayOptions": {
"show": {
"resource": [
"scan"
],
"operation": [
"get"
]
}
}
},
{
"name": "returnAll",
"displayName": "Return All",
"type": "boolean",
"default": false,
"description": "Whether to return all results or only up to a given limit",
"displayOptions": {
"show": {
"resource": [
"scan"
],
"operation": [
"getAll"
]
}
}
},
{
"name": "limit",
"displayName": "Limit",
"type": "number",
"default": 50,
"description": "Max number of results to return",
"typeOptions": {
"minValue": 1
},
"displayOptions": {
"show": {
"resource": [
"scan"
],
"operation": [
"getAll"
],
"returnAll": [
false
]
}
}
},
{
"name": "filters",
"displayName": "Filters",
"type": "collection",
"default": {},
"description": "Query using the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query\">Elastic Search Query String syntax</a>. See <a href=\"https://urlscan.io/docs/search/\">supported fields</a> in the documentation.",
"placeholder": "Add Filter",
"options": [
{
"name": "query",
"displayName": "Query",
"type": "string",
"default": "",
"description": "Query using the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query\">Elastic Search Query String syntax</a>. See <a href=\"https://urlscan.io/docs/search/\">supported fields</a> in the documentation.",
"placeholder": "domain:n8n.io"
}
],
"displayOptions": {
"show": {
"resource": [
"scan"
],
"operation": [
"getAll"
]
}
}
},
{
"name": "url",
"displayName": "URL",
"type": "string",
"default": "",
"description": "URL to scan",
"placeholder": "https://n8n.io",
"displayOptions": {
"show": {
"resource": [
"scan"
],
"operation": [
"perform"
]
}
}
},
{
"name": "additionalFields",
"displayName": "Additional Fields",
"type": "collection",
"default": {},
"description": "<code>User-Agent</code> header to set for this scan. Defaults to <code>n8n</code>",
"placeholder": "Add Field",
"options": [
{
"name": "customAgent",
"displayName": "Custom Agent",
"type": "string",
"default": "",
"description": "<code>User-Agent</code> header to set for this scan. Defaults to <code>n8n</code>"
},
{
"name": "overrideSafety",
"displayName": "Override Safety",
"type": "string",
"default": "",
"description": "Disable reclassification of URLs with potential PII in them"
},
{
"name": "referer",
"displayName": "Referer",
"type": "string",
"default": "",
"description": "HTTP referer to set for this scan",
"placeholder": "https://n8n.io"
},
{
"name": "tags",
"displayName": "Tags",
"type": "string",
"default": "",
"description": "Comma-separated list of user-defined tags to add to this scan. Limited to 10 tags.",
"placeholder": "phishing, malicious"
}
],
"displayOptions": {
"show": {
"resource": [
"scan"
],
"operation": [
"perform"
]
}
}
},
{
"name": "operation",
"displayName": "Operation",
"type": "options",
"default": "perform",
"options": [
{
"name": "Get",
"value": "get"
},
{
"name": "Get Many",
"value": "getAll"
},
{
"name": "Perform",
"value": "perform"
}
],
"displayOptions": {
"show": {
"resource": [
"scan"
]
}
}
},
{
"name": "resource",
"displayName": "Resource",
"type": "options",
"default": "scan",
"options": [
{
"name": "Scan",
"value": "scan"
}
]
}
],
"credentialsConfig": [
{
"name": "urlScanIoApi",
"required": true
},
{
"name": "resource",
"required": false
}
],
"io": {
"inputs": [
"Main"
],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [
"Main"
],
"produces": [
"Main"
]
}
}