API for finding employee contact information from companies using various criteria.
Revealed Employee Finder API (1.0.0)
Download OpenAPI description
Overview
API Support
License
Languages
Servers
Mock server
https://docs.revealead.com/_mock/apis
Production Server
https://api.revealead.app/employeefinder
Request
Search for companies containing contacts matching specified criteria (seniority, department, etc.).
Security
ApiKeyHeader or ApiKeyQuery
- Mock serverhttps://docs.revealead.com/_mock/apis/companies
- Production Serverhttps://api.revealead.app/employeefinder/companies
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.revealead.com/_mock/apis/companies?contact_level_code=EXECUTIVE&contact_domain_code=string&contact_role_query=string&email_test_status=all&contact_source=linkedin&limit=20&cursor=string' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
{ "success": true, "meta": { "total": 0, "limit": 0, "next_cursor": "string", "has_more": true }, "data": [ { … } ] }