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",
  • "Industry",
  • "Number of Employees",
  • "Sales Volume",
  • "Year Founded",
  • "SIC",
  • "SIC Description",
  • "NAICS",
  • "NAICS Description",
  • "Public or Private"

Response Example

{
  "versium": {
    "version": "2.0",
    "match_counts": {
      "c2b": 1
    },
    "num_matches": 1,
    "num_results": 1,
    "query_id": "x9bed6a0ee1ad8ebc48fa1bf038c60ab",
    "query_time": 1.400688886642456,
    "results": [
      {
        "Title": "Senior Project Manager",
        "First Name": "John",
        "Last Name": "Doe",
        "Email Address": "[email protected]",
        "Business": "Versium",
        "Postal Address": "7530 164TH AVE NE STE A240",
        "City": "REDMOND",
        "State": "WA",
        "Zip": "98052",
        "Domain": "versium.com",
        "Industry": "Business Services (Software, Programming, IT)",
        "Number of Employees": "30",
        "Sales Volume": "7000000",
        "Year Founded": "2012",
        "SIC": "7372",
        "NAICS": "511210",
        "Public or Private": "Private"
      }
    ],
    "input_query": {
      "first": "john",
      "last": "doe",
      "email": "[email protected]"            
    }
  }
}