Skip to main content
Hunter API

You can enjoy our service's features with our simple JSON API

Updated over 2 weeks ago

You can integrate Hunter with your service or create custom connections using our API functionality.

To get started with the API, you can have a look at your API overview page, where you will also find your secret API key needed to perform any API Calls.

Features

Our API service includes the following endpoints:


API endpoint description

Through our API, you can fully take advantage of our email finding and verifying services while also managing your resources like Leads and Campaigns. The API lets you easily create, read, update, and delete data.

API Calls

Account Information API

Domain Search API

  • Scope: Find all the email addresses corresponding to a website or company name.

  • Credits cost: 1 Search credit for 1 to 10 email addresses per domain returned.

  • Example:

    https://api.hunter.io/v2/domain-search?domain=stripe.com&api_key=YOUR-API-KEY

Email Finder API

  • Scope: Find the most likely email address from a domain name, a first name and a last name.

  • Credits cost: 1 Search credit per call. Returns a verified email.

  • Example:

    https://api.hunter.io/v2/email-finder?domain=reddit.com&first_name=Alexis&last_name=Ohanian&api_key=YOUR-API-KEY

Email Verifier API

Email Count API

Email Enrichment API

  • Scope: Find all the information associated with an email address, such as a person's name, location and social handles.

  • Credits cost: 1 Search credit per call.

  • Example:

    https://api.hunter.io/v2/people/find?email=matt@hunter.io&api_key=YOUR-API-KEY

Company Enrichment API

  • Scope: Find all the information associated with a domain name, such as the industry, the description, or the headquarters' location.

  • Credits cost: 1 Search credit per call.

  • Example:

    https://api.hunter.io/v2/companies/find?domain=stripe.com&api_key=YOUR-API-KEY

Combined Enrichment API


Request usage

When using the API, requests are counted in the same way as on the website, and the same pricing is applied.

Rate limits

When using our API, we ask that you follow our rate limits, which are as follows:

  • The Domain Search and Email Finder API calls, are both rate-limited to 15 requests per second/ 500 per minute (per API key or IP).

  • The Email Verifier API call is rate-limited to 10 requests per second / 300 requests per minute (per API key or IP).

API calls in bulk

Each API call needs to be performed with one piece of data at a time (1 contact, 1 domain, 1 email, etc.). We don't currently offer "bulk" API calls.

Webhooks

Hunter supports the Webhooks integration, which can be configured to be added to all your campaigns by default, or you can create a webhook linked to a specific campaign only.

Webhooks are notifications about various events that occur for emails you have sent in Hunter Campaigns. These notifications can be used to integrate Hunter Campaigns with other applications.

πŸ‘‰ To learn more about this integration, visit this Help Article.


πŸ’‘ Find a complete guide to Hunter's API in this dedicated section:

Did this answer your question?