Find a Decision Maker's Email

Use this API endpoint to retrieve the email address and details of a decision maker in a specific category at a company. Provide either the company name or domain, along with the decision maker's category, to perform the search. This endpoint uses advanced algorithms to ensure accurate results while maintaining compliance with privacy regulations.

Endpoint

POST
https://api.anymailfinder.com
/v5.0/search/decision-maker.json

Pricing

  • 2 credits: Charged when a fully verified email is found.
  • Free: If no email is found or if the email is classified as risky (partially verified).
  • Free for Duplicate Searches: Searches already performed in the past year are always free.

Authentication

You must include your API key in the Authorization header to access this endpoint.
Refer to the Authentication page for details on how to authenticate your requests.

Request example

curl -X POST \
'https://api.anymailfinder.com/v5.0/search/decision-maker.json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"domain":"microsoft.com","decision_maker_category":"ceo"}'
Timeout recommendation: 180 seconds.
Searches are performed in real time. Response times depend on factors like the company's SMTP server, website responsiveness, and advanced operations to uncover catch-all emails.
No Rate Limits.
Our system efficiently auto-scales to handle high volumes of requests.

Request parameters

POST body parameters

Parameters should be sent as JSON in the POST Body.

ParameterExample valueDescription
decision_maker_category
string
"ceo"The category of the decision maker to search for. Possible values:
  • ceo
  • engineering
  • finance
  • hr
  • it
  • logistics
  • marketing
  • operations
  • buyer
  • sales
domain
string - optional
"microsoft.com"The domain of the company to search for the decision maker.
company_name
string - optional
"Microsoft"The company name (providing the domain is recommended for better accuracy).
Notes:
  • At least one of domain or company_name is required.
  • domain is preferred as using company_name may not always yield the correct domain.

Headers

ParameterExample valueDescription
x-webhook-url
string - optional
"https://yourdomain.com/webhook"Specify an URL to receive a webhook callback when the result is ready instead of waiting for the request to complete.

Response

200OK
400Bad Request
401Unauthorized
402Payment Needed
404Not Found
451Blacklisted

Need Help?

Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.