{ "name": "hunter_io", "category": "discovery", "endpoint": "https://api.hunter.io/v2/domain-search?domain={target}&api_key={HUNTER_API_KEY}", "method": "GET", "requires_auth": true, "selectors": { "emails": "$.data.emails[*].value" }, "rate_limit": 1.0, "headers": {}, "api_key_slots": [ "{HUNTER_API_KEY}" ], "input_type": "domain", "output_type": [ "email" ], "normalization_map": { "value": "email_address" }, "tags": [ "passive" ], "health_check_url": "https://api.hunter.io", "expected_status": 200, "reliability_score": 5, "backup_endpoints": [], "confidence": 1.0 }