SOQL Requests and Responses for Datacloud Objects

Use Salesforce Object Query Language (SOQL) to construct simple but powerful queries to access Data.com contact and company records. Specify the source object (such as DatacloudContact, DatacloudCompany, and DatacloudDandBCompany), a list of fields to retrieve, and conditions for selecting rows in the source object.

By default, the Data.com Search API returns up to 25 records. You can increase the number of returned records to a maximum of 100 by specifying a LIMIT in the query.