Reverse Looker API
Reverse Looker allows you to find the complete LinkedIn profile of a person from their professional email address.How it works
1
Start a search
Send an email via
POST /reverse-contact/single to initiate the search.2
Retrieve the result
Use the returned ID with
GET /reverse-contact/single to get the profile.Authentication
All requests require an API key in the header:Get an API key
Create an account on Reverse Looker to get your API key.
Pricing
| Operation | Cost |
|---|---|
| Single search | 50 credits |
| Bulk search | 50 credits / email |
Qualifications
Each search returns a qualification:| Qualification | Description |
|---|---|
ongoing | Search in progress |
found | Profile found |
not_found | No profile found for this email |