Get Started. It's Free
or sign up with your email address
Data.com API by Mind Map: Data.com API

1. about

1.1. Ali Sadat, sr dir pm Data.com

1.2. @alisadat

2. Not org data, but rather global salesforce data

2.1. including D&B database

2.2. you get masked data which you can purchase to get full data

3. Purchase data

3.1. flow

3.1.1. search

3.1.2. retrieve tx id

3.1.3. purchase

4. Supports REST or Apex (SOQL)

4.1. REST

4.1.1. search

4.1.2. purchase

4.1.3. match

4.1.3.1. here's a record, tell me if you have something similar

4.1.3.1.1. fuzzy search

4.1.3.2. returns a single result that with high confidence matches the record provided

4.1.3.3. also returns the diff between the request & the found match

4.1.3.4. should provide as much information as possible

4.1.4. retrieve

4.1.4.1. returns companies from D&B database

4.1.5. ...

5. Datacloud (External) sObjects

5.1. e.g.

5.1.1. search companies who's name is like ...

5.1.2. search companies from city ...

5.1.3. New Node

5.1.4. search contacts with name like ...

5.2. API looks like regular Force.com API

5.3. entities

5.3.1. DataCloudCompany

5.3.2. DatacloudContact

5.3.2.1. some fields are masked