Files
nox-project-nox-framework/sources/duckduckgo_api.json
T

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
}