DataShopper API V2
Welcome to the DataShopper API! Our API allows you to leverage the power of data-driven solutions to identify anonymous website visitors, retarget users, and optimize your marketing strategies. This documentation provides detailed information on how to use our API effectively.
Get Data By Email
Endpoint: https://main.dashboard.datashopper.com/api/v2/GetDataByEmail
Request Type: POST
Body: raw
Parameter | Type | Description |
---|---|---|
api_key | string | Your unique API key provided by the Datashopper team. |
website | string | The slug of the website associated with the authenticated user. |
string | The target user's email for data enrichment. |
Example Body Request:
{
"api_key":"your-api-key",
"email": "[email protected]",
"website": "your-website-slug"
}
Example Body Response:
{
"success": true,
"data": {
"identities": [
{
"id": 12345678,
"firstName": "John",
"lastName": "Doe",
"address": "PO Box 1234",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"zip4": "6789",
"dpbc": "123",
"carrierRoute": "A123",
"fipsStateCode": "01",
"fipsCountyCode": "001",
"countyName": "Sample",
"latitude": 12.345678,
"longitude": -12.345678,
"addressType": "P",
"cbsa": "12345",
"censusTract": "123456",
"censusBlockGroup": "1",
"censusBlock": "1234",
"gender": "M",
"hasEmail": true,
"hasPhone": true,
"dpv": "123",
"dma": 123,
"congressionalDistrict": "01",
"urbanicityCode": "S",
"birthDate": "1970-01-01",
"validated": true,
"phones": [
{
"phone": 1234567890,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-01",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-10",
"phoneType": 1,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 0,
"activityStatus": "A7",
"contactabilityScore": "E"
},
{
"phone": 2345678901,
"dnc": true,
"carrier": "Carrier B",
"addedDate": "2024-01-02",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 3,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A1",
"contactabilityScore": "J"
},
{
"phone": 3456789012,
"dnc": true,
"carrier": "Carrier C",
"addedDate": "2024-01-03",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-05",
"phoneType": 0,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A7",
"contactabilityScore": "G"
},
{
"phone": 4567890123,
"addedDate": "2024-01-04",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 2,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 5678901234,
"dnc": true,
"carrier": "Carrier D",
"addedDate": "2024-01-05",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 1,
"rankOrder": 2,
"qualityLevel": 0,
"activityStatus": "A1",
"contactabilityScore": "I"
},
{
"phone": 6789012345,
"carrier": "Carrier E",
"addedDate": "2024-01-06",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 3,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 7890123456,
"carrier": "Carrier D",
"addedDate": "2024-01-07",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-06",
"phoneType": 1,
"workPhone": true,
"rankOrder": 3,
"qualityLevel": 0,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 8901234567,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-08",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-08",
"phoneType": 1,
"rankOrder": 4,
"qualityLevel": 2,
"contactabilityScore": "K"
}
],
"emails": [
{
"email": "[email protected]",
"md5": "00000000000000000000000000000000",
"optIn": true,
"qualityLevel": 4,
"ip": "192.168.1.1",
"rankOrder": 4,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example1.com"
},
{
"email": "[email protected]",
"md5": "11111111111111111111111111111111",
"qualityLevel": 4,
"ip": "192.168.1.2",
"rankOrder": 5,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example2.com"
},
{
"email": "[email protected]",
"md5": "22222222222222222222222222222222",
"optIn": true,
"qualityLevel": 2,
"ip": "192.168.1.3",
"rankOrder": 1,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example3.com"
},
{
"email": "[email protected]",
"md5": "33333333333333333333333333333333",
"qualityLevel": 2,
"ip": "192.168.1.4",
"rankOrder": 2,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example4.com"
},
{
"email": "[email protected]",
"md5": "44444444444444444444444444444444",
"optIn": true,
"qualityLevel": 3,
"ip": "192.168.1.5",
"rankOrder": 3,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example5.com"
},
{
"email": "[email protected]",
"md5": "55555555555555555555555555555555",
"qualityLevel": 4,
"ip": "192.168.1.6",
"rankOrder": 6,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example6.com"
}
],
"data": {
"sourceNumber": 15,
"eagles18Segment": "LT_50K__1959_1973_M",
"eagles60Segment": "LT_50K__1957_1967_M_U",
"eagles120Segment": "W_LT_50K__1957_1967_M_U",
"eagles4800Segment": "W_LT_30K___1957_1967_M_M_C_S",
"addressType": "PO Box",
"ethnicityDetail": "Generic",
"ethnicGroup": "White",
"incomeLevel": "LT_30K",
"creditCard": false,
"bankCard": false,
"premiumCard": false,
"amexCard": false,
"premiumAmexCard": false,
"creditRange": "750 to 799",
"creditMidpoint": 675,
"householdIncome": "$250K to $299K",
"householdIncomeMidpoint": 25000,
"medianIncome": 25900,
"ownsInvestments": true,
"ownsStocksAndBonds": false,
"ownsMutualFunds": false,
"investor": true,
"householdNetWorth": "$10K to $24K",
"householdNetWorthMidpoint": 17500,
"homeOwnership": "Home Owner",
"homeValue": 226506,
"ownsSwimmingPool": false,
"medianHomeValue": 81700,
"mortgageAmount": 136300,
"mortgageRefinanceAmount": 117000,
"mortgageRefinanceAge": 9,
"education": "Completed College",
"lengthOfResidence": 8,
"dwellingType": "Single Family",
"singleFamilyDwelling": true,
"homePurchasedYearsAgo": 9,
"occupationDetail": "Executive",
"occupationType": "White Collar",
"occupationCategory": "Upper Management",
"whiteCollar": true,
"blueCollar": false,
"generation": "Generation X (1961-1981)",
"age": 50,
"birthYear": 1970,
"householdChild": true,
"householdChildAged0to3": false,
"householdChildAged4to6": true,
"householdChildAged7to9": false,
"householdChildAged10to12": false,
"householdChildAged13to18": false,
"householdVeteran": false,
"gender": "Male",
"maritalStatus": "Married",
"religion": "Protestant",
"language": "English",
"speaksEnglish": true,
"multilingual": false,
"householdAdults": 1,
"householdPersons": 1,
"urbanicity": "Suburban",
"readingAvidReader": false,
"readingAstrology": false,
"readingFiction": false,
"readingBooksOnTape": false,
"readingChildrens": false,
"readingComputerIt": false,
"readingCookingCulinary": false,
"readingCountryLifestyle": false,
"readingEntertainment": false,
"readingFashion": true,
"readingFinance": false,
"readingHealthRemedies": false,
"readingHistory": false,
"readingInteriorDecorating": true,
"readingMedicalHealth": false,
"readingMilitary": false,
"readingMystery": false,
"readingRomance": false,
"readingScienceFiction": false,
"readingScienceTechnology": false,
"readingSports": false,
"readingWorldNewsPolitics": false,
"readingMagazines": false,
"readingBibleDevotional": false,
"recentDonationAnimalCause": false,
"recentDonationArtsCulturalCause": false,
"recentDonationChildrensCause": false,
"recentDonationEnvironmentalCause": false,
"recentDonationHealthCause": false,
"recentDonationPoliticalCause": false,
"recentDonationPoliticalConservativeCause": false,
"recentDonationPoliticalLiberalCause": false,
"recentDonationPoliticalSocialCause": false,
"recentDonationReligiousCause": false,
"recentDonationVeteransCause": false,
"likelyCharitableDonor": false,
"voter": false,
"politicalContributor": false,
"apparelAffinity": 3,
"womensApparelAffinity": 1,
"womensFashionAffinity": 3,
"bargainHunterAffinity": 2,
"catalogAffinity": 1,
"cookingAffinity": 2,
"doItYourselfAffinity": 1,
"gardeningAffinity": 2,
"womensHomeLivingAffinity": 3,
"homeDecoratingAffinity": 2,
"travelAffinity": 3,
"travelUsAffinity": 3,
"tvMoviesAffinity": 2,
"carsInterest": false,
"dollCollector": false,
"figurinesCollector": false,
"platesCollector": false,
"sportsMemorabiliaCollector": false,
"entertainmentInterest": false,
"homeStudy": false,
"woodworking": false,
"homeImprovementInterest": true,
"religiousMusic": false,
"classicalMusic": false,
"countryMusic": false,
"jazz": false,
"rhythmAndBlues": false,
"rockMusic": false,
"softRock": false,
"aerobics": false,
"nascar": false,
"scuba": false,
"weightLifting": false,
"artsAndCrafts": false,
"boatingSailing": false,
"gambling": false,
"charityInterest": false,
"cigars": false,
"antiques": false,
"coins": false,
"fineArtsCollector": false,
"stamps": false,
"dieting": false,
"diy": true,
"fitness": false,
"epicurean": true,
"gardening": true,
"golf": false,
"healthyLivingInterest": false,
"birdWatching": false,
"cooking": false,
"knittingQuiltingSewing": false,
"photography": false,
"selfImprovement": false,
"homeDecor": true,
"hunting": false,
"motorcycles": false,
"movies": false,
"music": false,
"outdoors": false,
"campingHiking": false,
"fishing": false,
"walking": false,
"rv": false,
"motorRacing": false,
"baseball": false,
"basketball": false,
"football": false,
"hockey": false,
"soccer": false,
"running": false,
"snowSkiing": false,
"tennis": false,
"outdoorsHunting": false,
"luxuryLife": false,
"travelBusiness": false,
"travelPersonal": false,
"sohoBusiness": false,
"petOwner": false,
"catOwner": false,
"dogOwner": false,
"magazineSubscriber": true,
"travelCruises": false,
"travelVacation": true,
"truckOwner": false,
"travelForeign": false,
"healthyLiving": false,
"books": true,
"cosmetics": false,
"healthBeautyProducts": false,
"investments": true,
"jewelry": false,
"recentCatalogPurchasesDollars": 187,
"recentCatalogPurchasesAvgDollars": "101 to 500",
"recentApparelPurchasesDollars": 52,
"recentApparelPurchasesAvgDollars": "1 to 100",
"recentHomeGoodsLivingPurchasesDollars": 161,
"recentHomeGoodsLivingPurchasesAvgDollars": "101 to 500",
"recentPublishingPurchasesDollars": 132,
"recentWomensFashionPurchasesDollars": "101 to 500",
"recentWomensFashionPurchasesAvgDollars": "1 to 100",
"autoParts": false,
"childrensProducts": true,
"clothing": false,
"gifts": false,
"homeFurnishing": false,
"homeImprovement": false,
"musicalInstruments": false,
"plusSizeClothing": false,
"recentCatalogPurchasesCatalogs": 1,
"recentCatalogPurchasesOrders": "1 to 10",
"recentCatalogPurchasesItems": "1 to 10",
"recentApparelPurchasesOrders": "1 to 10",
"recentApparelPurchasesItems": "1 to 10",
"recentHealthPurchasesItems": "11 to 25",
"recentHomeGoodsLivingPurchasesOrders": "1 to 10",
"recentHomeGoodsLivingPurchasesItems": "1 to 10",
"recentHomeDecoratingPurchasesCompanies": 1,
"recentHomeDecoratingPurchasesPublishers": 1,
"recentHomeLivingPurchasesPublishers": 1,
"recentHousewaresPurchasesPublishers": 1,
"recentPurchasesPublishers": 2,
"recentMagazineSubscriptions": 2,
"recentPublishingPurchasesTitles": "11 to 25",
"recentWomensFashionPurchasesOrders": "11 to 25",
"recentWomensFashionPurchasesCompanies": 2,
"recentBargainSeekerPurchasesCompanies": 1,
"recentTravelPurchasesCompanies": 1,
"vehicleBodySubTypeCargoVan": false,
"vehicleBodySubTypeCommercialCutawayChassis": false,
"vehicleBodySubTypeCrewCab": false,
"vehicleBodySubTypeCrossover": false,
"vehicleBodySubTypeExtendedCab": false,
"vehicleBodySubTypeExtendedLengthCargo": false,
"vehicleBodySubTypeExtendedLengthPassenger": false,
"vehicleBodySubTypePassenger": false,
"vehicleBodySubTypeRegularCab": false,
"vehicleBodyTypeChassis": false,
"vehicleBodyTypeConvertible": false,
"vehicleBodyTypeCoupe": false,
"vehicleBodyTypeCrossover": false,
"vehicleBodyTypeFullSize": false,
"vehicleBodyTypeHatchback": false,
"vehicleBodyTypeMinivan": false,
"vehicleBodyTypeSedan": false,
"vehicleBodyTypeSuv": true,
"vehicleBodyTypeTruck": false,
"vehicleBodyTypeVan": false,
"vehicleBodyTypeWagon": false,
"vehicleClassCompact": false,
"vehicleClassExotic": false,
"vehicleClassLuxury": false,
"vehicleClassMainstream": true,
"vehicleDoorsFewest": 4,
"vehicleDoorsMost": 4,
"vehicleDriveType4Wd": false,
"vehicleDriveType4X2": false,
"vehicleDriveType4X4": false,
"vehicleDriveTypeAwd": true,
"vehicleDriveTypeFwd": false,
"vehicleDriveTypeRwd": false,
"vehicleCylindersFewest": 6,
"vehicleCylindersMost": 6,
"vehicleFuelBioDiesel": false,
"vehicleFuelDiesel": false,
"vehicleFuelFlexFuel": false,
"vehicleFuelGasoline": true,
"vehicleFuelHybrid": false,
"vehicleGvwrLe3K": false,
"vehicleGvwrGt3KLe4K": false,
"vehicleGvwrGt4KLe5K": false,
"vehicleGvwrGt5KLe6K": true,
"vehicleGvwrGt6KLe7K": false,
"vehicleGvwrGt7KLe8K": false,
"vehicleGvwrGt8KLe9K": false,
"vehicleGvwrGt9KLe10K": false,
"vehicleGvwrGt10KLe14K": false,
"vehicleGvwrGt14KLe16K": false,
"vehicleManufacturerBasedAsia": false,
"vehicleManufacturerBasedEuropean": false,
"vehicleManufacturerBasedUsa": false,
"vehicleMsrpMin": 29640,
"vehicleMsrpMax": 29640,
"householdVehicles": 1,
"vehiclePurchasedAnyNew": false,
"vehicleSizeFullSize": false,
"vehicleSizeMidSize": true,
"vehicleSizeSmall": false,
"vehicleSizeSports": false,
"vehicleTransmissionTypeAutomatic": true,
"vehicleTransmissionTypeCvt": false,
"vehicleTransmissionTypeManual": false,
"vehicleTypeCar": false,
"vehicleTypeSuv": true,
"vehicleTypeTruck": false,
"vehicleTypeVan": false,
"vehicleWeightOneTon": false,
"vehicleWeightOverOneTon": false,
"vehicleWeightHalfTon": false,
"vehicleWeightQuarterTon": true,
"vehicleWeightThreeQuarterTon": false,
"vehicleYearEarliest": 2007,
"vehicleYearLatest": 2007,
"vehicleMaxPayload": 1058
},
"vehicles": [
{
"vin": "1XXXXXXXXXXXXXXX",
"make": "Generic",
"model": "MODEL",
"manufacturer": "Generic Motors",
"manufacturerBased": "North America",
"year": 2007,
"fuel": "G",
"msrp": 29640,
"style": "AWD MODEL 4DR CROSSOVER",
"bodyType": "SUV",
"class": "Mainstream",
"doors": 4,
"driveType": "AWD",
"vehicleType": "SUV",
"size": "Mid-Size",
"weight": "1/4",
"maxPayload": 1058,
"trim": "Base",
"engineCylinders": 6,
"transmissionType": "A",
"transmissionGears": 6,
"gvwRange": "5001 to 6000",
"rankOrder": 1
}
],
"finances": {
"householdIncome": "$250K to $299K",
"discretionaryIncome": "$50K to $59K",
"financialPower": 8,
"creditRange": "750 to 799"
},
"companies": [
{
"title": "PRINCIPAL",
"company": "Example Company A",
"address": "123 Main St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 1234567890,
"email": "[email protected]",
"linkedin": "linkedin.com/in/john-doe-123456",
"sic": "8712",
"sicDescription": "Architectural Services"
},
{
"title": "MANAGER",
"company": "Example Company B",
"address": "456 Oak St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 2345678901,
"sic": "5961",
"sicDescription": "Catalog and Mail-Order Houses"
},
{
"title": "OWNER",
"company": "John Doe",
"address": "789 Pine St",
"city": "Othertown",
"state": "ST",
"zip": "67890",
"phone": 3456789012,
"linkedin": "linkedin.com/in/john-doe-654321",
"sic": "7231",
"sicDescription": "Beauty Shops"
}
]
}
]
}
}
Get Data By Phone
Endpoint: https://main.dashboard.datashopper.com/api/v2/GetDataByPhone
Request Type: POST
Body: raw
Parameter | Type | Description |
---|---|---|
api_key | string | Your unique API key provided by the Datashopper team. |
website | string | The slug of the website associated with the authenticated user. |
phone | string | The target user's phone for data enrichment. |
Example Body Request:
{
"api_key":"your-api-key",
"phone": "5555555555",
"website": "your-website-slug"
}
Example Body Response:
{
"success": true,
"data": {
"identities": [
{
"id": 12345678,
"firstName": "John",
"lastName": "Doe",
"address": "PO Box 1234",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"zip4": "6789",
"dpbc": "123",
"carrierRoute": "A123",
"fipsStateCode": "01",
"fipsCountyCode": "001",
"countyName": "Sample",
"latitude": 12.345678,
"longitude": -12.345678,
"addressType": "P",
"cbsa": "12345",
"censusTract": "123456",
"censusBlockGroup": "1",
"censusBlock": "1234",
"gender": "M",
"hasEmail": true,
"hasPhone": true,
"dpv": "123",
"dma": 123,
"congressionalDistrict": "01",
"urbanicityCode": "S",
"birthDate": "1970-01-01",
"validated": true,
"phones": [
{
"phone": 1234567890,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-01",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-10",
"phoneType": 1,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 0,
"activityStatus": "A7",
"contactabilityScore": "E"
},
{
"phone": 2345678901,
"dnc": true,
"carrier": "Carrier B",
"addedDate": "2024-01-02",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 3,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A1",
"contactabilityScore": "J"
},
{
"phone": 3456789012,
"dnc": true,
"carrier": "Carrier C",
"addedDate": "2024-01-03",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-05",
"phoneType": 0,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A7",
"contactabilityScore": "G"
},
{
"phone": 4567890123,
"addedDate": "2024-01-04",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 2,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 5678901234,
"dnc": true,
"carrier": "Carrier D",
"addedDate": "2024-01-05",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 1,
"rankOrder": 2,
"qualityLevel": 0,
"activityStatus": "A1",
"contactabilityScore": "I"
},
{
"phone": 6789012345,
"carrier": "Carrier E",
"addedDate": "2024-01-06",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 3,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 7890123456,
"carrier": "Carrier D",
"addedDate": "2024-01-07",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-06",
"phoneType": 1,
"workPhone": true,
"rankOrder": 3,
"qualityLevel": 0,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 8901234567,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-08",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-08",
"phoneType": 1,
"rankOrder": 4,
"qualityLevel": 2,
"contactabilityScore": "K"
}
],
"emails": [
{
"email": "[email protected]",
"md5": "00000000000000000000000000000000",
"optIn": true,
"qualityLevel": 4,
"ip": "192.168.1.1",
"rankOrder": 4,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example1.com"
},
{
"email": "[email protected]",
"md5": "11111111111111111111111111111111",
"qualityLevel": 4,
"ip": "192.168.1.2",
"rankOrder": 5,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example2.com"
},
{
"email": "[email protected]",
"md5": "22222222222222222222222222222222",
"optIn": true,
"qualityLevel": 2,
"ip": "192.168.1.3",
"rankOrder": 1,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example3.com"
},
{
"email": "[email protected]",
"md5": "33333333333333333333333333333333",
"qualityLevel": 2,
"ip": "192.168.1.4",
"rankOrder": 2,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example4.com"
},
{
"email": "[email protected]",
"md5": "44444444444444444444444444444444",
"optIn": true,
"qualityLevel": 3,
"ip": "192.168.1.5",
"rankOrder": 3,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example5.com"
},
{
"email": "[email protected]",
"md5": "55555555555555555555555555555555",
"qualityLevel": 4,
"ip": "192.168.1.6",
"rankOrder": 6,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example6.com"
}
],
"data": {
"sourceNumber": 15,
"eagles18Segment": "LT_50K__1959_1973_M",
"eagles60Segment": "LT_50K__1957_1967_M_U",
"eagles120Segment": "W_LT_50K__1957_1967_M_U",
"eagles4800Segment": "W_LT_30K___1957_1967_M_M_C_S",
"addressType": "PO Box",
"ethnicityDetail": "Generic",
"ethnicGroup": "White",
"incomeLevel": "LT_30K",
"creditCard": false,
"bankCard": false,
"premiumCard": false,
"amexCard": false,
"premiumAmexCard": false,
"creditRange": "750 to 799",
"creditMidpoint": 675,
"householdIncome": "$250K to $299K",
"householdIncomeMidpoint": 25000,
"medianIncome": 25900,
"ownsInvestments": true,
"ownsStocksAndBonds": false,
"ownsMutualFunds": false,
"investor": true,
"householdNetWorth": "$10K to $24K",
"householdNetWorthMidpoint": 17500,
"homeOwnership": "Home Owner",
"homeValue": 226506,
"ownsSwimmingPool": false,
"medianHomeValue": 81700,
"mortgageAmount": 136300,
"mortgageRefinanceAmount": 117000,
"mortgageRefinanceAge": 9,
"education": "Completed College",
"lengthOfResidence": 8,
"dwellingType": "Single Family",
"singleFamilyDwelling": true,
"homePurchasedYearsAgo": 9,
"occupationDetail": "Executive",
"occupationType": "White Collar",
"occupationCategory": "Upper Management",
"whiteCollar": true,
"blueCollar": false,
"generation": "Generation X (1961-1981)",
"age": 50,
"birthYear": 1970,
"householdChild": true,
"householdChildAged0to3": false,
"householdChildAged4to6": true,
"householdChildAged7to9": false,
"householdChildAged10to12": false,
"householdChildAged13to18": false,
"householdVeteran": false,
"gender": "Male",
"maritalStatus": "Married",
"religion": "Protestant",
"language": "English",
"speaksEnglish": true,
"multilingual": false,
"householdAdults": 1,
"householdPersons": 1,
"urbanicity": "Suburban",
"readingAvidReader": false,
"readingAstrology": false,
"readingFiction": false,
"readingBooksOnTape": false,
"readingChildrens": false,
"readingComputerIt": false,
"readingCookingCulinary": false,
"readingCountryLifestyle": false,
"readingEntertainment": false,
"readingFashion": true,
"readingFinance": false,
"readingHealthRemedies": false,
"readingHistory": false,
"readingInteriorDecorating": true,
"readingMedicalHealth": false,
"readingMilitary": false,
"readingMystery": false,
"readingRomance": false,
"readingScienceFiction": false,
"readingScienceTechnology": false,
"readingSports": false,
"readingWorldNewsPolitics": false,
"readingMagazines": false,
"readingBibleDevotional": false,
"recentDonationAnimalCause": false,
"recentDonationArtsCulturalCause": false,
"recentDonationChildrensCause": false,
"recentDonationEnvironmentalCause": false,
"recentDonationHealthCause": false,
"recentDonationPoliticalCause": false,
"recentDonationPoliticalConservativeCause": false,
"recentDonationPoliticalLiberalCause": false,
"recentDonationPoliticalSocialCause": false,
"recentDonationReligiousCause": false,
"recentDonationVeteransCause": false,
"likelyCharitableDonor": false,
"voter": false,
"politicalContributor": false,
"apparelAffinity": 3,
"womensApparelAffinity": 1,
"womensFashionAffinity": 3,
"bargainHunterAffinity": 2,
"catalogAffinity": 1,
"cookingAffinity": 2,
"doItYourselfAffinity": 1,
"gardeningAffinity": 2,
"womensHomeLivingAffinity": 3,
"homeDecoratingAffinity": 2,
"travelAffinity": 3,
"travelUsAffinity": 3,
"tvMoviesAffinity": 2,
"carsInterest": false,
"dollCollector": false,
"figurinesCollector": false,
"platesCollector": false,
"sportsMemorabiliaCollector": false,
"entertainmentInterest": false,
"homeStudy": false,
"woodworking": false,
"homeImprovementInterest": true,
"religiousMusic": false,
"classicalMusic": false,
"countryMusic": false,
"jazz": false,
"rhythmAndBlues": false,
"rockMusic": false,
"softRock": false,
"aerobics": false,
"nascar": false,
"scuba": false,
"weightLifting": false,
"artsAndCrafts": false,
"boatingSailing": false,
"gambling": false,
"charityInterest": false,
"cigars": false,
"antiques": false,
"coins": false,
"fineArtsCollector": false,
"stamps": false,
"dieting": false,
"diy": true,
"fitness": false,
"epicurean": true,
"gardening": true,
"golf": false,
"healthyLivingInterest": false,
"birdWatching": false,
"cooking": false,
"knittingQuiltingSewing": false,
"photography": false,
"selfImprovement": false,
"homeDecor": true,
"hunting": false,
"motorcycles": false,
"movies": false,
"music": false,
"outdoors": false,
"campingHiking": false,
"fishing": false,
"walking": false,
"rv": false,
"motorRacing": false,
"baseball": false,
"basketball": false,
"football": false,
"hockey": false,
"soccer": false,
"running": false,
"snowSkiing": false,
"tennis": false,
"outdoorsHunting": false,
"luxuryLife": false,
"travelBusiness": false,
"travelPersonal": false,
"sohoBusiness": false,
"petOwner": false,
"catOwner": false,
"dogOwner": false,
"magazineSubscriber": true,
"travelCruises": false,
"travelVacation": true,
"truckOwner": false,
"travelForeign": false,
"healthyLiving": false,
"books": true,
"cosmetics": false,
"healthBeautyProducts": false,
"investments": true,
"jewelry": false,
"recentCatalogPurchasesDollars": 187,
"recentCatalogPurchasesAvgDollars": "101 to 500",
"recentApparelPurchasesDollars": 52,
"recentApparelPurchasesAvgDollars": "1 to 100",
"recentHomeGoodsLivingPurchasesDollars": 161,
"recentHomeGoodsLivingPurchasesAvgDollars": "101 to 500",
"recentPublishingPurchasesDollars": 132,
"recentWomensFashionPurchasesDollars": "101 to 500",
"recentWomensFashionPurchasesAvgDollars": "1 to 100",
"autoParts": false,
"childrensProducts": true,
"clothing": false,
"gifts": false,
"homeFurnishing": false,
"homeImprovement": false,
"musicalInstruments": false,
"plusSizeClothing": false,
"recentCatalogPurchasesCatalogs": 1,
"recentCatalogPurchasesOrders": "1 to 10",
"recentCatalogPurchasesItems": "1 to 10",
"recentApparelPurchasesOrders": "1 to 10",
"recentApparelPurchasesItems": "1 to 10",
"recentHealthPurchasesItems": "11 to 25",
"recentHomeGoodsLivingPurchasesOrders": "1 to 10",
"recentHomeGoodsLivingPurchasesItems": "1 to 10",
"recentHomeDecoratingPurchasesCompanies": 1,
"recentHomeDecoratingPurchasesPublishers": 1,
"recentHomeLivingPurchasesPublishers": 1,
"recentHousewaresPurchasesPublishers": 1,
"recentPurchasesPublishers": 2,
"recentMagazineSubscriptions": 2,
"recentPublishingPurchasesTitles": "11 to 25",
"recentWomensFashionPurchasesOrders": "11 to 25",
"recentWomensFashionPurchasesCompanies": 2,
"recentBargainSeekerPurchasesCompanies": 1,
"recentTravelPurchasesCompanies": 1,
"vehicleBodySubTypeCargoVan": false,
"vehicleBodySubTypeCommercialCutawayChassis": false,
"vehicleBodySubTypeCrewCab": false,
"vehicleBodySubTypeCrossover": false,
"vehicleBodySubTypeExtendedCab": false,
"vehicleBodySubTypeExtendedLengthCargo": false,
"vehicleBodySubTypeExtendedLengthPassenger": false,
"vehicleBodySubTypePassenger": false,
"vehicleBodySubTypeRegularCab": false,
"vehicleBodyTypeChassis": false,
"vehicleBodyTypeConvertible": false,
"vehicleBodyTypeCoupe": false,
"vehicleBodyTypeCrossover": false,
"vehicleBodyTypeFullSize": false,
"vehicleBodyTypeHatchback": false,
"vehicleBodyTypeMinivan": false,
"vehicleBodyTypeSedan": false,
"vehicleBodyTypeSuv": true,
"vehicleBodyTypeTruck": false,
"vehicleBodyTypeVan": false,
"vehicleBodyTypeWagon": false,
"vehicleClassCompact": false,
"vehicleClassExotic": false,
"vehicleClassLuxury": false,
"vehicleClassMainstream": true,
"vehicleDoorsFewest": 4,
"vehicleDoorsMost": 4,
"vehicleDriveType4Wd": false,
"vehicleDriveType4X2": false,
"vehicleDriveType4X4": false,
"vehicleDriveTypeAwd": true,
"vehicleDriveTypeFwd": false,
"vehicleDriveTypeRwd": false,
"vehicleCylindersFewest": 6,
"vehicleCylindersMost": 6,
"vehicleFuelBioDiesel": false,
"vehicleFuelDiesel": false,
"vehicleFuelFlexFuel": false,
"vehicleFuelGasoline": true,
"vehicleFuelHybrid": false,
"vehicleGvwrLe3K": false,
"vehicleGvwrGt3KLe4K": false,
"vehicleGvwrGt4KLe5K": false,
"vehicleGvwrGt5KLe6K": true,
"vehicleGvwrGt6KLe7K": false,
"vehicleGvwrGt7KLe8K": false,
"vehicleGvwrGt8KLe9K": false,
"vehicleGvwrGt9KLe10K": false,
"vehicleGvwrGt10KLe14K": false,
"vehicleGvwrGt14KLe16K": false,
"vehicleManufacturerBasedAsia": false,
"vehicleManufacturerBasedEuropean": false,
"vehicleManufacturerBasedUsa": false,
"vehicleMsrpMin": 29640,
"vehicleMsrpMax": 29640,
"householdVehicles": 1,
"vehiclePurchasedAnyNew": false,
"vehicleSizeFullSize": false,
"vehicleSizeMidSize": true,
"vehicleSizeSmall": false,
"vehicleSizeSports": false,
"vehicleTransmissionTypeAutomatic": true,
"vehicleTransmissionTypeCvt": false,
"vehicleTransmissionTypeManual": false,
"vehicleTypeCar": false,
"vehicleTypeSuv": true,
"vehicleTypeTruck": false,
"vehicleTypeVan": false,
"vehicleWeightOneTon": false,
"vehicleWeightOverOneTon": false,
"vehicleWeightHalfTon": false,
"vehicleWeightQuarterTon": true,
"vehicleWeightThreeQuarterTon": false,
"vehicleYearEarliest": 2007,
"vehicleYearLatest": 2007,
"vehicleMaxPayload": 1058
},
"vehicles": [
{
"vin": "1XXXXXXXXXXXXXXX",
"make": "Generic",
"model": "MODEL",
"manufacturer": "Generic Motors",
"manufacturerBased": "North America",
"year": 2007,
"fuel": "G",
"msrp": 29640,
"style": "AWD MODEL 4DR CROSSOVER",
"bodyType": "SUV",
"class": "Mainstream",
"doors": 4,
"driveType": "AWD",
"vehicleType": "SUV",
"size": "Mid-Size",
"weight": "1/4",
"maxPayload": 1058,
"trim": "Base",
"engineCylinders": 6,
"transmissionType": "A",
"transmissionGears": 6,
"gvwRange": "5001 to 6000",
"rankOrder": 1
}
],
"finances": {
"householdIncome": "$250K to $299K",
"discretionaryIncome": "$50K to $59K",
"financialPower": 8,
"creditRange": "750 to 799"
},
"companies": [
{
"title": "PRINCIPAL",
"company": "Example Company A",
"address": "123 Main St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 1234567890,
"email": "[email protected]",
"linkedin": "linkedin.com/in/john-doe-123456",
"sic": "8712",
"sicDescription": "Architectural Services"
},
{
"title": "MANAGER",
"company": "Example Company B",
"address": "456 Oak St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 2345678901,
"sic": "5961",
"sicDescription": "Catalog and Mail-Order Houses"
},
{
"title": "OWNER",
"company": "John Doe",
"address": "789 Pine St",
"city": "Othertown",
"state": "ST",
"zip": "67890",
"phone": 3456789012,
"linkedin": "linkedin.com/in/john-doe-654321",
"sic": "7231",
"sicDescription": "Beauty Shops"
}
]
}
]
}
}
Get Data By Md5
Endpoint: https://main.dashboard.datashopper.com/api/v2/GetDataByMd5
Request Type: POST
Body: raw
Parameter | Type | Description |
---|---|---|
api_key | string | Your unique API key provided by the Datashopper team. |
website | string | The slug of the website associated with the authenticated user. |
md5 | string | The target user's hashed email address for data enrichment. |
Example Body Request:
{
"api_key":"your-api-key",
"md5": "hashed-email-address",
"website": "your-website-slug"
}
Example Body Response:
{
"success": true,
"data": {
"identities": [
{
"id": 12345678,
"firstName": "John",
"lastName": "Doe",
"address": "PO Box 1234",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"zip4": "6789",
"dpbc": "123",
"carrierRoute": "A123",
"fipsStateCode": "01",
"fipsCountyCode": "001",
"countyName": "Sample",
"latitude": 12.345678,
"longitude": -12.345678,
"addressType": "P",
"cbsa": "12345",
"censusTract": "123456",
"censusBlockGroup": "1",
"censusBlock": "1234",
"gender": "M",
"hasEmail": true,
"hasPhone": true,
"dpv": "123",
"dma": 123,
"congressionalDistrict": "01",
"urbanicityCode": "S",
"birthDate": "1970-01-01",
"validated": true,
"phones": [
{
"phone": 1234567890,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-01",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-10",
"phoneType": 1,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 0,
"activityStatus": "A7",
"contactabilityScore": "E"
},
{
"phone": 2345678901,
"dnc": true,
"carrier": "Carrier B",
"addedDate": "2024-01-02",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 3,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A1",
"contactabilityScore": "J"
},
{
"phone": 3456789012,
"dnc": true,
"carrier": "Carrier C",
"addedDate": "2024-01-03",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-05",
"phoneType": 0,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A7",
"contactabilityScore": "G"
},
{
"phone": 4567890123,
"addedDate": "2024-01-04",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 2,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 5678901234,
"dnc": true,
"carrier": "Carrier D",
"addedDate": "2024-01-05",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 1,
"rankOrder": 2,
"qualityLevel": 0,
"activityStatus": "A1",
"contactabilityScore": "I"
},
{
"phone": 6789012345,
"carrier": "Carrier E",
"addedDate": "2024-01-06",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 3,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 7890123456,
"carrier": "Carrier D",
"addedDate": "2024-01-07",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-06",
"phoneType": 1,
"workPhone": true,
"rankOrder": 3,
"qualityLevel": 0,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 8901234567,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-08",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-08",
"phoneType": 1,
"rankOrder": 4,
"qualityLevel": 2,
"contactabilityScore": "K"
}
],
"emails": [
{
"email": "[email protected]",
"md5": "00000000000000000000000000000000",
"optIn": true,
"qualityLevel": 4,
"ip": "192.168.1.1",
"rankOrder": 4,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example1.com"
},
{
"email": "[email protected]",
"md5": "11111111111111111111111111111111",
"qualityLevel": 4,
"ip": "192.168.1.2",
"rankOrder": 5,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example2.com"
},
{
"email": "[email protected]",
"md5": "22222222222222222222222222222222",
"optIn": true,
"qualityLevel": 2,
"ip": "192.168.1.3",
"rankOrder": 1,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example3.com"
},
{
"email": "[email protected]",
"md5": "33333333333333333333333333333333",
"qualityLevel": 2,
"ip": "192.168.1.4",
"rankOrder": 2,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example4.com"
},
{
"email": "[email protected]",
"md5": "44444444444444444444444444444444",
"optIn": true,
"qualityLevel": 3,
"ip": "192.168.1.5",
"rankOrder": 3,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example5.com"
},
{
"email": "[email protected]",
"md5": "55555555555555555555555555555555",
"qualityLevel": 4,
"ip": "192.168.1.6",
"rankOrder": 6,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example6.com"
}
],
"data": {
"sourceNumber": 15,
"eagles18Segment": "LT_50K__1959_1973_M",
"eagles60Segment": "LT_50K__1957_1967_M_U",
"eagles120Segment": "W_LT_50K__1957_1967_M_U",
"eagles4800Segment": "W_LT_30K___1957_1967_M_M_C_S",
"addressType": "PO Box",
"ethnicityDetail": "Generic",
"ethnicGroup": "White",
"incomeLevel": "LT_30K",
"creditCard": false,
"bankCard": false,
"premiumCard": false,
"amexCard": false,
"premiumAmexCard": false,
"creditRange": "750 to 799",
"creditMidpoint": 675,
"householdIncome": "$250K to $299K",
"householdIncomeMidpoint": 25000,
"medianIncome": 25900,
"ownsInvestments": true,
"ownsStocksAndBonds": false,
"ownsMutualFunds": false,
"investor": true,
"householdNetWorth": "$10K to $24K",
"householdNetWorthMidpoint": 17500,
"homeOwnership": "Home Owner",
"homeValue": 226506,
"ownsSwimmingPool": false,
"medianHomeValue": 81700,
"mortgageAmount": 136300,
"mortgageRefinanceAmount": 117000,
"mortgageRefinanceAge": 9,
"education": "Completed College",
"lengthOfResidence": 8,
"dwellingType": "Single Family",
"singleFamilyDwelling": true,
"homePurchasedYearsAgo": 9,
"occupationDetail": "Executive",
"occupationType": "White Collar",
"occupationCategory": "Upper Management",
"whiteCollar": true,
"blueCollar": false,
"generation": "Generation X (1961-1981)",
"age": 50,
"birthYear": 1970,
"householdChild": true,
"householdChildAged0to3": false,
"householdChildAged4to6": true,
"householdChildAged7to9": false,
"householdChildAged10to12": false,
"householdChildAged13to18": false,
"householdVeteran": false,
"gender": "Male",
"maritalStatus": "Married",
"religion": "Protestant",
"language": "English",
"speaksEnglish": true,
"multilingual": false,
"householdAdults": 1,
"householdPersons": 1,
"urbanicity": "Suburban",
"readingAvidReader": false,
"readingAstrology": false,
"readingFiction": false,
"readingBooksOnTape": false,
"readingChildrens": false,
"readingComputerIt": false,
"readingCookingCulinary": false,
"readingCountryLifestyle": false,
"readingEntertainment": false,
"readingFashion": true,
"readingFinance": false,
"readingHealthRemedies": false,
"readingHistory": false,
"readingInteriorDecorating": true,
"readingMedicalHealth": false,
"readingMilitary": false,
"readingMystery": false,
"readingRomance": false,
"readingScienceFiction": false,
"readingScienceTechnology": false,
"readingSports": false,
"readingWorldNewsPolitics": false,
"readingMagazines": false,
"readingBibleDevotional": false,
"recentDonationAnimalCause": false,
"recentDonationArtsCulturalCause": false,
"recentDonationChildrensCause": false,
"recentDonationEnvironmentalCause": false,
"recentDonationHealthCause": false,
"recentDonationPoliticalCause": false,
"recentDonationPoliticalConservativeCause": false,
"recentDonationPoliticalLiberalCause": false,
"recentDonationPoliticalSocialCause": false,
"recentDonationReligiousCause": false,
"recentDonationVeteransCause": false,
"likelyCharitableDonor": false,
"voter": false,
"politicalContributor": false,
"apparelAffinity": 3,
"womensApparelAffinity": 1,
"womensFashionAffinity": 3,
"bargainHunterAffinity": 2,
"catalogAffinity": 1,
"cookingAffinity": 2,
"doItYourselfAffinity": 1,
"gardeningAffinity": 2,
"womensHomeLivingAffinity": 3,
"homeDecoratingAffinity": 2,
"travelAffinity": 3,
"travelUsAffinity": 3,
"tvMoviesAffinity": 2,
"carsInterest": false,
"dollCollector": false,
"figurinesCollector": false,
"platesCollector": false,
"sportsMemorabiliaCollector": false,
"entertainmentInterest": false,
"homeStudy": false,
"woodworking": false,
"homeImprovementInterest": true,
"religiousMusic": false,
"classicalMusic": false,
"countryMusic": false,
"jazz": false,
"rhythmAndBlues": false,
"rockMusic": false,
"softRock": false,
"aerobics": false,
"nascar": false,
"scuba": false,
"weightLifting": false,
"artsAndCrafts": false,
"boatingSailing": false,
"gambling": false,
"charityInterest": false,
"cigars": false,
"antiques": false,
"coins": false,
"fineArtsCollector": false,
"stamps": false,
"dieting": false,
"diy": true,
"fitness": false,
"epicurean": true,
"gardening": true,
"golf": false,
"healthyLivingInterest": false,
"birdWatching": false,
"cooking": false,
"knittingQuiltingSewing": false,
"photography": false,
"selfImprovement": false,
"homeDecor": true,
"hunting": false,
"motorcycles": false,
"movies": false,
"music": false,
"outdoors": false,
"campingHiking": false,
"fishing": false,
"walking": false,
"rv": false,
"motorRacing": false,
"baseball": false,
"basketball": false,
"football": false,
"hockey": false,
"soccer": false,
"running": false,
"snowSkiing": false,
"tennis": false,
"outdoorsHunting": false,
"luxuryLife": false,
"travelBusiness": false,
"travelPersonal": false,
"sohoBusiness": false,
"petOwner": false,
"catOwner": false,
"dogOwner": false,
"magazineSubscriber": true,
"travelCruises": false,
"travelVacation": true,
"truckOwner": false,
"travelForeign": false,
"healthyLiving": false,
"books": true,
"cosmetics": false,
"healthBeautyProducts": false,
"investments": true,
"jewelry": false,
"recentCatalogPurchasesDollars": 187,
"recentCatalogPurchasesAvgDollars": "101 to 500",
"recentApparelPurchasesDollars": 52,
"recentApparelPurchasesAvgDollars": "1 to 100",
"recentHomeGoodsLivingPurchasesDollars": 161,
"recentHomeGoodsLivingPurchasesAvgDollars": "101 to 500",
"recentPublishingPurchasesDollars": 132,
"recentWomensFashionPurchasesDollars": "101 to 500",
"recentWomensFashionPurchasesAvgDollars": "1 to 100",
"autoParts": false,
"childrensProducts": true,
"clothing": false,
"gifts": false,
"homeFurnishing": false,
"homeImprovement": false,
"musicalInstruments": false,
"plusSizeClothing": false,
"recentCatalogPurchasesCatalogs": 1,
"recentCatalogPurchasesOrders": "1 to 10",
"recentCatalogPurchasesItems": "1 to 10",
"recentApparelPurchasesOrders": "1 to 10",
"recentApparelPurchasesItems": "1 to 10",
"recentHealthPurchasesItems": "11 to 25",
"recentHomeGoodsLivingPurchasesOrders": "1 to 10",
"recentHomeGoodsLivingPurchasesItems": "1 to 10",
"recentHomeDecoratingPurchasesCompanies": 1,
"recentHomeDecoratingPurchasesPublishers": 1,
"recentHomeLivingPurchasesPublishers": 1,
"recentHousewaresPurchasesPublishers": 1,
"recentPurchasesPublishers": 2,
"recentMagazineSubscriptions": 2,
"recentPublishingPurchasesTitles": "11 to 25",
"recentWomensFashionPurchasesOrders": "11 to 25",
"recentWomensFashionPurchasesCompanies": 2,
"recentBargainSeekerPurchasesCompanies": 1,
"recentTravelPurchasesCompanies": 1,
"vehicleBodySubTypeCargoVan": false,
"vehicleBodySubTypeCommercialCutawayChassis": false,
"vehicleBodySubTypeCrewCab": false,
"vehicleBodySubTypeCrossover": false,
"vehicleBodySubTypeExtendedCab": false,
"vehicleBodySubTypeExtendedLengthCargo": false,
"vehicleBodySubTypeExtendedLengthPassenger": false,
"vehicleBodySubTypePassenger": false,
"vehicleBodySubTypeRegularCab": false,
"vehicleBodyTypeChassis": false,
"vehicleBodyTypeConvertible": false,
"vehicleBodyTypeCoupe": false,
"vehicleBodyTypeCrossover": false,
"vehicleBodyTypeFullSize": false,
"vehicleBodyTypeHatchback": false,
"vehicleBodyTypeMinivan": false,
"vehicleBodyTypeSedan": false,
"vehicleBodyTypeSuv": true,
"vehicleBodyTypeTruck": false,
"vehicleBodyTypeVan": false,
"vehicleBodyTypeWagon": false,
"vehicleClassCompact": false,
"vehicleClassExotic": false,
"vehicleClassLuxury": false,
"vehicleClassMainstream": true,
"vehicleDoorsFewest": 4,
"vehicleDoorsMost": 4,
"vehicleDriveType4Wd": false,
"vehicleDriveType4X2": false,
"vehicleDriveType4X4": false,
"vehicleDriveTypeAwd": true,
"vehicleDriveTypeFwd": false,
"vehicleDriveTypeRwd": false,
"vehicleCylindersFewest": 6,
"vehicleCylindersMost": 6,
"vehicleFuelBioDiesel": false,
"vehicleFuelDiesel": false,
"vehicleFuelFlexFuel": false,
"vehicleFuelGasoline": true,
"vehicleFuelHybrid": false,
"vehicleGvwrLe3K": false,
"vehicleGvwrGt3KLe4K": false,
"vehicleGvwrGt4KLe5K": false,
"vehicleGvwrGt5KLe6K": true,
"vehicleGvwrGt6KLe7K": false,
"vehicleGvwrGt7KLe8K": false,
"vehicleGvwrGt8KLe9K": false,
"vehicleGvwrGt9KLe10K": false,
"vehicleGvwrGt10KLe14K": false,
"vehicleGvwrGt14KLe16K": false,
"vehicleManufacturerBasedAsia": false,
"vehicleManufacturerBasedEuropean": false,
"vehicleManufacturerBasedUsa": false,
"vehicleMsrpMin": 29640,
"vehicleMsrpMax": 29640,
"householdVehicles": 1,
"vehiclePurchasedAnyNew": false,
"vehicleSizeFullSize": false,
"vehicleSizeMidSize": true,
"vehicleSizeSmall": false,
"vehicleSizeSports": false,
"vehicleTransmissionTypeAutomatic": true,
"vehicleTransmissionTypeCvt": false,
"vehicleTransmissionTypeManual": false,
"vehicleTypeCar": false,
"vehicleTypeSuv": true,
"vehicleTypeTruck": false,
"vehicleTypeVan": false,
"vehicleWeightOneTon": false,
"vehicleWeightOverOneTon": false,
"vehicleWeightHalfTon": false,
"vehicleWeightQuarterTon": true,
"vehicleWeightThreeQuarterTon": false,
"vehicleYearEarliest": 2007,
"vehicleYearLatest": 2007,
"vehicleMaxPayload": 1058
},
"vehicles": [
{
"vin": "1XXXXXXXXXXXXXXX",
"make": "Generic",
"model": "MODEL",
"manufacturer": "Generic Motors",
"manufacturerBased": "North America",
"year": 2007,
"fuel": "G",
"msrp": 29640,
"style": "AWD MODEL 4DR CROSSOVER",
"bodyType": "SUV",
"class": "Mainstream",
"doors": 4,
"driveType": "AWD",
"vehicleType": "SUV",
"size": "Mid-Size",
"weight": "1/4",
"maxPayload": 1058,
"trim": "Base",
"engineCylinders": 6,
"transmissionType": "A",
"transmissionGears": 6,
"gvwRange": "5001 to 6000",
"rankOrder": 1
}
],
"finances": {
"householdIncome": "$250K to $299K",
"discretionaryIncome": "$50K to $59K",
"financialPower": 8,
"creditRange": "750 to 799"
},
"companies": [
{
"title": "PRINCIPAL",
"company": "Example Company A",
"address": "123 Main St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 1234567890,
"email": "[email protected]",
"linkedin": "linkedin.com/in/john-doe-123456",
"sic": "8712",
"sicDescription": "Architectural Services"
},
{
"title": "MANAGER",
"company": "Example Company B",
"address": "456 Oak St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 2345678901,
"sic": "5961",
"sicDescription": "Catalog and Mail-Order Houses"
},
{
"title": "OWNER",
"company": "John Doe",
"address": "789 Pine St",
"city": "Othertown",
"state": "ST",
"zip": "67890",
"phone": 3456789012,
"linkedin": "linkedin.com/in/john-doe-654321",
"sic": "7231",
"sicDescription": "Beauty Shops"
}
]
}
]
}
}
Get Data By ID
Endpoint: https://main.dashboard.datashopper.com/api/v2/GetDataById
Request Type: POST
Body: raw
Parameter | Type | Description |
---|---|---|
api_key | string | Your unique API key provided by the Datashopper team. |
website | string | The slug of the website associated with the authenticated user. |
id | string | The DataShopper ID for data enrichment. |
Example Body Request:
{
"api_key":"your-api-key",
"id": "datashopper-id",
"website": "your-website-slug"
}
Example Body Response:
{
"success": true,
"data": {
"identities": [
{
"id": 12345678,
"firstName": "John",
"lastName": "Doe",
"address": "PO Box 1234",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"zip4": "6789",
"dpbc": "123",
"carrierRoute": "A123",
"fipsStateCode": "01",
"fipsCountyCode": "001",
"countyName": "Sample",
"latitude": 12.345678,
"longitude": -12.345678,
"addressType": "P",
"cbsa": "12345",
"censusTract": "123456",
"censusBlockGroup": "1",
"censusBlock": "1234",
"gender": "M",
"hasEmail": true,
"hasPhone": true,
"dpv": "123",
"dma": 123,
"congressionalDistrict": "01",
"urbanicityCode": "S",
"birthDate": "1970-01-01",
"validated": true,
"phones": [
{
"phone": 1234567890,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-01",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-10",
"phoneType": 1,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 0,
"activityStatus": "A7",
"contactabilityScore": "E"
},
{
"phone": 2345678901,
"dnc": true,
"carrier": "Carrier B",
"addedDate": "2024-01-02",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 3,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A1",
"contactabilityScore": "J"
},
{
"phone": 3456789012,
"dnc": true,
"carrier": "Carrier C",
"addedDate": "2024-01-03",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-05",
"phoneType": 0,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A7",
"contactabilityScore": "G"
},
{
"phone": 4567890123,
"addedDate": "2024-01-04",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 2,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 5678901234,
"dnc": true,
"carrier": "Carrier D",
"addedDate": "2024-01-05",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 1,
"rankOrder": 2,
"qualityLevel": 0,
"activityStatus": "A1",
"contactabilityScore": "I"
},
{
"phone": 6789012345,
"carrier": "Carrier E",
"addedDate": "2024-01-06",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 3,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 7890123456,
"carrier": "Carrier D",
"addedDate": "2024-01-07",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-06",
"phoneType": 1,
"workPhone": true,
"rankOrder": 3,
"qualityLevel": 0,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 8901234567,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-08",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-08",
"phoneType": 1,
"rankOrder": 4,
"qualityLevel": 2,
"contactabilityScore": "K"
}
],
"emails": [
{
"email": "[email protected]",
"md5": "00000000000000000000000000000000",
"optIn": true,
"qualityLevel": 4,
"ip": "192.168.1.1",
"rankOrder": 4,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example1.com"
},
{
"email": "[email protected]",
"md5": "11111111111111111111111111111111",
"qualityLevel": 4,
"ip": "192.168.1.2",
"rankOrder": 5,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example2.com"
},
{
"email": "[email protected]",
"md5": "22222222222222222222222222222222",
"optIn": true,
"qualityLevel": 2,
"ip": "192.168.1.3",
"rankOrder": 1,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example3.com"
},
{
"email": "[email protected]",
"md5": "33333333333333333333333333333333",
"qualityLevel": 2,
"ip": "192.168.1.4",
"rankOrder": 2,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example4.com"
},
{
"email": "[email protected]",
"md5": "44444444444444444444444444444444",
"optIn": true,
"qualityLevel": 3,
"ip": "192.168.1.5",
"rankOrder": 3,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example5.com"
},
{
"email": "[email protected]",
"md5": "55555555555555555555555555555555",
"qualityLevel": 4,
"ip": "192.168.1.6",
"rankOrder": 6,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example6.com"
}
],
"data": {
"sourceNumber": 15,
"eagles18Segment": "LT_50K__1959_1973_M",
"eagles60Segment": "LT_50K__1957_1967_M_U",
"eagles120Segment": "W_LT_50K__1957_1967_M_U",
"eagles4800Segment": "W_LT_30K___1957_1967_M_M_C_S",
"addressType": "PO Box",
"ethnicityDetail": "Generic",
"ethnicGroup": "White",
"incomeLevel": "LT_30K",
"creditCard": false,
"bankCard": false,
"premiumCard": false,
"amexCard": false,
"premiumAmexCard": false,
"creditRange": "750 to 799",
"creditMidpoint": 675,
"householdIncome": "$250K to $299K",
"householdIncomeMidpoint": 25000,
"medianIncome": 25900,
"ownsInvestments": true,
"ownsStocksAndBonds": false,
"ownsMutualFunds": false,
"investor": true,
"householdNetWorth": "$10K to $24K",
"householdNetWorthMidpoint": 17500,
"homeOwnership": "Home Owner",
"homeValue": 226506,
"ownsSwimmingPool": false,
"medianHomeValue": 81700,
"mortgageAmount": 136300,
"mortgageRefinanceAmount": 117000,
"mortgageRefinanceAge": 9,
"education": "Completed College",
"lengthOfResidence": 8,
"dwellingType": "Single Family",
"singleFamilyDwelling": true,
"homePurchasedYearsAgo": 9,
"occupationDetail": "Executive",
"occupationType": "White Collar",
"occupationCategory": "Upper Management",
"whiteCollar": true,
"blueCollar": false,
"generation": "Generation X (1961-1981)",
"age": 50,
"birthYear": 1970,
"householdChild": true,
"householdChildAged0to3": false,
"householdChildAged4to6": true,
"householdChildAged7to9": false,
"householdChildAged10to12": false,
"householdChildAged13to18": false,
"householdVeteran": false,
"gender": "Male",
"maritalStatus": "Married",
"religion": "Protestant",
"language": "English",
"speaksEnglish": true,
"multilingual": false,
"householdAdults": 1,
"householdPersons": 1,
"urbanicity": "Suburban",
"readingAvidReader": false,
"readingAstrology": false,
"readingFiction": false,
"readingBooksOnTape": false,
"readingChildrens": false,
"readingComputerIt": false,
"readingCookingCulinary": false,
"readingCountryLifestyle": false,
"readingEntertainment": false,
"readingFashion": true,
"readingFinance": false,
"readingHealthRemedies": false,
"readingHistory": false,
"readingInteriorDecorating": true,
"readingMedicalHealth": false,
"readingMilitary": false,
"readingMystery": false,
"readingRomance": false,
"readingScienceFiction": false,
"readingScienceTechnology": false,
"readingSports": false,
"readingWorldNewsPolitics": false,
"readingMagazines": false,
"readingBibleDevotional": false,
"recentDonationAnimalCause": false,
"recentDonationArtsCulturalCause": false,
"recentDonationChildrensCause": false,
"recentDonationEnvironmentalCause": false,
"recentDonationHealthCause": false,
"recentDonationPoliticalCause": false,
"recentDonationPoliticalConservativeCause": false,
"recentDonationPoliticalLiberalCause": false,
"recentDonationPoliticalSocialCause": false,
"recentDonationReligiousCause": false,
"recentDonationVeteransCause": false,
"likelyCharitableDonor": false,
"voter": false,
"politicalContributor": false,
"apparelAffinity": 3,
"womensApparelAffinity": 1,
"womensFashionAffinity": 3,
"bargainHunterAffinity": 2,
"catalogAffinity": 1,
"cookingAffinity": 2,
"doItYourselfAffinity": 1,
"gardeningAffinity": 2,
"womensHomeLivingAffinity": 3,
"homeDecoratingAffinity": 2,
"travelAffinity": 3,
"travelUsAffinity": 3,
"tvMoviesAffinity": 2,
"carsInterest": false,
"dollCollector": false,
"figurinesCollector": false,
"platesCollector": false,
"sportsMemorabiliaCollector": false,
"entertainmentInterest": false,
"homeStudy": false,
"woodworking": false,
"homeImprovementInterest": true,
"religiousMusic": false,
"classicalMusic": false,
"countryMusic": false,
"jazz": false,
"rhythmAndBlues": false,
"rockMusic": false,
"softRock": false,
"aerobics": false,
"nascar": false,
"scuba": false,
"weightLifting": false,
"artsAndCrafts": false,
"boatingSailing": false,
"gambling": false,
"charityInterest": false,
"cigars": false,
"antiques": false,
"coins": false,
"fineArtsCollector": false,
"stamps": false,
"dieting": false,
"diy": true,
"fitness": false,
"epicurean": true,
"gardening": true,
"golf": false,
"healthyLivingInterest": false,
"birdWatching": false,
"cooking": false,
"knittingQuiltingSewing": false,
"photography": false,
"selfImprovement": false,
"homeDecor": true,
"hunting": false,
"motorcycles": false,
"movies": false,
"music": false,
"outdoors": false,
"campingHiking": false,
"fishing": false,
"walking": false,
"rv": false,
"motorRacing": false,
"baseball": false,
"basketball": false,
"football": false,
"hockey": false,
"soccer": false,
"running": false,
"snowSkiing": false,
"tennis": false,
"outdoorsHunting": false,
"luxuryLife": false,
"travelBusiness": false,
"travelPersonal": false,
"sohoBusiness": false,
"petOwner": false,
"catOwner": false,
"dogOwner": false,
"magazineSubscriber": true,
"travelCruises": false,
"travelVacation": true,
"truckOwner": false,
"travelForeign": false,
"healthyLiving": false,
"books": true,
"cosmetics": false,
"healthBeautyProducts": false,
"investments": true,
"jewelry": false,
"recentCatalogPurchasesDollars": 187,
"recentCatalogPurchasesAvgDollars": "101 to 500",
"recentApparelPurchasesDollars": 52,
"recentApparelPurchasesAvgDollars": "1 to 100",
"recentHomeGoodsLivingPurchasesDollars": 161,
"recentHomeGoodsLivingPurchasesAvgDollars": "101 to 500",
"recentPublishingPurchasesDollars": 132,
"recentWomensFashionPurchasesDollars": "101 to 500",
"recentWomensFashionPurchasesAvgDollars": "1 to 100",
"autoParts": false,
"childrensProducts": true,
"clothing": false,
"gifts": false,
"homeFurnishing": false,
"homeImprovement": false,
"musicalInstruments": false,
"plusSizeClothing": false,
"recentCatalogPurchasesCatalogs": 1,
"recentCatalogPurchasesOrders": "1 to 10",
"recentCatalogPurchasesItems": "1 to 10",
"recentApparelPurchasesOrders": "1 to 10",
"recentApparelPurchasesItems": "1 to 10",
"recentHealthPurchasesItems": "11 to 25",
"recentHomeGoodsLivingPurchasesOrders": "1 to 10",
"recentHomeGoodsLivingPurchasesItems": "1 to 10",
"recentHomeDecoratingPurchasesCompanies": 1,
"recentHomeDecoratingPurchasesPublishers": 1,
"recentHomeLivingPurchasesPublishers": 1,
"recentHousewaresPurchasesPublishers": 1,
"recentPurchasesPublishers": 2,
"recentMagazineSubscriptions": 2,
"recentPublishingPurchasesTitles": "11 to 25",
"recentWomensFashionPurchasesOrders": "11 to 25",
"recentWomensFashionPurchasesCompanies": 2,
"recentBargainSeekerPurchasesCompanies": 1,
"recentTravelPurchasesCompanies": 1,
"vehicleBodySubTypeCargoVan": false,
"vehicleBodySubTypeCommercialCutawayChassis": false,
"vehicleBodySubTypeCrewCab": false,
"vehicleBodySubTypeCrossover": false,
"vehicleBodySubTypeExtendedCab": false,
"vehicleBodySubTypeExtendedLengthCargo": false,
"vehicleBodySubTypeExtendedLengthPassenger": false,
"vehicleBodySubTypePassenger": false,
"vehicleBodySubTypeRegularCab": false,
"vehicleBodyTypeChassis": false,
"vehicleBodyTypeConvertible": false,
"vehicleBodyTypeCoupe": false,
"vehicleBodyTypeCrossover": false,
"vehicleBodyTypeFullSize": false,
"vehicleBodyTypeHatchback": false,
"vehicleBodyTypeMinivan": false,
"vehicleBodyTypeSedan": false,
"vehicleBodyTypeSuv": true,
"vehicleBodyTypeTruck": false,
"vehicleBodyTypeVan": false,
"vehicleBodyTypeWagon": false,
"vehicleClassCompact": false,
"vehicleClassExotic": false,
"vehicleClassLuxury": false,
"vehicleClassMainstream": true,
"vehicleDoorsFewest": 4,
"vehicleDoorsMost": 4,
"vehicleDriveType4Wd": false,
"vehicleDriveType4X2": false,
"vehicleDriveType4X4": false,
"vehicleDriveTypeAwd": true,
"vehicleDriveTypeFwd": false,
"vehicleDriveTypeRwd": false,
"vehicleCylindersFewest": 6,
"vehicleCylindersMost": 6,
"vehicleFuelBioDiesel": false,
"vehicleFuelDiesel": false,
"vehicleFuelFlexFuel": false,
"vehicleFuelGasoline": true,
"vehicleFuelHybrid": false,
"vehicleGvwrLe3K": false,
"vehicleGvwrGt3KLe4K": false,
"vehicleGvwrGt4KLe5K": false,
"vehicleGvwrGt5KLe6K": true,
"vehicleGvwrGt6KLe7K": false,
"vehicleGvwrGt7KLe8K": false,
"vehicleGvwrGt8KLe9K": false,
"vehicleGvwrGt9KLe10K": false,
"vehicleGvwrGt10KLe14K": false,
"vehicleGvwrGt14KLe16K": false,
"vehicleManufacturerBasedAsia": false,
"vehicleManufacturerBasedEuropean": false,
"vehicleManufacturerBasedUsa": false,
"vehicleMsrpMin": 29640,
"vehicleMsrpMax": 29640,
"householdVehicles": 1,
"vehiclePurchasedAnyNew": false,
"vehicleSizeFullSize": false,
"vehicleSizeMidSize": true,
"vehicleSizeSmall": false,
"vehicleSizeSports": false,
"vehicleTransmissionTypeAutomatic": true,
"vehicleTransmissionTypeCvt": false,
"vehicleTransmissionTypeManual": false,
"vehicleTypeCar": false,
"vehicleTypeSuv": true,
"vehicleTypeTruck": false,
"vehicleTypeVan": false,
"vehicleWeightOneTon": false,
"vehicleWeightOverOneTon": false,
"vehicleWeightHalfTon": false,
"vehicleWeightQuarterTon": true,
"vehicleWeightThreeQuarterTon": false,
"vehicleYearEarliest": 2007,
"vehicleYearLatest": 2007,
"vehicleMaxPayload": 1058
},
"vehicles": [
{
"vin": "1XXXXXXXXXXXXXXX",
"make": "Generic",
"model": "MODEL",
"manufacturer": "Generic Motors",
"manufacturerBased": "North America",
"year": 2007,
"fuel": "G",
"msrp": 29640,
"style": "AWD MODEL 4DR CROSSOVER",
"bodyType": "SUV",
"class": "Mainstream",
"doors": 4,
"driveType": "AWD",
"vehicleType": "SUV",
"size": "Mid-Size",
"weight": "1/4",
"maxPayload": 1058,
"trim": "Base",
"engineCylinders": 6,
"transmissionType": "A",
"transmissionGears": 6,
"gvwRange": "5001 to 6000",
"rankOrder": 1
}
],
"finances": {
"householdIncome": "$250K to $299K",
"discretionaryIncome": "$50K to $59K",
"financialPower": 8,
"creditRange": "750 to 799"
},
"companies": [
{
"title": "PRINCIPAL",
"company": "Example Company A",
"address": "123 Main St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 1234567890,
"email": "[email protected]",
"linkedin": "linkedin.com/in/john-doe-123456",
"sic": "8712",
"sicDescription": "Architectural Services"
},
{
"title": "MANAGER",
"company": "Example Company B",
"address": "456 Oak St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 2345678901,
"sic": "5961",
"sicDescription": "Catalog and Mail-Order Houses"
},
{
"title": "OWNER",
"company": "John Doe",
"address": "789 Pine St",
"city": "Othertown",
"state": "ST",
"zip": "67890",
"phone": 3456789012,
"linkedin": "linkedin.com/in/john-doe-654321",
"sic": "7231",
"sicDescription": "Beauty Shops"
}
]
}
]
}
}
Get Data By Device
Endpoint: https://main.dashboard.datashopper.com/api/v2/GetDataByDevice
Request Type: POST
Body: raw
Parameter | Type | Description |
---|---|---|
api_key | string | Your unique API key provided by the Datashopper team. |
website | string | The slug of the website associated with the authenticated user. |
deviceId | string | Device AAID or IDFA |
Example Body Request:
{
"api_key":"your-api-key",
"deviceId": "device-id",
"website": "your-website-slug"
}
Example Body Response:
{
"success": true,
"data": {
"identities": [
{
"id": 12345678,
"firstName": "John",
"lastName": "Doe",
"address": "PO Box 1234",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"zip4": "6789",
"dpbc": "123",
"carrierRoute": "A123",
"fipsStateCode": "01",
"fipsCountyCode": "001",
"countyName": "Sample",
"latitude": 12.345678,
"longitude": -12.345678,
"addressType": "P",
"cbsa": "12345",
"censusTract": "123456",
"censusBlockGroup": "1",
"censusBlock": "1234",
"gender": "M",
"hasEmail": true,
"hasPhone": true,
"dpv": "123",
"dma": 123,
"congressionalDistrict": "01",
"urbanicityCode": "S",
"birthDate": "1970-01-01",
"validated": true,
"phones": [
{
"phone": 1234567890,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-01",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-10",
"phoneType": 1,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 0,
"activityStatus": "A7",
"contactabilityScore": "E"
},
{
"phone": 2345678901,
"dnc": true,
"carrier": "Carrier B",
"addedDate": "2024-01-02",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 3,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A1",
"contactabilityScore": "J"
},
{
"phone": 3456789012,
"dnc": true,
"carrier": "Carrier C",
"addedDate": "2024-01-03",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-05",
"phoneType": 0,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A7",
"contactabilityScore": "G"
},
{
"phone": 4567890123,
"addedDate": "2024-01-04",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 2,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 5678901234,
"dnc": true,
"carrier": "Carrier D",
"addedDate": "2024-01-05",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 1,
"rankOrder": 2,
"qualityLevel": 0,
"activityStatus": "A1",
"contactabilityScore": "I"
},
{
"phone": 6789012345,
"carrier": "Carrier E",
"addedDate": "2024-01-06",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 3,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 7890123456,
"carrier": "Carrier D",
"addedDate": "2024-01-07",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-06",
"phoneType": 1,
"workPhone": true,
"rankOrder": 3,
"qualityLevel": 0,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 8901234567,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-08",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-08",
"phoneType": 1,
"rankOrder": 4,
"qualityLevel": 2,
"contactabilityScore": "K"
}
],
"emails": [
{
"email": "[email protected]",
"md5": "00000000000000000000000000000000",
"optIn": true,
"qualityLevel": 4,
"ip": "192.168.1.1",
"rankOrder": 4,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example1.com"
},
{
"email": "[email protected]",
"md5": "11111111111111111111111111111111",
"qualityLevel": 4,
"ip": "192.168.1.2",
"rankOrder": 5,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example2.com"
},
{
"email": "[email protected]",
"md5": "22222222222222222222222222222222",
"optIn": true,
"qualityLevel": 2,
"ip": "192.168.1.3",
"rankOrder": 1,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example3.com"
},
{
"email": "[email protected]",
"md5": "33333333333333333333333333333333",
"qualityLevel": 2,
"ip": "192.168.1.4",
"rankOrder": 2,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example4.com"
},
{
"email": "[email protected]",
"md5": "44444444444444444444444444444444",
"optIn": true,
"qualityLevel": 3,
"ip": "192.168.1.5",
"rankOrder": 3,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example5.com"
},
{
"email": "[email protected]",
"md5": "55555555555555555555555555555555",
"qualityLevel": 4,
"ip": "192.168.1.6",
"rankOrder": 6,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example6.com"
}
],
"data": {
"sourceNumber": 15,
"eagles18Segment": "LT_50K__1959_1973_M",
"eagles60Segment": "LT_50K__1957_1967_M_U",
"eagles120Segment": "W_LT_50K__1957_1967_M_U",
"eagles4800Segment": "W_LT_30K___1957_1967_M_M_C_S",
"addressType": "PO Box",
"ethnicityDetail": "Generic",
"ethnicGroup": "White",
"incomeLevel": "LT_30K",
"creditCard": false,
"bankCard": false,
"premiumCard": false,
"amexCard": false,
"premiumAmexCard": false,
"creditRange": "750 to 799",
"creditMidpoint": 675,
"householdIncome": "$250K to $299K",
"householdIncomeMidpoint": 25000,
"medianIncome": 25900,
"ownsInvestments": true,
"ownsStocksAndBonds": false,
"ownsMutualFunds": false,
"investor": true,
"householdNetWorth": "$10K to $24K",
"householdNetWorthMidpoint": 17500,
"homeOwnership": "Home Owner",
"homeValue": 226506,
"ownsSwimmingPool": false,
"medianHomeValue": 81700,
"mortgageAmount": 136300,
"mortgageRefinanceAmount": 117000,
"mortgageRefinanceAge": 9,
"education": "Completed College",
"lengthOfResidence": 8,
"dwellingType": "Single Family",
"singleFamilyDwelling": true,
"homePurchasedYearsAgo": 9,
"occupationDetail": "Executive",
"occupationType": "White Collar",
"occupationCategory": "Upper Management",
"whiteCollar": true,
"blueCollar": false,
"generation": "Generation X (1961-1981)",
"age": 50,
"birthYear": 1970,
"householdChild": true,
"householdChildAged0to3": false,
"householdChildAged4to6": true,
"householdChildAged7to9": false,
"householdChildAged10to12": false,
"householdChildAged13to18": false,
"householdVeteran": false,
"gender": "Male",
"maritalStatus": "Married",
"religion": "Protestant",
"language": "English",
"speaksEnglish": true,
"multilingual": false,
"householdAdults": 1,
"householdPersons": 1,
"urbanicity": "Suburban",
"readingAvidReader": false,
"readingAstrology": false,
"readingFiction": false,
"readingBooksOnTape": false,
"readingChildrens": false,
"readingComputerIt": false,
"readingCookingCulinary": false,
"readingCountryLifestyle": false,
"readingEntertainment": false,
"readingFashion": true,
"readingFinance": false,
"readingHealthRemedies": false,
"readingHistory": false,
"readingInteriorDecorating": true,
"readingMedicalHealth": false,
"readingMilitary": false,
"readingMystery": false,
"readingRomance": false,
"readingScienceFiction": false,
"readingScienceTechnology": false,
"readingSports": false,
"readingWorldNewsPolitics": false,
"readingMagazines": false,
"readingBibleDevotional": false,
"recentDonationAnimalCause": false,
"recentDonationArtsCulturalCause": false,
"recentDonationChildrensCause": false,
"recentDonationEnvironmentalCause": false,
"recentDonationHealthCause": false,
"recentDonationPoliticalCause": false,
"recentDonationPoliticalConservativeCause": false,
"recentDonationPoliticalLiberalCause": false,
"recentDonationPoliticalSocialCause": false,
"recentDonationReligiousCause": false,
"recentDonationVeteransCause": false,
"likelyCharitableDonor": false,
"voter": false,
"politicalContributor": false,
"apparelAffinity": 3,
"womensApparelAffinity": 1,
"womensFashionAffinity": 3,
"bargainHunterAffinity": 2,
"catalogAffinity": 1,
"cookingAffinity": 2,
"doItYourselfAffinity": 1,
"gardeningAffinity": 2,
"womensHomeLivingAffinity": 3,
"homeDecoratingAffinity": 2,
"travelAffinity": 3,
"travelUsAffinity": 3,
"tvMoviesAffinity": 2,
"carsInterest": false,
"dollCollector": false,
"figurinesCollector": false,
"platesCollector": false,
"sportsMemorabiliaCollector": false,
"entertainmentInterest": false,
"homeStudy": false,
"woodworking": false,
"homeImprovementInterest": true,
"religiousMusic": false,
"classicalMusic": false,
"countryMusic": false,
"jazz": false,
"rhythmAndBlues": false,
"rockMusic": false,
"softRock": false,
"aerobics": false,
"nascar": false,
"scuba": false,
"weightLifting": false,
"artsAndCrafts": false,
"boatingSailing": false,
"gambling": false,
"charityInterest": false,
"cigars": false,
"antiques": false,
"coins": false,
"fineArtsCollector": false,
"stamps": false,
"dieting": false,
"diy": true,
"fitness": false,
"epicurean": true,
"gardening": true,
"golf": false,
"healthyLivingInterest": false,
"birdWatching": false,
"cooking": false,
"knittingQuiltingSewing": false,
"photography": false,
"selfImprovement": false,
"homeDecor": true,
"hunting": false,
"motorcycles": false,
"movies": false,
"music": false,
"outdoors": false,
"campingHiking": false,
"fishing": false,
"walking": false,
"rv": false,
"motorRacing": false,
"baseball": false,
"basketball": false,
"football": false,
"hockey": false,
"soccer": false,
"running": false,
"snowSkiing": false,
"tennis": false,
"outdoorsHunting": false,
"luxuryLife": false,
"travelBusiness": false,
"travelPersonal": false,
"sohoBusiness": false,
"petOwner": false,
"catOwner": false,
"dogOwner": false,
"magazineSubscriber": true,
"travelCruises": false,
"travelVacation": true,
"truckOwner": false,
"travelForeign": false,
"healthyLiving": false,
"books": true,
"cosmetics": false,
"healthBeautyProducts": false,
"investments": true,
"jewelry": false,
"recentCatalogPurchasesDollars": 187,
"recentCatalogPurchasesAvgDollars": "101 to 500",
"recentApparelPurchasesDollars": 52,
"recentApparelPurchasesAvgDollars": "1 to 100",
"recentHomeGoodsLivingPurchasesDollars": 161,
"recentHomeGoodsLivingPurchasesAvgDollars": "101 to 500",
"recentPublishingPurchasesDollars": 132,
"recentWomensFashionPurchasesDollars": "101 to 500",
"recentWomensFashionPurchasesAvgDollars": "1 to 100",
"autoParts": false,
"childrensProducts": true,
"clothing": false,
"gifts": false,
"homeFurnishing": false,
"homeImprovement": false,
"musicalInstruments": false,
"plusSizeClothing": false,
"recentCatalogPurchasesCatalogs": 1,
"recentCatalogPurchasesOrders": "1 to 10",
"recentCatalogPurchasesItems": "1 to 10",
"recentApparelPurchasesOrders": "1 to 10",
"recentApparelPurchasesItems": "1 to 10",
"recentHealthPurchasesItems": "11 to 25",
"recentHomeGoodsLivingPurchasesOrders": "1 to 10",
"recentHomeGoodsLivingPurchasesItems": "1 to 10",
"recentHomeDecoratingPurchasesCompanies": 1,
"recentHomeDecoratingPurchasesPublishers": 1,
"recentHomeLivingPurchasesPublishers": 1,
"recentHousewaresPurchasesPublishers": 1,
"recentPurchasesPublishers": 2,
"recentMagazineSubscriptions": 2,
"recentPublishingPurchasesTitles": "11 to 25",
"recentWomensFashionPurchasesOrders": "11 to 25",
"recentWomensFashionPurchasesCompanies": 2,
"recentBargainSeekerPurchasesCompanies": 1,
"recentTravelPurchasesCompanies": 1,
"vehicleBodySubTypeCargoVan": false,
"vehicleBodySubTypeCommercialCutawayChassis": false,
"vehicleBodySubTypeCrewCab": false,
"vehicleBodySubTypeCrossover": false,
"vehicleBodySubTypeExtendedCab": false,
"vehicleBodySubTypeExtendedLengthCargo": false,
"vehicleBodySubTypeExtendedLengthPassenger": false,
"vehicleBodySubTypePassenger": false,
"vehicleBodySubTypeRegularCab": false,
"vehicleBodyTypeChassis": false,
"vehicleBodyTypeConvertible": false,
"vehicleBodyTypeCoupe": false,
"vehicleBodyTypeCrossover": false,
"vehicleBodyTypeFullSize": false,
"vehicleBodyTypeHatchback": false,
"vehicleBodyTypeMinivan": false,
"vehicleBodyTypeSedan": false,
"vehicleBodyTypeSuv": true,
"vehicleBodyTypeTruck": false,
"vehicleBodyTypeVan": false,
"vehicleBodyTypeWagon": false,
"vehicleClassCompact": false,
"vehicleClassExotic": false,
"vehicleClassLuxury": false,
"vehicleClassMainstream": true,
"vehicleDoorsFewest": 4,
"vehicleDoorsMost": 4,
"vehicleDriveType4Wd": false,
"vehicleDriveType4X2": false,
"vehicleDriveType4X4": false,
"vehicleDriveTypeAwd": true,
"vehicleDriveTypeFwd": false,
"vehicleDriveTypeRwd": false,
"vehicleCylindersFewest": 6,
"vehicleCylindersMost": 6,
"vehicleFuelBioDiesel": false,
"vehicleFuelDiesel": false,
"vehicleFuelFlexFuel": false,
"vehicleFuelGasoline": true,
"vehicleFuelHybrid": false,
"vehicleGvwrLe3K": false,
"vehicleGvwrGt3KLe4K": false,
"vehicleGvwrGt4KLe5K": false,
"vehicleGvwrGt5KLe6K": true,
"vehicleGvwrGt6KLe7K": false,
"vehicleGvwrGt7KLe8K": false,
"vehicleGvwrGt8KLe9K": false,
"vehicleGvwrGt9KLe10K": false,
"vehicleGvwrGt10KLe14K": false,
"vehicleGvwrGt14KLe16K": false,
"vehicleManufacturerBasedAsia": false,
"vehicleManufacturerBasedEuropean": false,
"vehicleManufacturerBasedUsa": false,
"vehicleMsrpMin": 29640,
"vehicleMsrpMax": 29640,
"householdVehicles": 1,
"vehiclePurchasedAnyNew": false,
"vehicleSizeFullSize": false,
"vehicleSizeMidSize": true,
"vehicleSizeSmall": false,
"vehicleSizeSports": false,
"vehicleTransmissionTypeAutomatic": true,
"vehicleTransmissionTypeCvt": false,
"vehicleTransmissionTypeManual": false,
"vehicleTypeCar": false,
"vehicleTypeSuv": true,
"vehicleTypeTruck": false,
"vehicleTypeVan": false,
"vehicleWeightOneTon": false,
"vehicleWeightOverOneTon": false,
"vehicleWeightHalfTon": false,
"vehicleWeightQuarterTon": true,
"vehicleWeightThreeQuarterTon": false,
"vehicleYearEarliest": 2007,
"vehicleYearLatest": 2007,
"vehicleMaxPayload": 1058
},
"vehicles": [
{
"vin": "1XXXXXXXXXXXXXXX",
"make": "Generic",
"model": "MODEL",
"manufacturer": "Generic Motors",
"manufacturerBased": "North America",
"year": 2007,
"fuel": "G",
"msrp": 29640,
"style": "AWD MODEL 4DR CROSSOVER",
"bodyType": "SUV",
"class": "Mainstream",
"doors": 4,
"driveType": "AWD",
"vehicleType": "SUV",
"size": "Mid-Size",
"weight": "1/4",
"maxPayload": 1058,
"trim": "Base",
"engineCylinders": 6,
"transmissionType": "A",
"transmissionGears": 6,
"gvwRange": "5001 to 6000",
"rankOrder": 1
}
],
"finances": {
"householdIncome": "$250K to $299K",
"discretionaryIncome": "$50K to $59K",
"financialPower": 8,
"creditRange": "750 to 799"
},
"companies": [
{
"title": "PRINCIPAL",
"company": "Example Company A",
"address": "123 Main St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 1234567890,
"email": "[email protected]",
"linkedin": "linkedin.com/in/john-doe-123456",
"sic": "8712",
"sicDescription": "Architectural Services"
},
{
"title": "MANAGER",
"company": "Example Company B",
"address": "456 Oak St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 2345678901,
"sic": "5961",
"sicDescription": "Catalog and Mail-Order Houses"
},
{
"title": "OWNER",
"company": "John Doe",
"address": "789 Pine St",
"city": "Othertown",
"state": "ST",
"zip": "67890",
"phone": 3456789012,
"linkedin": "linkedin.com/in/john-doe-654321",
"sic": "7231",
"sicDescription": "Beauty Shops"
}
]
}
]
}
}
Get Data By IP
Endpoint: https://main.dashboard.datashopper.com/api/v2/GetDataByIp
Request Type: POST
Body: raw
Parameter | Type | Description |
---|---|---|
api_key | string | Your unique API key provided by the Datashopper team. |
website | string | The slug of the website associated with the authenticated user. |
ip | string | Public IP Address |
Example Body Request:
{
"api_key":"your-api-key",
"ip": "public-ip-address",
"website": "your-website-slug"
}
Example Body Response:
{
"success": true,
"data": {
"identities": [
{
"id": 12345678,
"firstName": "John",
"lastName": "Doe",
"address": "PO Box 1234",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"zip4": "6789",
"dpbc": "123",
"carrierRoute": "A123",
"fipsStateCode": "01",
"fipsCountyCode": "001",
"countyName": "Sample",
"latitude": 12.345678,
"longitude": -12.345678,
"addressType": "P",
"cbsa": "12345",
"censusTract": "123456",
"censusBlockGroup": "1",
"censusBlock": "1234",
"gender": "M",
"hasEmail": true,
"hasPhone": true,
"dpv": "123",
"dma": 123,
"congressionalDistrict": "01",
"urbanicityCode": "S",
"birthDate": "1970-01-01",
"validated": true,
"phones": [
{
"phone": 1234567890,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-01",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-10",
"phoneType": 1,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 0,
"activityStatus": "A7",
"contactabilityScore": "E"
},
{
"phone": 2345678901,
"dnc": true,
"carrier": "Carrier B",
"addedDate": "2024-01-02",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 3,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A1",
"contactabilityScore": "J"
},
{
"phone": 3456789012,
"dnc": true,
"carrier": "Carrier C",
"addedDate": "2024-01-03",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-05",
"phoneType": 0,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A7",
"contactabilityScore": "G"
},
{
"phone": 4567890123,
"addedDate": "2024-01-04",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 2,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 5678901234,
"dnc": true,
"carrier": "Carrier D",
"addedDate": "2024-01-05",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 1,
"rankOrder": 2,
"qualityLevel": 0,
"activityStatus": "A1",
"contactabilityScore": "I"
},
{
"phone": 6789012345,
"carrier": "Carrier E",
"addedDate": "2024-01-06",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 3,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 7890123456,
"carrier": "Carrier D",
"addedDate": "2024-01-07",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-06",
"phoneType": 1,
"workPhone": true,
"rankOrder": 3,
"qualityLevel": 0,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 8901234567,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-08",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-08",
"phoneType": 1,
"rankOrder": 4,
"qualityLevel": 2,
"contactabilityScore": "K"
}
],
"emails": [
{
"email": "[email protected]",
"md5": "00000000000000000000000000000000",
"optIn": true,
"qualityLevel": 4,
"ip": "192.168.1.1",
"rankOrder": 4,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example1.com"
},
{
"email": "[email protected]",
"md5": "11111111111111111111111111111111",
"qualityLevel": 4,
"ip": "192.168.1.2",
"rankOrder": 5,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example2.com"
},
{
"email": "[email protected]",
"md5": "22222222222222222222222222222222",
"optIn": true,
"qualityLevel": 2,
"ip": "192.168.1.3",
"rankOrder": 1,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example3.com"
},
{
"email": "[email protected]",
"md5": "33333333333333333333333333333333",
"qualityLevel": 2,
"ip": "192.168.1.4",
"rankOrder": 2,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example4.com"
},
{
"email": "[email protected]",
"md5": "44444444444444444444444444444444",
"optIn": true,
"qualityLevel": 3,
"ip": "192.168.1.5",
"rankOrder": 3,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example5.com"
},
{
"email": "[email protected]",
"md5": "55555555555555555555555555555555",
"qualityLevel": 4,
"ip": "192.168.1.6",
"rankOrder": 6,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example6.com"
}
],
"data": {
"sourceNumber": 15,
"eagles18Segment": "LT_50K__1959_1973_M",
"eagles60Segment": "LT_50K__1957_1967_M_U",
"eagles120Segment": "W_LT_50K__1957_1967_M_U",
"eagles4800Segment": "W_LT_30K___1957_1967_M_M_C_S",
"addressType": "PO Box",
"ethnicityDetail": "Generic",
"ethnicGroup": "White",
"incomeLevel": "LT_30K",
"creditCard": false,
"bankCard": false,
"premiumCard": false,
"amexCard": false,
"premiumAmexCard": false,
"creditRange": "750 to 799",
"creditMidpoint": 675,
"householdIncome": "$250K to $299K",
"householdIncomeMidpoint": 25000,
"medianIncome": 25900,
"ownsInvestments": true,
"ownsStocksAndBonds": false,
"ownsMutualFunds": false,
"investor": true,
"householdNetWorth": "$10K to $24K",
"householdNetWorthMidpoint": 17500,
"homeOwnership": "Home Owner",
"homeValue": 226506,
"ownsSwimmingPool": false,
"medianHomeValue": 81700,
"mortgageAmount": 136300,
"mortgageRefinanceAmount": 117000,
"mortgageRefinanceAge": 9,
"education": "Completed College",
"lengthOfResidence": 8,
"dwellingType": "Single Family",
"singleFamilyDwelling": true,
"homePurchasedYearsAgo": 9,
"occupationDetail": "Executive",
"occupationType": "White Collar",
"occupationCategory": "Upper Management",
"whiteCollar": true,
"blueCollar": false,
"generation": "Generation X (1961-1981)",
"age": 50,
"birthYear": 1970,
"householdChild": true,
"householdChildAged0to3": false,
"householdChildAged4to6": true,
"householdChildAged7to9": false,
"householdChildAged10to12": false,
"householdChildAged13to18": false,
"householdVeteran": false,
"gender": "Male",
"maritalStatus": "Married",
"religion": "Protestant",
"language": "English",
"speaksEnglish": true,
"multilingual": false,
"householdAdults": 1,
"householdPersons": 1,
"urbanicity": "Suburban",
"readingAvidReader": false,
"readingAstrology": false,
"readingFiction": false,
"readingBooksOnTape": false,
"readingChildrens": false,
"readingComputerIt": false,
"readingCookingCulinary": false,
"readingCountryLifestyle": false,
"readingEntertainment": false,
"readingFashion": true,
"readingFinance": false,
"readingHealthRemedies": false,
"readingHistory": false,
"readingInteriorDecorating": true,
"readingMedicalHealth": false,
"readingMilitary": false,
"readingMystery": false,
"readingRomance": false,
"readingScienceFiction": false,
"readingScienceTechnology": false,
"readingSports": false,
"readingWorldNewsPolitics": false,
"readingMagazines": false,
"readingBibleDevotional": false,
"recentDonationAnimalCause": false,
"recentDonationArtsCulturalCause": false,
"recentDonationChildrensCause": false,
"recentDonationEnvironmentalCause": false,
"recentDonationHealthCause": false,
"recentDonationPoliticalCause": false,
"recentDonationPoliticalConservativeCause": false,
"recentDonationPoliticalLiberalCause": false,
"recentDonationPoliticalSocialCause": false,
"recentDonationReligiousCause": false,
"recentDonationVeteransCause": false,
"likelyCharitableDonor": false,
"voter": false,
"politicalContributor": false,
"apparelAffinity": 3,
"womensApparelAffinity": 1,
"womensFashionAffinity": 3,
"bargainHunterAffinity": 2,
"catalogAffinity": 1,
"cookingAffinity": 2,
"doItYourselfAffinity": 1,
"gardeningAffinity": 2,
"womensHomeLivingAffinity": 3,
"homeDecoratingAffinity": 2,
"travelAffinity": 3,
"travelUsAffinity": 3,
"tvMoviesAffinity": 2,
"carsInterest": false,
"dollCollector": false,
"figurinesCollector": false,
"platesCollector": false,
"sportsMemorabiliaCollector": false,
"entertainmentInterest": false,
"homeStudy": false,
"woodworking": false,
"homeImprovementInterest": true,
"religiousMusic": false,
"classicalMusic": false,
"countryMusic": false,
"jazz": false,
"rhythmAndBlues": false,
"rockMusic": false,
"softRock": false,
"aerobics": false,
"nascar": false,
"scuba": false,
"weightLifting": false,
"artsAndCrafts": false,
"boatingSailing": false,
"gambling": false,
"charityInterest": false,
"cigars": false,
"antiques": false,
"coins": false,
"fineArtsCollector": false,
"stamps": false,
"dieting": false,
"diy": true,
"fitness": false,
"epicurean": true,
"gardening": true,
"golf": false,
"healthyLivingInterest": false,
"birdWatching": false,
"cooking": false,
"knittingQuiltingSewing": false,
"photography": false,
"selfImprovement": false,
"homeDecor": true,
"hunting": false,
"motorcycles": false,
"movies": false,
"music": false,
"outdoors": false,
"campingHiking": false,
"fishing": false,
"walking": false,
"rv": false,
"motorRacing": false,
"baseball": false,
"basketball": false,
"football": false,
"hockey": false,
"soccer": false,
"running": false,
"snowSkiing": false,
"tennis": false,
"outdoorsHunting": false,
"luxuryLife": false,
"travelBusiness": false,
"travelPersonal": false,
"sohoBusiness": false,
"petOwner": false,
"catOwner": false,
"dogOwner": false,
"magazineSubscriber": true,
"travelCruises": false,
"travelVacation": true,
"truckOwner": false,
"travelForeign": false,
"healthyLiving": false,
"books": true,
"cosmetics": false,
"healthBeautyProducts": false,
"investments": true,
"jewelry": false,
"recentCatalogPurchasesDollars": 187,
"recentCatalogPurchasesAvgDollars": "101 to 500",
"recentApparelPurchasesDollars": 52,
"recentApparelPurchasesAvgDollars": "1 to 100",
"recentHomeGoodsLivingPurchasesDollars": 161,
"recentHomeGoodsLivingPurchasesAvgDollars": "101 to 500",
"recentPublishingPurchasesDollars": 132,
"recentWomensFashionPurchasesDollars": "101 to 500",
"recentWomensFashionPurchasesAvgDollars": "1 to 100",
"autoParts": false,
"childrensProducts": true,
"clothing": false,
"gifts": false,
"homeFurnishing": false,
"homeImprovement": false,
"musicalInstruments": false,
"plusSizeClothing": false,
"recentCatalogPurchasesCatalogs": 1,
"recentCatalogPurchasesOrders": "1 to 10",
"recentCatalogPurchasesItems": "1 to 10",
"recentApparelPurchasesOrders": "1 to 10",
"recentApparelPurchasesItems": "1 to 10",
"recentHealthPurchasesItems": "11 to 25",
"recentHomeGoodsLivingPurchasesOrders": "1 to 10",
"recentHomeGoodsLivingPurchasesItems": "1 to 10",
"recentHomeDecoratingPurchasesCompanies": 1,
"recentHomeDecoratingPurchasesPublishers": 1,
"recentHomeLivingPurchasesPublishers": 1,
"recentHousewaresPurchasesPublishers": 1,
"recentPurchasesPublishers": 2,
"recentMagazineSubscriptions": 2,
"recentPublishingPurchasesTitles": "11 to 25",
"recentWomensFashionPurchasesOrders": "11 to 25",
"recentWomensFashionPurchasesCompanies": 2,
"recentBargainSeekerPurchasesCompanies": 1,
"recentTravelPurchasesCompanies": 1,
"vehicleBodySubTypeCargoVan": false,
"vehicleBodySubTypeCommercialCutawayChassis": false,
"vehicleBodySubTypeCrewCab": false,
"vehicleBodySubTypeCrossover": false,
"vehicleBodySubTypeExtendedCab": false,
"vehicleBodySubTypeExtendedLengthCargo": false,
"vehicleBodySubTypeExtendedLengthPassenger": false,
"vehicleBodySubTypePassenger": false,
"vehicleBodySubTypeRegularCab": false,
"vehicleBodyTypeChassis": false,
"vehicleBodyTypeConvertible": false,
"vehicleBodyTypeCoupe": false,
"vehicleBodyTypeCrossover": false,
"vehicleBodyTypeFullSize": false,
"vehicleBodyTypeHatchback": false,
"vehicleBodyTypeMinivan": false,
"vehicleBodyTypeSedan": false,
"vehicleBodyTypeSuv": true,
"vehicleBodyTypeTruck": false,
"vehicleBodyTypeVan": false,
"vehicleBodyTypeWagon": false,
"vehicleClassCompact": false,
"vehicleClassExotic": false,
"vehicleClassLuxury": false,
"vehicleClassMainstream": true,
"vehicleDoorsFewest": 4,
"vehicleDoorsMost": 4,
"vehicleDriveType4Wd": false,
"vehicleDriveType4X2": false,
"vehicleDriveType4X4": false,
"vehicleDriveTypeAwd": true,
"vehicleDriveTypeFwd": false,
"vehicleDriveTypeRwd": false,
"vehicleCylindersFewest": 6,
"vehicleCylindersMost": 6,
"vehicleFuelBioDiesel": false,
"vehicleFuelDiesel": false,
"vehicleFuelFlexFuel": false,
"vehicleFuelGasoline": true,
"vehicleFuelHybrid": false,
"vehicleGvwrLe3K": false,
"vehicleGvwrGt3KLe4K": false,
"vehicleGvwrGt4KLe5K": false,
"vehicleGvwrGt5KLe6K": true,
"vehicleGvwrGt6KLe7K": false,
"vehicleGvwrGt7KLe8K": false,
"vehicleGvwrGt8KLe9K": false,
"vehicleGvwrGt9KLe10K": false,
"vehicleGvwrGt10KLe14K": false,
"vehicleGvwrGt14KLe16K": false,
"vehicleManufacturerBasedAsia": false,
"vehicleManufacturerBasedEuropean": false,
"vehicleManufacturerBasedUsa": false,
"vehicleMsrpMin": 29640,
"vehicleMsrpMax": 29640,
"householdVehicles": 1,
"vehiclePurchasedAnyNew": false,
"vehicleSizeFullSize": false,
"vehicleSizeMidSize": true,
"vehicleSizeSmall": false,
"vehicleSizeSports": false,
"vehicleTransmissionTypeAutomatic": true,
"vehicleTransmissionTypeCvt": false,
"vehicleTransmissionTypeManual": false,
"vehicleTypeCar": false,
"vehicleTypeSuv": true,
"vehicleTypeTruck": false,
"vehicleTypeVan": false,
"vehicleWeightOneTon": false,
"vehicleWeightOverOneTon": false,
"vehicleWeightHalfTon": false,
"vehicleWeightQuarterTon": true,
"vehicleWeightThreeQuarterTon": false,
"vehicleYearEarliest": 2007,
"vehicleYearLatest": 2007,
"vehicleMaxPayload": 1058
},
"vehicles": [
{
"vin": "1XXXXXXXXXXXXXXX",
"make": "Generic",
"model": "MODEL",
"manufacturer": "Generic Motors",
"manufacturerBased": "North America",
"year": 2007,
"fuel": "G",
"msrp": 29640,
"style": "AWD MODEL 4DR CROSSOVER",
"bodyType": "SUV",
"class": "Mainstream",
"doors": 4,
"driveType": "AWD",
"vehicleType": "SUV",
"size": "Mid-Size",
"weight": "1/4",
"maxPayload": 1058,
"trim": "Base",
"engineCylinders": 6,
"transmissionType": "A",
"transmissionGears": 6,
"gvwRange": "5001 to 6000",
"rankOrder": 1
}
],
"finances": {
"householdIncome": "$250K to $299K",
"discretionaryIncome": "$50K to $59K",
"financialPower": 8,
"creditRange": "750 to 799"
},
"companies": [
{
"title": "PRINCIPAL",
"company": "Example Company A",
"address": "123 Main St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 1234567890,
"email": "[email protected]",
"linkedin": "linkedin.com/in/john-doe-123456",
"sic": "8712",
"sicDescription": "Architectural Services"
},
{
"title": "MANAGER",
"company": "Example Company B",
"address": "456 Oak St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 2345678901,
"sic": "5961",
"sicDescription": "Catalog and Mail-Order Houses"
},
{
"title": "OWNER",
"company": "John Doe",
"address": "789 Pine St",
"city": "Othertown",
"state": "ST",
"zip": "67890",
"phone": 3456789012,
"linkedin": "linkedin.com/in/john-doe-654321",
"sic": "7231",
"sicDescription": "Beauty Shops"
}
]
}
]
}
}
Get Data By Vehicle
Endpoint: https://main.dashboard.datashopper.com/api/v2/GetDataByVehicle
Request Type: POST
Body: raw
Parameter | Type | Description |
---|---|---|
api_key | string | Your unique API key provided by the Datashopper team. |
website | string | The slug of the website associated with the authenticated user. |
vin | string | Vehicle Identification Number |
Example Body Request:
{
"api_key":"your-api-key",
"vin": "vehicle-identification-number",
"website": "your-website-slug"
}
Example Body Response:
{
"success": true,
"data": {
"identities": [
{
"id": 12345678,
"firstName": "John",
"lastName": "Doe",
"address": "PO Box 1234",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"zip4": "6789",
"dpbc": "123",
"carrierRoute": "A123",
"fipsStateCode": "01",
"fipsCountyCode": "001",
"countyName": "Sample",
"latitude": 12.345678,
"longitude": -12.345678,
"addressType": "P",
"cbsa": "12345",
"censusTract": "123456",
"censusBlockGroup": "1",
"censusBlock": "1234",
"gender": "M",
"hasEmail": true,
"hasPhone": true,
"dpv": "123",
"dma": 123,
"congressionalDistrict": "01",
"urbanicityCode": "S",
"birthDate": "1970-01-01",
"validated": true,
"phones": [
{
"phone": 1234567890,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-01",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-10",
"phoneType": 1,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 0,
"activityStatus": "A7",
"contactabilityScore": "E"
},
{
"phone": 2345678901,
"dnc": true,
"carrier": "Carrier B",
"addedDate": "2024-01-02",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 3,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A1",
"contactabilityScore": "J"
},
{
"phone": 3456789012,
"dnc": true,
"carrier": "Carrier C",
"addedDate": "2024-01-03",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-05",
"phoneType": 0,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A7",
"contactabilityScore": "G"
},
{
"phone": 4567890123,
"addedDate": "2024-01-04",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 2,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 5678901234,
"dnc": true,
"carrier": "Carrier D",
"addedDate": "2024-01-05",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 1,
"rankOrder": 2,
"qualityLevel": 0,
"activityStatus": "A1",
"contactabilityScore": "I"
},
{
"phone": 6789012345,
"carrier": "Carrier E",
"addedDate": "2024-01-06",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 3,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 7890123456,
"carrier": "Carrier D",
"addedDate": "2024-01-07",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-06",
"phoneType": 1,
"workPhone": true,
"rankOrder": 3,
"qualityLevel": 0,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 8901234567,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-08",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-08",
"phoneType": 1,
"rankOrder": 4,
"qualityLevel": 2,
"contactabilityScore": "K"
}
],
"emails": [
{
"email": "[email protected]",
"md5": "00000000000000000000000000000000",
"optIn": true,
"qualityLevel": 4,
"ip": "192.168.1.1",
"rankOrder": 4,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example1.com"
},
{
"email": "[email protected]",
"md5": "11111111111111111111111111111111",
"qualityLevel": 4,
"ip": "192.168.1.2",
"rankOrder": 5,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example2.com"
},
{
"email": "[email protected]",
"md5": "22222222222222222222222222222222",
"optIn": true,
"qualityLevel": 2,
"ip": "192.168.1.3",
"rankOrder": 1,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example3.com"
},
{
"email": "[email protected]",
"md5": "33333333333333333333333333333333",
"qualityLevel": 2,
"ip": "192.168.1.4",
"rankOrder": 2,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example4.com"
},
{
"email": "[email protected]",
"md5": "44444444444444444444444444444444",
"optIn": true,
"qualityLevel": 3,
"ip": "192.168.1.5",
"rankOrder": 3,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example5.com"
},
{
"email": "[email protected]",
"md5": "55555555555555555555555555555555",
"qualityLevel": 4,
"ip": "192.168.1.6",
"rankOrder": 6,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example6.com"
}
],
"data": {
"sourceNumber": 15,
"eagles18Segment": "LT_50K__1959_1973_M",
"eagles60Segment": "LT_50K__1957_1967_M_U",
"eagles120Segment": "W_LT_50K__1957_1967_M_U",
"eagles4800Segment": "W_LT_30K___1957_1967_M_M_C_S",
"addressType": "PO Box",
"ethnicityDetail": "Generic",
"ethnicGroup": "White",
"incomeLevel": "LT_30K",
"creditCard": false,
"bankCard": false,
"premiumCard": false,
"amexCard": false,
"premiumAmexCard": false,
"creditRange": "750 to 799",
"creditMidpoint": 675,
"householdIncome": "$250K to $299K",
"householdIncomeMidpoint": 25000,
"medianIncome": 25900,
"ownsInvestments": true,
"ownsStocksAndBonds": false,
"ownsMutualFunds": false,
"investor": true,
"householdNetWorth": "$10K to $24K",
"householdNetWorthMidpoint": 17500,
"homeOwnership": "Home Owner",
"homeValue": 226506,
"ownsSwimmingPool": false,
"medianHomeValue": 81700,
"mortgageAmount": 136300,
"mortgageRefinanceAmount": 117000,
"mortgageRefinanceAge": 9,
"education": "Completed College",
"lengthOfResidence": 8,
"dwellingType": "Single Family",
"singleFamilyDwelling": true,
"homePurchasedYearsAgo": 9,
"occupationDetail": "Executive",
"occupationType": "White Collar",
"occupationCategory": "Upper Management",
"whiteCollar": true,
"blueCollar": false,
"generation": "Generation X (1961-1981)",
"age": 50,
"birthYear": 1970,
"householdChild": true,
"householdChildAged0to3": false,
"householdChildAged4to6": true,
"householdChildAged7to9": false,
"householdChildAged10to12": false,
"householdChildAged13to18": false,
"householdVeteran": false,
"gender": "Male",
"maritalStatus": "Married",
"religion": "Protestant",
"language": "English",
"speaksEnglish": true,
"multilingual": false,
"householdAdults": 1,
"householdPersons": 1,
"urbanicity": "Suburban",
"readingAvidReader": false,
"readingAstrology": false,
"readingFiction": false,
"readingBooksOnTape": false,
"readingChildrens": false,
"readingComputerIt": false,
"readingCookingCulinary": false,
"readingCountryLifestyle": false,
"readingEntertainment": false,
"readingFashion": true,
"readingFinance": false,
"readingHealthRemedies": false,
"readingHistory": false,
"readingInteriorDecorating": true,
"readingMedicalHealth": false,
"readingMilitary": false,
"readingMystery": false,
"readingRomance": false,
"readingScienceFiction": false,
"readingScienceTechnology": false,
"readingSports": false,
"readingWorldNewsPolitics": false,
"readingMagazines": false,
"readingBibleDevotional": false,
"recentDonationAnimalCause": false,
"recentDonationArtsCulturalCause": false,
"recentDonationChildrensCause": false,
"recentDonationEnvironmentalCause": false,
"recentDonationHealthCause": false,
"recentDonationPoliticalCause": false,
"recentDonationPoliticalConservativeCause": false,
"recentDonationPoliticalLiberalCause": false,
"recentDonationPoliticalSocialCause": false,
"recentDonationReligiousCause": false,
"recentDonationVeteransCause": false,
"likelyCharitableDonor": false,
"voter": false,
"politicalContributor": false,
"apparelAffinity": 3,
"womensApparelAffinity": 1,
"womensFashionAffinity": 3,
"bargainHunterAffinity": 2,
"catalogAffinity": 1,
"cookingAffinity": 2,
"doItYourselfAffinity": 1,
"gardeningAffinity": 2,
"womensHomeLivingAffinity": 3,
"homeDecoratingAffinity": 2,
"travelAffinity": 3,
"travelUsAffinity": 3,
"tvMoviesAffinity": 2,
"carsInterest": false,
"dollCollector": false,
"figurinesCollector": false,
"platesCollector": false,
"sportsMemorabiliaCollector": false,
"entertainmentInterest": false,
"homeStudy": false,
"woodworking": false,
"homeImprovementInterest": true,
"religiousMusic": false,
"classicalMusic": false,
"countryMusic": false,
"jazz": false,
"rhythmAndBlues": false,
"rockMusic": false,
"softRock": false,
"aerobics": false,
"nascar": false,
"scuba": false,
"weightLifting": false,
"artsAndCrafts": false,
"boatingSailing": false,
"gambling": false,
"charityInterest": false,
"cigars": false,
"antiques": false,
"coins": false,
"fineArtsCollector": false,
"stamps": false,
"dieting": false,
"diy": true,
"fitness": false,
"epicurean": true,
"gardening": true,
"golf": false,
"healthyLivingInterest": false,
"birdWatching": false,
"cooking": false,
"knittingQuiltingSewing": false,
"photography": false,
"selfImprovement": false,
"homeDecor": true,
"hunting": false,
"motorcycles": false,
"movies": false,
"music": false,
"outdoors": false,
"campingHiking": false,
"fishing": false,
"walking": false,
"rv": false,
"motorRacing": false,
"baseball": false,
"basketball": false,
"football": false,
"hockey": false,
"soccer": false,
"running": false,
"snowSkiing": false,
"tennis": false,
"outdoorsHunting": false,
"luxuryLife": false,
"travelBusiness": false,
"travelPersonal": false,
"sohoBusiness": false,
"petOwner": false,
"catOwner": false,
"dogOwner": false,
"magazineSubscriber": true,
"travelCruises": false,
"travelVacation": true,
"truckOwner": false,
"travelForeign": false,
"healthyLiving": false,
"books": true,
"cosmetics": false,
"healthBeautyProducts": false,
"investments": true,
"jewelry": false,
"recentCatalogPurchasesDollars": 187,
"recentCatalogPurchasesAvgDollars": "101 to 500",
"recentApparelPurchasesDollars": 52,
"recentApparelPurchasesAvgDollars": "1 to 100",
"recentHomeGoodsLivingPurchasesDollars": 161,
"recentHomeGoodsLivingPurchasesAvgDollars": "101 to 500",
"recentPublishingPurchasesDollars": 132,
"recentWomensFashionPurchasesDollars": "101 to 500",
"recentWomensFashionPurchasesAvgDollars": "1 to 100",
"autoParts": false,
"childrensProducts": true,
"clothing": false,
"gifts": false,
"homeFurnishing": false,
"homeImprovement": false,
"musicalInstruments": false,
"plusSizeClothing": false,
"recentCatalogPurchasesCatalogs": 1,
"recentCatalogPurchasesOrders": "1 to 10",
"recentCatalogPurchasesItems": "1 to 10",
"recentApparelPurchasesOrders": "1 to 10",
"recentApparelPurchasesItems": "1 to 10",
"recentHealthPurchasesItems": "11 to 25",
"recentHomeGoodsLivingPurchasesOrders": "1 to 10",
"recentHomeGoodsLivingPurchasesItems": "1 to 10",
"recentHomeDecoratingPurchasesCompanies": 1,
"recentHomeDecoratingPurchasesPublishers": 1,
"recentHomeLivingPurchasesPublishers": 1,
"recentHousewaresPurchasesPublishers": 1,
"recentPurchasesPublishers": 2,
"recentMagazineSubscriptions": 2,
"recentPublishingPurchasesTitles": "11 to 25",
"recentWomensFashionPurchasesOrders": "11 to 25",
"recentWomensFashionPurchasesCompanies": 2,
"recentBargainSeekerPurchasesCompanies": 1,
"recentTravelPurchasesCompanies": 1,
"vehicleBodySubTypeCargoVan": false,
"vehicleBodySubTypeCommercialCutawayChassis": false,
"vehicleBodySubTypeCrewCab": false,
"vehicleBodySubTypeCrossover": false,
"vehicleBodySubTypeExtendedCab": false,
"vehicleBodySubTypeExtendedLengthCargo": false,
"vehicleBodySubTypeExtendedLengthPassenger": false,
"vehicleBodySubTypePassenger": false,
"vehicleBodySubTypeRegularCab": false,
"vehicleBodyTypeChassis": false,
"vehicleBodyTypeConvertible": false,
"vehicleBodyTypeCoupe": false,
"vehicleBodyTypeCrossover": false,
"vehicleBodyTypeFullSize": false,
"vehicleBodyTypeHatchback": false,
"vehicleBodyTypeMinivan": false,
"vehicleBodyTypeSedan": false,
"vehicleBodyTypeSuv": true,
"vehicleBodyTypeTruck": false,
"vehicleBodyTypeVan": false,
"vehicleBodyTypeWagon": false,
"vehicleClassCompact": false,
"vehicleClassExotic": false,
"vehicleClassLuxury": false,
"vehicleClassMainstream": true,
"vehicleDoorsFewest": 4,
"vehicleDoorsMost": 4,
"vehicleDriveType4Wd": false,
"vehicleDriveType4X2": false,
"vehicleDriveType4X4": false,
"vehicleDriveTypeAwd": true,
"vehicleDriveTypeFwd": false,
"vehicleDriveTypeRwd": false,
"vehicleCylindersFewest": 6,
"vehicleCylindersMost": 6,
"vehicleFuelBioDiesel": false,
"vehicleFuelDiesel": false,
"vehicleFuelFlexFuel": false,
"vehicleFuelGasoline": true,
"vehicleFuelHybrid": false,
"vehicleGvwrLe3K": false,
"vehicleGvwrGt3KLe4K": false,
"vehicleGvwrGt4KLe5K": false,
"vehicleGvwrGt5KLe6K": true,
"vehicleGvwrGt6KLe7K": false,
"vehicleGvwrGt7KLe8K": false,
"vehicleGvwrGt8KLe9K": false,
"vehicleGvwrGt9KLe10K": false,
"vehicleGvwrGt10KLe14K": false,
"vehicleGvwrGt14KLe16K": false,
"vehicleManufacturerBasedAsia": false,
"vehicleManufacturerBasedEuropean": false,
"vehicleManufacturerBasedUsa": false,
"vehicleMsrpMin": 29640,
"vehicleMsrpMax": 29640,
"householdVehicles": 1,
"vehiclePurchasedAnyNew": false,
"vehicleSizeFullSize": false,
"vehicleSizeMidSize": true,
"vehicleSizeSmall": false,
"vehicleSizeSports": false,
"vehicleTransmissionTypeAutomatic": true,
"vehicleTransmissionTypeCvt": false,
"vehicleTransmissionTypeManual": false,
"vehicleTypeCar": false,
"vehicleTypeSuv": true,
"vehicleTypeTruck": false,
"vehicleTypeVan": false,
"vehicleWeightOneTon": false,
"vehicleWeightOverOneTon": false,
"vehicleWeightHalfTon": false,
"vehicleWeightQuarterTon": true,
"vehicleWeightThreeQuarterTon": false,
"vehicleYearEarliest": 2007,
"vehicleYearLatest": 2007,
"vehicleMaxPayload": 1058
},
"vehicles": [
{
"vin": "1XXXXXXXXXXXXXXX",
"make": "Generic",
"model": "MODEL",
"manufacturer": "Generic Motors",
"manufacturerBased": "North America",
"year": 2007,
"fuel": "G",
"msrp": 29640,
"style": "AWD MODEL 4DR CROSSOVER",
"bodyType": "SUV",
"class": "Mainstream",
"doors": 4,
"driveType": "AWD",
"vehicleType": "SUV",
"size": "Mid-Size",
"weight": "1/4",
"maxPayload": 1058,
"trim": "Base",
"engineCylinders": 6,
"transmissionType": "A",
"transmissionGears": 6,
"gvwRange": "5001 to 6000",
"rankOrder": 1
}
],
"finances": {
"householdIncome": "$250K to $299K",
"discretionaryIncome": "$50K to $59K",
"financialPower": 8,
"creditRange": "750 to 799"
},
"companies": [
{
"title": "PRINCIPAL",
"company": "Example Company A",
"address": "123 Main St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 1234567890,
"email": "[email protected]",
"linkedin": "linkedin.com/in/john-doe-123456",
"sic": "8712",
"sicDescription": "Architectural Services"
},
{
"title": "MANAGER",
"company": "Example Company B",
"address": "456 Oak St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 2345678901,
"sic": "5961",
"sicDescription": "Catalog and Mail-Order Houses"
},
{
"title": "OWNER",
"company": "John Doe",
"address": "789 Pine St",
"city": "Othertown",
"state": "ST",
"zip": "67890",
"phone": 3456789012,
"linkedin": "linkedin.com/in/john-doe-654321",
"sic": "7231",
"sicDescription": "Beauty Shops"
}
]
}
]
}
}
Get Data By Pii
Endpoint: https://main.dashboard.datashopper.com/api/v2/GetDataByPii
Request Type: POST
Body: raw
Parameter | Type | Description |
---|---|---|
api_key | string | Your unique API key provided by the Datashopper team. |
website | string | The slug of the website associated with the authenticated user. |
address | string | Street address (including suite/apartment, etc.) |
firstName | string | First Name |
lastName | string | Last Name |
state | string | State abbreviation |
city | string | City name |
zip | string | 5-digit Zip Code |
Example Body Request:
{
"api_key":"b123713b-db21-48f9-81e8-97bcca3bd339",
"website": "datashopper",
"address": "",
"firstName": "",
"lastName": "",
"city": "",
"state": "",
"zip": ""
}
Example Body Response:
{
"success": true,
"data": {
"identities": [
{
"id": 12345678,
"firstName": "John",
"lastName": "Doe",
"address": "PO Box 1234",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"zip4": "6789",
"dpbc": "123",
"carrierRoute": "A123",
"fipsStateCode": "01",
"fipsCountyCode": "001",
"countyName": "Sample",
"latitude": 12.345678,
"longitude": -12.345678,
"addressType": "P",
"cbsa": "12345",
"censusTract": "123456",
"censusBlockGroup": "1",
"censusBlock": "1234",
"gender": "M",
"hasEmail": true,
"hasPhone": true,
"dpv": "123",
"dma": 123,
"congressionalDistrict": "01",
"urbanicityCode": "S",
"birthDate": "1970-01-01",
"validated": true,
"phones": [
{
"phone": 1234567890,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-01",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-10",
"phoneType": 1,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 0,
"activityStatus": "A7",
"contactabilityScore": "E"
},
{
"phone": 2345678901,
"dnc": true,
"carrier": "Carrier B",
"addedDate": "2024-01-02",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 3,
"workPhone": true,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A1",
"contactabilityScore": "J"
},
{
"phone": 3456789012,
"dnc": true,
"carrier": "Carrier C",
"addedDate": "2024-01-03",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-05",
"phoneType": 0,
"rankOrder": 1,
"qualityLevel": 2,
"activityStatus": "A7",
"contactabilityScore": "G"
},
{
"phone": 4567890123,
"addedDate": "2024-01-04",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 2,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 5678901234,
"dnc": true,
"carrier": "Carrier D",
"addedDate": "2024-01-05",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-05",
"phoneType": 1,
"rankOrder": 2,
"qualityLevel": 0,
"activityStatus": "A1",
"contactabilityScore": "I"
},
{
"phone": 6789012345,
"carrier": "Carrier E",
"addedDate": "2024-01-06",
"updateDate": "2024-01-15",
"lastSeenDate": "2014-01-05",
"phoneType": 0,
"rankOrder": 3,
"qualityLevel": 2,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 7890123456,
"carrier": "Carrier D",
"addedDate": "2024-01-07",
"updateDate": "2024-01-15",
"lastSeenDate": "2024-01-06",
"phoneType": 1,
"workPhone": true,
"rankOrder": 3,
"qualityLevel": 0,
"activityStatus": "I4",
"contactabilityScore": "J"
},
{
"phone": 8901234567,
"dnc": true,
"carrier": "Carrier A",
"addedDate": "2024-01-08",
"updateDate": "2024-01-15",
"lastSeenDate": "2006-01-08",
"phoneType": 1,
"rankOrder": 4,
"qualityLevel": 2,
"contactabilityScore": "K"
}
],
"emails": [
{
"email": "[email protected]",
"md5": "00000000000000000000000000000000",
"optIn": true,
"qualityLevel": 4,
"ip": "192.168.1.1",
"rankOrder": 4,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example1.com"
},
{
"email": "[email protected]",
"md5": "11111111111111111111111111111111",
"qualityLevel": 4,
"ip": "192.168.1.2",
"rankOrder": 5,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example2.com"
},
{
"email": "[email protected]",
"md5": "22222222222222222222222222222222",
"optIn": true,
"qualityLevel": 2,
"ip": "192.168.1.3",
"rankOrder": 1,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example3.com"
},
{
"email": "[email protected]",
"md5": "33333333333333333333333333333333",
"qualityLevel": 2,
"ip": "192.168.1.4",
"rankOrder": 2,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example4.com"
},
{
"email": "[email protected]",
"md5": "44444444444444444444444444444444",
"optIn": true,
"qualityLevel": 3,
"ip": "192.168.1.5",
"rankOrder": 3,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example5.com"
},
{
"email": "[email protected]",
"md5": "55555555555555555555555555555555",
"qualityLevel": 4,
"ip": "192.168.1.6",
"rankOrder": 6,
"registerDate": "2024-01-01",
"updateDate": "2024-01-15",
"url": "example6.com"
}
],
"data": {
"sourceNumber": 15,
"eagles18Segment": "LT_50K__1959_1973_M",
"eagles60Segment": "LT_50K__1957_1967_M_U",
"eagles120Segment": "W_LT_50K__1957_1967_M_U",
"eagles4800Segment": "W_LT_30K___1957_1967_M_M_C_S",
"addressType": "PO Box",
"ethnicityDetail": "Generic",
"ethnicGroup": "White",
"incomeLevel": "LT_30K",
"creditCard": false,
"bankCard": false,
"premiumCard": false,
"amexCard": false,
"premiumAmexCard": false,
"creditRange": "750 to 799",
"creditMidpoint": 675,
"householdIncome": "$250K to $299K",
"householdIncomeMidpoint": 25000,
"medianIncome": 25900,
"ownsInvestments": true,
"ownsStocksAndBonds": false,
"ownsMutualFunds": false,
"investor": true,
"householdNetWorth": "$10K to $24K",
"householdNetWorthMidpoint": 17500,
"homeOwnership": "Home Owner",
"homeValue": 226506,
"ownsSwimmingPool": false,
"medianHomeValue": 81700,
"mortgageAmount": 136300,
"mortgageRefinanceAmount": 117000,
"mortgageRefinanceAge": 9,
"education": "Completed College",
"lengthOfResidence": 8,
"dwellingType": "Single Family",
"singleFamilyDwelling": true,
"homePurchasedYearsAgo": 9,
"occupationDetail": "Executive",
"occupationType": "White Collar",
"occupationCategory": "Upper Management",
"whiteCollar": true,
"blueCollar": false,
"generation": "Generation X (1961-1981)",
"age": 50,
"birthYear": 1970,
"householdChild": true,
"householdChildAged0to3": false,
"householdChildAged4to6": true,
"householdChildAged7to9": false,
"householdChildAged10to12": false,
"householdChildAged13to18": false,
"householdVeteran": false,
"gender": "Male",
"maritalStatus": "Married",
"religion": "Protestant",
"language": "English",
"speaksEnglish": true,
"multilingual": false,
"householdAdults": 1,
"householdPersons": 1,
"urbanicity": "Suburban",
"readingAvidReader": false,
"readingAstrology": false,
"readingFiction": false,
"readingBooksOnTape": false,
"readingChildrens": false,
"readingComputerIt": false,
"readingCookingCulinary": false,
"readingCountryLifestyle": false,
"readingEntertainment": false,
"readingFashion": true,
"readingFinance": false,
"readingHealthRemedies": false,
"readingHistory": false,
"readingInteriorDecorating": true,
"readingMedicalHealth": false,
"readingMilitary": false,
"readingMystery": false,
"readingRomance": false,
"readingScienceFiction": false,
"readingScienceTechnology": false,
"readingSports": false,
"readingWorldNewsPolitics": false,
"readingMagazines": false,
"readingBibleDevotional": false,
"recentDonationAnimalCause": false,
"recentDonationArtsCulturalCause": false,
"recentDonationChildrensCause": false,
"recentDonationEnvironmentalCause": false,
"recentDonationHealthCause": false,
"recentDonationPoliticalCause": false,
"recentDonationPoliticalConservativeCause": false,
"recentDonationPoliticalLiberalCause": false,
"recentDonationPoliticalSocialCause": false,
"recentDonationReligiousCause": false,
"recentDonationVeteransCause": false,
"likelyCharitableDonor": false,
"voter": false,
"politicalContributor": false,
"apparelAffinity": 3,
"womensApparelAffinity": 1,
"womensFashionAffinity": 3,
"bargainHunterAffinity": 2,
"catalogAffinity": 1,
"cookingAffinity": 2,
"doItYourselfAffinity": 1,
"gardeningAffinity": 2,
"womensHomeLivingAffinity": 3,
"homeDecoratingAffinity": 2,
"travelAffinity": 3,
"travelUsAffinity": 3,
"tvMoviesAffinity": 2,
"carsInterest": false,
"dollCollector": false,
"figurinesCollector": false,
"platesCollector": false,
"sportsMemorabiliaCollector": false,
"entertainmentInterest": false,
"homeStudy": false,
"woodworking": false,
"homeImprovementInterest": true,
"religiousMusic": false,
"classicalMusic": false,
"countryMusic": false,
"jazz": false,
"rhythmAndBlues": false,
"rockMusic": false,
"softRock": false,
"aerobics": false,
"nascar": false,
"scuba": false,
"weightLifting": false,
"artsAndCrafts": false,
"boatingSailing": false,
"gambling": false,
"charityInterest": false,
"cigars": false,
"antiques": false,
"coins": false,
"fineArtsCollector": false,
"stamps": false,
"dieting": false,
"diy": true,
"fitness": false,
"epicurean": true,
"gardening": true,
"golf": false,
"healthyLivingInterest": false,
"birdWatching": false,
"cooking": false,
"knittingQuiltingSewing": false,
"photography": false,
"selfImprovement": false,
"homeDecor": true,
"hunting": false,
"motorcycles": false,
"movies": false,
"music": false,
"outdoors": false,
"campingHiking": false,
"fishing": false,
"walking": false,
"rv": false,
"motorRacing": false,
"baseball": false,
"basketball": false,
"football": false,
"hockey": false,
"soccer": false,
"running": false,
"snowSkiing": false,
"tennis": false,
"outdoorsHunting": false,
"luxuryLife": false,
"travelBusiness": false,
"travelPersonal": false,
"sohoBusiness": false,
"petOwner": false,
"catOwner": false,
"dogOwner": false,
"magazineSubscriber": true,
"travelCruises": false,
"travelVacation": true,
"truckOwner": false,
"travelForeign": false,
"healthyLiving": false,
"books": true,
"cosmetics": false,
"healthBeautyProducts": false,
"investments": true,
"jewelry": false,
"recentCatalogPurchasesDollars": 187,
"recentCatalogPurchasesAvgDollars": "101 to 500",
"recentApparelPurchasesDollars": 52,
"recentApparelPurchasesAvgDollars": "1 to 100",
"recentHomeGoodsLivingPurchasesDollars": 161,
"recentHomeGoodsLivingPurchasesAvgDollars": "101 to 500",
"recentPublishingPurchasesDollars": 132,
"recentWomensFashionPurchasesDollars": "101 to 500",
"recentWomensFashionPurchasesAvgDollars": "1 to 100",
"autoParts": false,
"childrensProducts": true,
"clothing": false,
"gifts": false,
"homeFurnishing": false,
"homeImprovement": false,
"musicalInstruments": false,
"plusSizeClothing": false,
"recentCatalogPurchasesCatalogs": 1,
"recentCatalogPurchasesOrders": "1 to 10",
"recentCatalogPurchasesItems": "1 to 10",
"recentApparelPurchasesOrders": "1 to 10",
"recentApparelPurchasesItems": "1 to 10",
"recentHealthPurchasesItems": "11 to 25",
"recentHomeGoodsLivingPurchasesOrders": "1 to 10",
"recentHomeGoodsLivingPurchasesItems": "1 to 10",
"recentHomeDecoratingPurchasesCompanies": 1,
"recentHomeDecoratingPurchasesPublishers": 1,
"recentHomeLivingPurchasesPublishers": 1,
"recentHousewaresPurchasesPublishers": 1,
"recentPurchasesPublishers": 2,
"recentMagazineSubscriptions": 2,
"recentPublishingPurchasesTitles": "11 to 25",
"recentWomensFashionPurchasesOrders": "11 to 25",
"recentWomensFashionPurchasesCompanies": 2,
"recentBargainSeekerPurchasesCompanies": 1,
"recentTravelPurchasesCompanies": 1,
"vehicleBodySubTypeCargoVan": false,
"vehicleBodySubTypeCommercialCutawayChassis": false,
"vehicleBodySubTypeCrewCab": false,
"vehicleBodySubTypeCrossover": false,
"vehicleBodySubTypeExtendedCab": false,
"vehicleBodySubTypeExtendedLengthCargo": false,
"vehicleBodySubTypeExtendedLengthPassenger": false,
"vehicleBodySubTypePassenger": false,
"vehicleBodySubTypeRegularCab": false,
"vehicleBodyTypeChassis": false,
"vehicleBodyTypeConvertible": false,
"vehicleBodyTypeCoupe": false,
"vehicleBodyTypeCrossover": false,
"vehicleBodyTypeFullSize": false,
"vehicleBodyTypeHatchback": false,
"vehicleBodyTypeMinivan": false,
"vehicleBodyTypeSedan": false,
"vehicleBodyTypeSuv": true,
"vehicleBodyTypeTruck": false,
"vehicleBodyTypeVan": false,
"vehicleBodyTypeWagon": false,
"vehicleClassCompact": false,
"vehicleClassExotic": false,
"vehicleClassLuxury": false,
"vehicleClassMainstream": true,
"vehicleDoorsFewest": 4,
"vehicleDoorsMost": 4,
"vehicleDriveType4Wd": false,
"vehicleDriveType4X2": false,
"vehicleDriveType4X4": false,
"vehicleDriveTypeAwd": true,
"vehicleDriveTypeFwd": false,
"vehicleDriveTypeRwd": false,
"vehicleCylindersFewest": 6,
"vehicleCylindersMost": 6,
"vehicleFuelBioDiesel": false,
"vehicleFuelDiesel": false,
"vehicleFuelFlexFuel": false,
"vehicleFuelGasoline": true,
"vehicleFuelHybrid": false,
"vehicleGvwrLe3K": false,
"vehicleGvwrGt3KLe4K": false,
"vehicleGvwrGt4KLe5K": false,
"vehicleGvwrGt5KLe6K": true,
"vehicleGvwrGt6KLe7K": false,
"vehicleGvwrGt7KLe8K": false,
"vehicleGvwrGt8KLe9K": false,
"vehicleGvwrGt9KLe10K": false,
"vehicleGvwrGt10KLe14K": false,
"vehicleGvwrGt14KLe16K": false,
"vehicleManufacturerBasedAsia": false,
"vehicleManufacturerBasedEuropean": false,
"vehicleManufacturerBasedUsa": false,
"vehicleMsrpMin": 29640,
"vehicleMsrpMax": 29640,
"householdVehicles": 1,
"vehiclePurchasedAnyNew": false,
"vehicleSizeFullSize": false,
"vehicleSizeMidSize": true,
"vehicleSizeSmall": false,
"vehicleSizeSports": false,
"vehicleTransmissionTypeAutomatic": true,
"vehicleTransmissionTypeCvt": false,
"vehicleTransmissionTypeManual": false,
"vehicleTypeCar": false,
"vehicleTypeSuv": true,
"vehicleTypeTruck": false,
"vehicleTypeVan": false,
"vehicleWeightOneTon": false,
"vehicleWeightOverOneTon": false,
"vehicleWeightHalfTon": false,
"vehicleWeightQuarterTon": true,
"vehicleWeightThreeQuarterTon": false,
"vehicleYearEarliest": 2007,
"vehicleYearLatest": 2007,
"vehicleMaxPayload": 1058
},
"vehicles": [
{
"vin": "1XXXXXXXXXXXXXXX",
"make": "Generic",
"model": "MODEL",
"manufacturer": "Generic Motors",
"manufacturerBased": "North America",
"year": 2007,
"fuel": "G",
"msrp": 29640,
"style": "AWD MODEL 4DR CROSSOVER",
"bodyType": "SUV",
"class": "Mainstream",
"doors": 4,
"driveType": "AWD",
"vehicleType": "SUV",
"size": "Mid-Size",
"weight": "1/4",
"maxPayload": 1058,
"trim": "Base",
"engineCylinders": 6,
"transmissionType": "A",
"transmissionGears": 6,
"gvwRange": "5001 to 6000",
"rankOrder": 1
}
],
"finances": {
"householdIncome": "$250K to $299K",
"discretionaryIncome": "$50K to $59K",
"financialPower": 8,
"creditRange": "750 to 799"
},
"companies": [
{
"title": "PRINCIPAL",
"company": "Example Company A",
"address": "123 Main St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 1234567890,
"email": "[email protected]",
"linkedin": "linkedin.com/in/john-doe-123456",
"sic": "8712",
"sicDescription": "Architectural Services"
},
{
"title": "MANAGER",
"company": "Example Company B",
"address": "456 Oak St",
"city": "Anytown",
"state": "ST",
"zip": "12345",
"phone": 2345678901,
"sic": "5961",
"sicDescription": "Catalog and Mail-Order Houses"
},
{
"title": "OWNER",
"company": "John Doe",
"address": "789 Pine St",
"city": "Othertown",
"state": "ST",
"zip": "67890",
"phone": 3456789012,
"linkedin": "linkedin.com/in/john-doe-654321",
"sic": "7231",
"sicDescription": "Beauty Shops"
}
]
}
]
}
}
Updated 8 days ago