Find verified public emails for any company. Pass a domain name and get back public email addresses — simple, fast, and reliable.
The Company Email Finder API discovers public email addresses associated with any company domain. Send a domain name, receive verified emails in return.
| Property | Value | Endpoint | POST /v1/email/company-email-finder |
|---|---|
| Cost | 5 credits per successful, non-cached request |
| Rate Limit | 120 requests/minute, 2 requests/second |
| Cache | 15 days per domain |
| Auth | X-API-KEY header (key starts with scravity) |
| Response | JSON (application/json) |
| Interactive Docs | api.scravity.com/docs |
No sign-up required. Request your API key by email and start using the API immediately.
Get your API key
Generate a key from your dashboard
Authenticate requests
Add X-API-KEY header to every request
Send a POST request
Pass {"{ domain: \"example.com\" }"} to the endpoint
Process results
Receive verified emails in JSON response
Read the full documentation → for endpoint reference, parameters, and code examples in multiple languages.
Try the playground → to test the API with your own domain before integrating.
Test the Company Email Finder endpoint with a real API request. Your key is sent directly to our API — nothing is stored or logged on our side.
This sends a real POST request directly to https://api.scravity.com/v1/email/company-email-finder with your API key. The response is rendered below as formatted JSON. You need a Scravity account with available credits — get one here.
Complete reference for the Company Email Finder API endpoint.
Include your API key in the request header:
| Parameter | Type | Required | Description |
|---|---|---|---|
domain |
string |
Yes | The company website domain (e.g. "stripe.com") |
| Field | Type | Description |
|---|---|---|
success |
boolean |
Whether the request was processed successfully |
domain |
string |
The domain that was queried |
content |
object |
Contains the found email addresses and associated data |
logs |
string[] |
Processing log messages describing what the endpoint did |
| Status | Description |
|---|---|
200 |
Success — emails found or domain checked |
404 |
Domain not found — no public emails available |
422 |
Validation error — missing or invalid domain |
500 |
Internal server error — contact support |
502 |
External service error — retry later |