UpLead · Example Payload

Person Search Response

B2BLead GenerationContact DataCompany DataEmail VerificationData EnrichmentSales Intelligence

Person Search Response is an example object payload from UpLead, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataavailableCredits

Example Payload

Raw ↑
{
  "data": {
    "id": "p_xyz789",
    "first_name": "Jane",
    "last_name": "Smith",
    "title": "Vice President of Marketing",
    "job_function": "marketing",
    "job_sub_function": "Brand Marketing",
    "management_level": "VP",
    "gender": "Female",
    "email": "jane.smith@acme.com",
    "email_status": "valid",
    "phone_number": "+14155550101",
    "mobile_directdial": "+14155550102",
    "city": "San Francisco",
    "state": "CA",
    "county": "San Francisco",
    "country": "US",
    "linkedin_url": "https://www.linkedin.com/in/janesmith",
    "industry": "Software",
    "domain": "acme.com",
    "company_name": "Acme Corporation"
  },
  "availableCredits": 4849
}