Skip to main content

API Reference

Request Parameters

Request ParameterDataTypeDescriptionExampleMandatory
jobTitleString ArrayCarries info of the job.Ex: VP, SalesFalse
paginationBooleanThis field will controls the distribution of data across pages.Ex: If this field is set to true data will be distributed across multiple pages. If this field is set to false (which is also a default value) data will be displayed in a single page (max of 10000 records).False
max_contactsIntegerThis field is to specify the maximum no of contacts that are required.False
page_sizeIntegerThis will be applicable only if Pagination is set to true and size of the page is calculated based on number of records required and number of pages required.False
page_numberIntegerThis is to specify the page number of required data present.False
accuracyStringThis field specifies the accuracy of the contact data.Ex: A+, A, A-, BFalse(Default A+)
modeStringThere are two modes available Discover and Stats. Discover returns the data and Stats returns the count.False(Default Discover)
company_guidStringThis field contains the GUID of the company.Ex: E8932F31620C0D5DTrue
locationString ArrayThis field allows you to specify the location of your contacts, including State, City, and Zipcode.Ex: San Francisco, 94105False
within_milesIntegerSpecify the desired search radius (from 1 – 100 miles) for your contacts in this field. This works in conjunction with the location field.Ex: 50False

Note : Max of 15 Job Titles can be sent in a single request.

Response Parameters

Response ParameterData TypeDescription
contact_levelList<String>Contact Job level will be available.
contact_functionList<String>Contact Job function will be available.
contact_sub_functionList<String>Contact job Sub function will be available.
contact_work_location_stateStringState of work location for contact will be available.
contact_guidStringThis field represents unique identification of contact.
contact_job_titleStringThis field carries job title of the contact.
contact_work_location_addressStringThis field contains contact work location address.
contact_work_location_cityStringWork location city name of the contact will be available.
contact_work_location_zipcodeStringWork location zip code of the contact will be available.
contact_work_location_countryStringWork location country of the contact will be available.

Response Codes

HTTP Status CodeDescriptionError Message
200ok
400Bad RequestInvalid API Key.
400Bad RequestData missing: company_guid.
400Bad RequestInvalid Data: mode.
400Bad Requestpage_number and page_size are mandatory fields to process pagination.
401UnauthorizedAPI key inactive.
401UnauthorizedJob title is not recognizable, please use another job title OR leave it blank to get all job titles.
406NOT_ACCEPTABLEAPI cannot return more than 10000 records.
406NOT_ACCEPTABLEpage_size cannot be greater than 10000.
406NOT_ACCEPTABLEOnly 15 job titles can be processed in a single call.
406NOT_ACCEPTABLEMax page_number for this query can be n.
412PreCondition FailedContacts Not Found.
429Too many RequestsToo Many Request Per Minute.
432Bad RequestNo contacts found matching your inputs, please try some different criteria.
433NOT_ACCEPTABLEMiles cannot be greater than 100.
434Bad RequestLocation and Within Miles are mandatory fields to process Location filter.
500Internal Server ErrorUnknown error occurred, try again later.