spiderfoot_export_json
Export SpiderFoot OSINT scan results in JSON format using comma-separated scan IDs for data analysis and integration.
Instructions
Export scan results in JSON for CSV of IDs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ids | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"ids": {
"type": "string"
}
},
"required": [
"ids"
],
"type": "object"
}