# Email Finder Operations for finding email addresses ## Find an email - [POST /v1/email-finder/single/](https://docs.evaboot.com/schema/email-finder/email_finder_single_create.md): Find and validate email for a single person by providing their first name, last name, and company information. This endpoint runs synchronously and returns the email result immediately. Company Information: Either company_name or company_domain must be provided to improve email finding accuracy. ## List Email Finder jobs - [GET /v1/email-finder/](https://docs.evaboot.com/schema/email-finder/email_finder_list.md): List all email finder jobs created by the authenticated user ## Find emails in bulk - [POST /v1/email-finder/](https://docs.evaboot.com/schema/email-finder/email_finder_create.md): 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. ## Get Email Finder job results - [GET /v1/email-finder/{id}/](https://docs.evaboot.com/schema/email-finder/email_finder_retrieve.md): Retrieve the results of a specific email finder job