mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
31 lines
719 B
JSON
31 lines
719 B
JSON
{
|
|
"name": "duckduckgo_api",
|
|
"category": "search",
|
|
"endpoint": "https://searx.tiekoetter.com/search?q={target}&format=json&categories=general",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"results": "$.results"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "any",
|
|
"output_type": [
|
|
"url"
|
|
],
|
|
"normalization_map": {
|
|
"url": "url",
|
|
"title": "title"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"fast"
|
|
],
|
|
"health_check_url": "https://searx.tiekoetter.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 3,
|
|
"is_volatile": true,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.7
|
|
} |