Get business demographic details with the Consumer to Business record Append API. With a consumer first name, last name and email can retrieve the business contact name, job title and business details from the Versium Data store, including:
- Job Title
- Business email address
- Basic business information
- Postal address
- Domain
- Industry, NAICS, SIC
- Number of employees
- Sales volume
- Year founded
Format
Here's the format to call the Consumer to Business Append API:
Data Tool
The Consumer to Business Append API accepts the following data tool:
Data Tool Value | Description |
---|---|
c2b | Used to search an append firmographic data from the following consumer inputs: First name Last name Consumer email biz domain |
Example:
https://api.versium.com/v2/c2b?first=john&last=doe&[email protected]
Inputs - what the API uses to search
Inputs are information that the Consumer to Business Append API will use to search in the Versium REACH back end. The data tool of this API service accepts the following:
-
Required data tool: First Name, Last Name, Consumer email
-
Optional data tool: domain
The API will then match your inputs with consumers in the Versium Data store, and returns business information, as available.
Value | Data Tool | Description | Example |
---|---|---|---|
first | c2b | A person's first name | John |
last | c2b | A person's last name | Smith |
c2b | A valid consumer email | [email protected] | |
domain | c2b | A business domain | gmail.com |
Optional Parameters
Optional Configuration Parameters are used to specify and configure how the Consumer-to-Append API will perform the search.
Optional Config. Param | Value | Description |
---|---|---|
rcfg_max_time | A whole or decimal number | Maximum allowed API run time (in seconds). |