Output Sample

The C2B API will return results based on the search input data. The below displays all the fields that can be returned.

        "Title",
        "Title Seniority",
        "Department",
        "Role",
        "First Name",
        "Last Name",
        "Email Address",
        "LinkedIn Profile URL",
        "Business",
        "Postal Address",
        "City",
        "State",
        "Zip",
        "Domain",
        "Employee Count",
        "Revenue",
        "Year Founded",
        "SIC",
        "SIC Description",
        "NAICS",
        "NAICS Description",
        "Public or Private"

Response Example

Note: output fields with no value do not show up in the response.

{
  "versium": {
    "version": "2.0",
    "match_counts": {
      "c2b": 1
    },
    "num_matches": 1,
    "num_results": 1,
    "query_id": "x9bed6a0ee1ad8ebc48fa1bf038c60ab",
    "query_time": 1.400688886642456,
    "results": [
      {
        "Title": "Recruiting And Delivery Lead- It",
        "Title Seniority": "NON-MANAGER",
        "Department": "Human Resources - HR",
        "Role": "HR, Recruiters",
        "First Name": "John",
        "Last Name": "Doe",
        "Email Address": "[email protected]",
        "LinkedIn Profile URL": "https://www.linkedin.com/in/joedoesversium",
        "Business": "Versium",
        "Postal Address": "one microsoft way",
        "City": "Redmond",
        "State": "WA",
        "Zip": "98052",
        "Domain": "versium..com",
        "Number of Employees": "987",
        "Sales Volume": "250000000",
        "Year Founded": "2000",
        "SIC": "7363",
        "SIC Description": "Help Supply Services",
        "NAICS": "561311",
        "NAICS Description": "Employment Placement Agencies",
        "Public or Private": "Private"
      }
    ],
    "input_query": {
      "first": "john",
      "last": "doe",
      "email": "[email protected]"            
    }
  }
}