# Find emails in bulk Create a new job to find email addresses for the provided prospects. Each prospect requires first_name, last_name, and company_name. The company_domain field is optional and can help improve email finding accuracy if you know the company's web domain. Webhook Support: This endpoint supports webhooks. Include a webhook_url in your request to receive a POST notification when the job completes. The webhook will receive the same data as the GET detail endpoint. Endpoint: POST /v1/email-finder/ Version: 1.1.0 Security: BearerToken ## Request fields (application/json): - `job_name` (string, required) - `webhook_url` (string,null) - `prospects` (array, required) - `prospects.first_name` (string, required) - `prospects.last_name` (string, required) - `prospects.company_name` (string) - `prospects.company_domain` (string) ## Response 202 fields ## Response 400 fields ## Response 402 fields