Search for New Prospects with the Data.com Search API

When your Data.com Prospector or Data.com Clean contract expires, Data.com features, objects, and fields will be removed from your org. To support customers’ needs around compliance and to remain a leader in trust and privacy, Salesforce removed all contact data from the Data.com service on February 1, 2021.

For more information, see Data.com Prospector and Clean Retirement.

Search two Data.com objects that contain company and person records.

DatacloudContact

Records for people listed in the Data.com database.

Records can be added to Salesforce as contacts and leads.

DatacloudCompany

Records for companies listed in the Data.com database.

Records can be added to Salesforce as accounts.

Use a SOQL query to search either object.

This example shows a SOQL query used to find Data.com contacts. Include the ContactId in the SELECT statement because you need the ContactId to purchase the contact.

The results contain the fields you specified in the SELECT statement. Values for some fields are hidden until you purchase the record.

NumberContactIdLastNameStateIsInactive
13620587M******TXFALSE
234985136L******TXFALSE
38986798F******TXFALSE
441523726H******TXFALSE
533036529S******TXFALSE
647537944B******TXFALSE
79305690S******TXFALSE
822968546S******TXFALSE
942934962A******TXFALSE
1037105936H******TXFALSE
1134374640R******TXFALSE
1240841247C******TXFALSE
1310079485A******TXFALSE
1410282906F******TXFALSE
1543360947S******TXFALSE
1647236006B******TXFALSE

Data.com Search API