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
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"}'
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.
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.
Parameter | Example value | Description |
---|---|---|
decision_maker_category string | "ceo" | The category of the decision maker to search for. Possible values:
|
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). |
- At least one of
domain
orcompany_name
is required. domain
is preferred as usingcompany_name
may not always yield the correct domain.
Headers
Parameter | Example value | Description |
---|---|---|
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
Need Help?
Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.