BusinessSearchResult
A result returned from searching for a business in Experian's and/or D&B's APIs.
type BusinessSearchResult {
address: String @deprecated
businessAddress: Address
city: String @deprecated
confidence: Int
dataSource: DataSource
duns: String
equifaxID: String
experianBIN: String
explicitBIN: Boolean @deprecated
explicitDuns: Boolean @deprecated
extendedZip: String @deprecated
id: String
name: String
phone: String
state: String @deprecated
street: [String] @deprecated
zip: String @deprecated
}
Fields
BusinessSearchResult.address
● String
deprecated scalar
See the businessAddress field instead.
The street address. May contain newlines.
BusinessSearchResult.businessAddress
● Address
object
The address, city, state, zip of the business
BusinessSearchResult.city
● String
deprecated scalar
See the businessAddress field instead.
The city in which the address is located Example: Washington
BusinessSearchResult.confidence
● Int
scalar
If searching Experian, the percentage confidence this is a match. This field is not populated if searching Dun and Bradstreet.
BusinessSearchResult.dataSource
● DataSource
enum
Which credit bureau the result was gathered from.
BusinessSearchResult.duns
● String
scalar
The business's 9 digit Dun and Bradstreet number Example: 072959232
BusinessSearchResult.equifaxID
● String
scalar
The business's 9 digit alphanumeric Equifax identifier Example: 700325241
BusinessSearchResult.experianBIN
● String
scalar
The business's 9 digit alphanumeric Experian identifier Example: 700325241
BusinessSearchResult.explicitBIN
● Boolean
deprecated scalar
No longer valid for businesses not linked to accounts. Always false.
True if experianBIN was set manually. False if set by Nav's auto match process.
BusinessSearchResult.explicitDuns
● Boolean
deprecated scalar
No longer valid for businesses not linked to accounts. Always false.
True if duns was set manually. False if set by Nav's auto match process.
BusinessSearchResult.extendedZip
● String
deprecated scalar
See the businessAddress field instead.
The remainder of the zip code when the zip code is longer than five digits
BusinessSearchResult.id
● String
scalar
The search result ID. Used when selecting the correct business.
BusinessSearchResult.name
● String
scalar
The name of the business
BusinessSearchResult.phone
● String
scalar
A phone number in E.164 format. For US numbers this is the 10 digit number prefixed with +1. Example: +18552268388
BusinessSearchResult.state
● String
deprecated scalar
See the businessAddress field instead.
The two-letter code for the state in which the address city is located Example: DC
BusinessSearchResult.street
● [String]
deprecated list scalar
See the businessAddress field instead.
The business street address, represented as an array of strings, with one string per line. Example: ['The White House', '1600 Pennsylvania Av.']
BusinessSearchResult.zip
● String
deprecated scalar
See the businessAddress field instead.
The 5 digit zip code where the address is located
Returned By
searchSimilarBusinesses
query