# Hunter API **Provider:** Hunter **Category:** developer **Base URL:** `https://hunter.io` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1 req/s (free) ยท 10 req/s (paid) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://hunter.io/api ## Description API for domain search, professional email finder, author finder and email verifier ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://hunter.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://hunter.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 50 credits/month (email searches/verifications). Starter $34/mo (500 credits). Growth $104/mo (2,500 credits). Business $349/mo (10K credits). --- *Source: [API Map](https://apimap.dev/apis/hunter/) โ€” CC BY 4.0*