Find a company email patterns
Send us a domain name and retrieve all the email patterns a company uses with the usage percentage.
GET
https://api.thecompaniesapi.com/v2/companies/:domain/email-patterns
1 credit per request
We use this feature internally to prioritize the patterns when we want to guess and verify a business email address with external APIs.
You can use this endpoint to decrease your API calls to tools like MailboxLayer or Debounce (and therefore your costs).
Signup to access all the features
Get your API token and start implementing the API in your product with 500 free credits.
No credit card required
Query parameters
domainstring (required)
The company domain.
…/companies/microsoft.com/email-patterns
Response schema
patternsarray
The email patterns used.
Code examples
Select your favorite language:
import createClient from '@thecompaniesapi/sdk'
const tca = createClient({ apiToken: 'YOUR_API_TOKEN' })
const response = await tca.fetchCompanyEmailPatterns({
domain: 'apple.com'
})
const patterns = response.data // The company email patterns