Social Search

Pass a social media URL to return an email for the person.

POST /ce_social_search_comb

Get an email address along with contact and company data by passsing a social media URL.

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

api_key

string

Your API Key

linkedin_cred

string

The social media URL.

Example

{
  "api_key": "x9141mdq142",
  "linkedin_cred": "https://www.linkedin.com/in/williamhgates/"
}

Last updated