Pre-Built Tooling
Category | Details |
---|---|
Authentication | API Key (Query Parameter) |
Two-Way Sync | No |
Events Supported | No |
Realtime | No (Polling) |
Supports Rate Limiting | Yes (Hunter enforces monthly search limits based on plan) |
Authentication Scopes Supported | N/A (API key provides full access based on plan tier) |
Objects Supported
Alloy Automation supports syncing the following objects from Hunter:- Domain Search (Find email addresses associated with a domain)
- Email Finder (Find specific email addresses)
- Email Verifier (Verify email address validity)
- Account Information (API usage and limits)
- Leads (Saved leads and lists)
Set Up Guide
Trial Access
Question | Answer |
---|---|
Offers free trial? | Yes. Hunter offers a free plan with 25 searches and 50 verifications per month. |
Requires paid sandbox? | No. The free plan can be used for development and testing. |
Requires partnership to obtain authentication? | No. API access is available to all Hunter users, including free tier. |
Authentication (API Key)
Hunter uses API key authentication passed as a query parameter.Obtain your API key
- Sign up for Hunter at https://hunter.io/users/sign_up (or log in if you have an account)
- After logging in, navigate to your Dashboard
- Click on API in the left sidebar, or go directly to https://hunter.io/api_keys
- You’ll see your API key displayed on this page
- If no API key exists, click Create New API Key
- Copy your API Key
- Important: Keep your API key secure—it provides access to your Hunter account and counts against your usage limits
API Key Usage
- The API key is passed as a query parameter:
?api_key=YOUR_API_KEY
- Example:
https://api.hunter.io/v2/domain-search?domain=example.com&api_key=YOUR_API_KEY
- Each API request counts against your monthly search or verification quota
- Monitor your usage in the Hunter dashboard to avoid exceeding limits
Getting Started
- Sign up for Hunter: https://hunter.io/users/sign_up
- API Dashboard: https://hunter.io/api_keys
- API Documentation: https://hunter.io/api-documentation/v2
- Pricing and Plans: https://hunter.io/pricing
Use Cases
1) Lead generation and enrichment
Automatically find and verify email addresses for prospects using domain searches, then enrich your CRM or lead database with verified contact information for sales outreach campaigns.2) Email verification workflow
Validate email addresses before sending campaigns or adding contacts to your mailing lists, reducing bounce rates and protecting sender reputation by filtering out invalid addresses.3) Prospect research automation
Integrate Hunter’s domain search with your prospect research workflow to automatically discover key contacts at target companies based on job titles, departments, or seniority levels.4) Data cleansing operations
Periodically verify email addresses in your existing database to identify and remove invalid or outdated contacts, maintaining database hygiene and improving deliverability metrics.5) Sales intelligence platform
Combine Hunter’s email discovery with other data sources to build a comprehensive sales intelligence platform that provides verified contact information alongside firmographic and technographic data.API Gotchas
-
Query parameter authentication: Unlike many modern APIs that use Bearer tokens in headers, Hunter requires the API key as a query parameter (
api_key=YOUR_KEY
). Ensure your API client is configured to pass credentials via query string. - Monthly quotas: Hunter enforces strict monthly limits on searches and verifications based on your subscription plan. Track your usage carefully and implement quota monitoring to avoid service disruptions mid-month.
- Rate limiting: In addition to monthly quotas, Hunter may enforce rate limits on requests per second. If you’re processing large batches, implement delays between requests to avoid 429 (Too Many Requests) errors.
- Email pattern confidence scores: When Hunter returns email addresses from domain searches, they include confidence scores. Not all results are verified emails—some are patterns Hunter has inferred. Always check the confidence score and consider verifying important addresses before use.
- Free plan restrictions: The free plan has limited searches per month and may not include access to all API endpoints or advanced features. Upgrade to a paid plan if you need higher limits or additional functionality.
For questions or troubleshooting, contact support@runalloy.com.