Cookies Settings

Loading

dnb-logo
Partners
Collapse

Partner Build-A-List Search

ProductD&B Direct+
Featuredataexchange
Version1.0
Options(s)query
View(s)n/a
Monitor optionNo
InterfaceREST
MethodGET + POST
Format(s)JSON
Released onJuly 31, 2015

This API provides a flexible search capability that utilizes a contextual query language (CQL) input based on the ElasticSearch query DSL (domain specific language).

Update History

No modifications have been made to this data layer since the initial release.

Feature Request

D&B Direct+ API calls utilize access tokens - generated from a key/secret combination - for authentication based on the Client Credentials Grant flow of the OAuth 2 specification. These access tokens expire after twenty-four hours. The error code 00040 indicates the current access token being used has expired.

Contact your D&B representative to obtain your D&B Direct+ key/secret combination. These values, along with any access tokens generated, should be considered as sensitive as a password, and must be used only by authorized parties as stated in the D&B Direct+ API agreement.

Refer to "Understanding the D&B Direct+ API Authentication Flow" for more details on the steps involved in authenticating.

Query Parameter Formatting

Feature requests may leverage the query string parameter "q=" with a simple text string that the search will attempt to match against any of the fields designated as searchable. For a more complex search, build a query string following the Lucene query parser syntax to filter on specific fields (e.g., fieldname:value).

Here are some examples:

  • "q=Gorman" will return records where the text "Gorman" is found in any of the searchable fields.
  • "q=name:Gorman&telephone:6505550000" will return records where the company name contains the text "Gorman" and the telephone field is (650) 555-0000.

Specification

When implementing this feature, a valid query string will be required. Pagination options also exist.

All D&B Direct+ function calls require the use of a secured connection (i.e. https).

Append the query string onto the following endpoint: /dataexchange/organization-search?query= {query}.

Sample Request (GET)
GET https://plus.dnb.com/v1/dataexchange/organization-search?query=q%3Dname%3AGorman
Authorization: Bearer <yourToken> (from Authentication call)
Origin: www.dnb.com

This option is also available as a POST operation, where the additional parameters (query, offset, size) are submitted in the [BODY] of the request.

Sample Request (POST)
POST https://plus.dnb.com/v1/dataexchange/organization-search
Authorization: Bearer <yourToken> (from Authentication call)
Origin: www.dnb.com

[BODY]
{
	"query": "q=name:Gorman",
	"offset": 0,
	"size": 0
}

Pagination

To control the number of results in each response, you may append a page {size} and starting {offset} to the endpoint. The following example "&offset=3&size=25" would be interpreted as meaning "return the third page of results, where each page contains twenty-five records" OR "record numbers 51 to 75 in the results."

For Customers using Postman (Optional)

Postman is a Google Chrome plug-in that allows you to make API calls and inspect responses from within a browser environment. The following Postman collection is available for making calls to these features.

Direct+ Postman collection for dataexchange
DeX.plus.dnb.com.json.postman_collection

Refer to "Interacting with the D&B Data Exchange+ API Using Postman" for more details on how to quickly and easily make API calls. The consumer key/secret credentials will be required.

Feature Response

Specification

Sample Response
{
    "count": 3000000,
    "links": {
        "self": "/v1/organization-search?query=dnb.duns>009122532&offset=0&size=100",
        "next": "/v1/organization-search?query=dnb.duns>009122532&offset=100&size=100",
        "previous": null,
        "first": "/v1/organization-search?query=dnb.duns>009122532&offset=0&size=100",
        "last": null
    },
    "items": [
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 1130795,
                "telephone": {
                    "telephone": "+19056896184"
                },
                "tradestyle": "",
                "employeesHere": 9,
                "sic": {
                    "sic": [
                        "5421",
                        "5147"
                    ]
                },
                "employeesTotal": 9,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L0R 2H2",
                    "addressLocality": "WATERDOWN",
                    "addressRegion": "ON"
                },
                "name": "Millgrove Packers Co Ltd",
                "duns": "201305422"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+16042542889"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "7389"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V6A 1R8",
                    "addressLocality": "Vancouver",
                    "addressRegion": "BC"
                },
                "name": "North South Cafe Snack Bar",
                "duns": "201313850"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 94233,
                "telephone": {
                    "telephone": "+14162840473"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "7371"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M1E 2J4",
                    "addressLocality": "TORONTO",
                    "addressRegion": "ON"
                },
                "name": "Cockwell, G",
                "duns": "201322786"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 131885,
                "telephone": {
                    "telephone": "+19058898780"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "0191"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L4B 2Z9",
                    "addressLocality": "RICHMOND HILL",
                    "addressRegion": "ON"
                },
                "name": "Dawalibi, Norbert",
                "duns": "201325235"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14163583730"
                },
                "tradestyle": "Niagara Printing & Postcards",
                "employeesHere": 4,
                "sic": {
                    "sic": [
                        "2752"
                    ]
                },
                "employeesTotal": 4,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L2G 3S4",
                    "addressLocality": "NIAGARA FALLS",
                    "addressRegion": "ON"
                },
                "name": "Speck Charles",
                "duns": "201329547"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 20,
                "sic": {
                    "sic": [
                        "3599"
                    ]
                },
                "employeesTotal": 20,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L6L 2X5",
                    "addressLocality": "OAKVILLE",
                    "addressRegion": "ON"
                },
                "name": "Coleman Machine & Tool Co Ltd",
                "duns": "201341781"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 282150,
                "telephone": {
                    "telephone": "+14036204476"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "1541"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T2J 5H9",
                    "addressLocality": "Calgary",
                    "addressRegion": "AB"
                },
                "name": "Double D Construction",
                "duns": "200482755"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 753863,
                "telephone": {
                    "telephone": "+12047740465"
                },
                "tradestyle": "",
                "employeesHere": 10,
                "sic": {
                    "sic": [
                        "8021"
                    ]
                },
                "employeesTotal": 10,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "R3C 3X1",
                    "addressLocality": "WINNIPEG",
                    "addressRegion": "MB"
                },
                "name": "Finkleman, Dr A. H.",
                "duns": "200494370"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+16139695537"
                },
                "tradestyle": "",
                "employeesHere": 7,
                "sic": {
                    "sic": [
                        "5541",
                        "7538",
                        "5521",
                        "7532"
                    ]
                },
                "employeesTotal": 10,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "K0K 2B0",
                    "addressLocality": "FOXBORO",
                    "addressRegion": "ON"
                },
                "name": "Sutherland Auto Service & Sales",
                "duns": "200494813"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 36645,
                "telephone": {
                    "telephone": "+15196231804"
                },
                "tradestyle": "Coleman Craft",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "3299",
                        "3732",
                        "3711"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N1R 2H2",
                    "addressLocality": "CAMBRIDGE",
                    "addressRegion": "ON"
                },
                "name": "Coleman Craft Limited, The",
                "duns": "200496701"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 30,
                "sic": {
                    "sic": [
                        "5651",
                        "5611"
                    ]
                },
                "employeesTotal": 30,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "H4P 1W9",
                    "addressLocality": "Montréal",
                    "addressRegion": "QC"
                },
                "name": "Code One Trading Inc",
                "duns": "200501935"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 343560,
                "telephone": {
                    "telephone": "+15144862301"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "8742"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "H3Z 3B9",
                    "addressLocality": "WESTMOUNT",
                    "addressRegion": "QC"
                },
                "name": "Capacite Snapshot Inc., La",
                "duns": "200507692"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "1761"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L3M 1Y5",
                    "addressLocality": "GRIMSBY",
                    "addressRegion": "ON"
                },
                "name": "Grimsby Metal Products",
                "duns": "200513497"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 2130450,
                "telephone": {
                    "telephone": "+15198244925"
                },
                "tradestyle": "",
                "employeesHere": 21,
                "sic": {
                    "sic": [
                        "5722",
                        "7629",
                        "7699"
                    ]
                },
                "employeesTotal": 21,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N1H 7M1",
                    "addressLocality": "GUELPH",
                    "addressRegion": "ON"
                },
                "name": "Shuh Appliances Ltd",
                "duns": "200518702"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 310969,
                "telephone": {
                    "telephone": "+15149200733"
                },
                "tradestyle": "E.B.M. Technologie",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "5169",
                        "5084"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "H4S 1N5",
                    "addressLocality": "SAINT-LAURENT",
                    "addressRegion": "QC"
                },
                "name": "9074-5647 Québec Inc",
                "duns": "200518764"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+15198362210"
                },
                "tradestyle": "",
                "employeesHere": 10,
                "sic": {
                    "sic": [
                        "7532"
                    ]
                },
                "employeesTotal": 10,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N1H 3V1",
                    "addressLocality": "GUELPH",
                    "addressRegion": "ON"
                },
                "name": "Muller Bros Limited",
                "duns": "200519015"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+16042699040"
                },
                "tradestyle": "",
                "employeesHere": 2,
                "sic": {
                    "sic": [
                        "5182"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V5T 4S7",
                    "addressLocality": "VANCOUVER",
                    "addressRegion": "BC"
                },
                "name": "Free House Wine & Spirits Ltd",
                "duns": "200519325"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 7350166,
                "telephone": {
                    "telephone": "+14167666196"
                },
                "tradestyle": "Shoppers Drug Mart",
                "employeesHere": 40,
                "sic": {
                    "sic": [
                        "5912"
                    ]
                },
                "employeesTotal": 40,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M8Y 1H6",
                    "addressLocality": "ETOBICOKE",
                    "addressRegion": "ON"
                },
                "name": "Warrian, Karen Pharmacy",
                "duns": "200519440"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 98407,
                "telephone": {
                    "telephone": "+14186295256"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "2732"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "H1M 1T1",
                    "addressLocality": "ANJOU",
                    "addressRegion": "QC"
                },
                "name": "Impressions DB Inc",
                "duns": "200519945"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 4,
                "sic": {
                    "sic": [
                        "2253"
                    ]
                },
                "employeesTotal": 4,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M4B 3M2",
                    "addressLocality": "TORONTO",
                    "addressRegion": "ON"
                },
                "name": "K.G. Knitting Inc",
                "duns": "200520000"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 1225028,
                "telephone": {
                    "telephone": "+15198223381"
                },
                "tradestyle": "Steele Bros",
                "employeesHere": 12,
                "sic": {
                    "sic": [
                        "3492",
                        "3495"
                    ]
                },
                "employeesTotal": 12,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N1E 5T6",
                    "addressLocality": "GUELPH",
                    "addressRegion": "ON"
                },
                "name": "Steele Bros (Guelph, 1986) Limited",
                "duns": "200520310"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+15065338350"
                },
                "tradestyle": "",
                "employeesHere": 30,
                "sic": {
                    "sic": [
                        "2448",
                        "7699",
                        "4953",
                        "4212"
                    ]
                },
                "employeesTotal": 30,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "E4P 3P2",
                    "addressLocality": "SCOUDOUC",
                    "addressRegion": "NB"
                },
                "name": "East Coast Pallets & Recyclers Inc",
                "duns": "200520372"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 4,
                "sic": {
                    "sic": [
                        "5992",
                        "5193"
                    ]
                },
                "employeesTotal": 4,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L4W 4Y4",
                    "addressLocality": "MISSISSAUGA",
                    "addressRegion": "ON"
                },
                "name": "Bloomen Networks Inc",
                "duns": "200520505"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+15198223610"
                },
                "tradestyle": "",
                "employeesHere": 7,
                "sic": {
                    "sic": [
                        "1542"
                    ]
                },
                "employeesTotal": 7,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N1H 1A8",
                    "addressLocality": "GUELPH",
                    "addressRegion": "ON"
                },
                "name": "Welcon Limited",
                "duns": "200520930"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+15148749499"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "5611",
                        "5621",
                        "5941"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "H3B 1K1",
                    "addressLocality": "Montréal",
                    "addressRegion": "QC"
                },
                "name": "Modes NYC Inc",
                "duns": "200520992"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "2411",
                        "2421"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "K0L 1W0",
                    "addressLocality": "GILMOUR",
                    "addressRegion": "ON"
                },
                "name": "Cooney Bros Lumber",
                "duns": "200521243"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 137424,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "7514"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N7M 3G1",
                    "addressLocality": "CHATHAM",
                    "addressRegion": "ON"
                },
                "name": "Alamo Rent A Car",
                "duns": "200521274"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 5,
                "sic": {
                    "sic": [
                        "6712"
                    ]
                },
                "employeesTotal": 5,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L8E 3C5",
                    "addressLocality": "HAMILTON",
                    "addressRegion": "ON"
                },
                "name": "Adap Sheet Metal Company Ltd",
                "duns": "200524064"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 30,
                "sic": {
                    "sic": [
                        "3441"
                    ]
                },
                "employeesTotal": 30,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T6E 0B6",
                    "addressLocality": "EDMONTON",
                    "addressRegion": "AB"
                },
                "name": "Acumen Steel Inc",
                "duns": "200524879"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "6411",
                        "6712"
                    ]
                },
                "employeesTotal": 550,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T2P 2Z2",
                    "addressLocality": "CALGARY",
                    "addressRegion": "AB"
                },
                "name": "866295 Alberta Ltd",
                "duns": "200524994"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 4711645,
                "telephone": {
                    "telephone": "+15064528558"
                },
                "tradestyle": "",
                "employeesHere": 25,
                "sic": {
                    "sic": [
                        "6211",
                        "7371"
                    ]
                },
                "employeesTotal": 25,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "E3C 2N5",
                    "addressLocality": "FREDERICTON",
                    "addressRegion": "NB"
                },
                "name": "Bulletproof Solutions Inc",
                "duns": "200526262"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 3109686,
                "telephone": {
                    "telephone": "+19053886268"
                },
                "tradestyle": "Westcliffe Home Hardware",
                "employeesHere": 25,
                "sic": {
                    "sic": [
                        "5251",
                        "5231",
                        "7389",
                        "7999"
                    ]
                },
                "employeesTotal": 25,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L9C 1X6",
                    "addressLocality": "HAMILTON",
                    "addressRegion": "ON"
                },
                "name": "484446 Ontario Inc",
                "duns": "200526457"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14185987914"
                },
                "tradestyle": "Depanneur Petro-Canada",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "5411",
                        "5541"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "G0R 3G0",
                    "addressLocality": "Saint-Jean-Port-Joli",
                    "addressRegion": "QC"
                },
                "name": "Petro-Canada",
                "duns": "200526510"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 9,
                "sic": {
                    "sic": [
                        "2992"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L8H 3T6",
                    "addressLocality": "HAMILTON",
                    "addressRegion": "ON"
                },
                "name": "Bell Chemicals Limited",
                "duns": "200526572"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 3015453,
                "telephone": {
                    "telephone": "+17806323839"
                },
                "tradestyle": "",
                "employeesHere": 13,
                "sic": {
                    "sic": [
                        "3448"
                    ]
                },
                "employeesTotal": 13,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T9C 1V5",
                    "addressLocality": "VEGREVILLE",
                    "addressRegion": "AB"
                },
                "name": "Canalta Panels Ltd",
                "duns": "200526767"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 2,
                "sic": {
                    "sic": [
                        "4813"
                    ]
                },
                "employeesTotal": 2,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "H2Y 2P4",
                    "addressLocality": "Montréal",
                    "addressRegion": "QC"
                },
                "name": "9093-0645 Québec Inc",
                "duns": "200527195"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "Canadian Building Materials",
                "employeesHere": 5,
                "sic": {
                    "sic": [
                        "3273"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N0M 2M0",
                    "addressLocality": "THAMESFORD",
                    "addressRegion": "ON"
                },
                "name": "St. Marys Cement Inc (Canada)",
                "duns": "200527443"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 0,
                "sic": {
                    "sic": [
                        "5812"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M4S 1Z8",
                    "addressLocality": "Toronto",
                    "addressRegion": "ON"
                },
                "name": "Sapore",
                "duns": "200532005"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 0,
                "sic": {
                    "sic": [
                        "6712"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M2K 2J8",
                    "addressLocality": "Toronto",
                    "addressRegion": "ON"
                },
                "name": "Office Design Solutions",
                "duns": "200532377"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 0,
                "sic": {
                    "sic": [
                        "6712"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N6H 4G5",
                    "addressLocality": "London",
                    "addressRegion": "ON"
                },
                "name": "Mr Hugs Donuts Coffee",
                "duns": "200545700"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 0,
                "sic": {
                    "sic": [
                        "6712"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M1G 3G3",
                    "addressLocality": "Toronto",
                    "addressRegion": "ON"
                },
                "name": "Intak International",
                "duns": "200549454"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "5812"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L8H 3Z4",
                    "addressLocality": "HAMILTON",
                    "addressRegion": "ON"
                },
                "name": "Tops Restaurant",
                "duns": "200558948"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 2536250,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 5,
                "sic": {
                    "sic": [
                        "5511"
                    ]
                },
                "employeesTotal": 5,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "G6W 5M6",
                    "addressLocality": "SAINT-ROMUALD",
                    "addressRegion": "QC"
                },
                "name": "Courtier Auto 1er Choix",
                "duns": "200559770"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+12505615314"
                },
                "tradestyle": "Correctional Service of Canada",
                "employeesHere": 20,
                "sic": {
                    "sic": [
                        "9223"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V2L 4X3",
                    "addressLocality": "PRINCE GEORGE",
                    "addressRegion": "BC"
                },
                "name": "Public Safety Canada",
                "duns": "200560246"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 2450055,
                "telephone": {
                    "telephone": "+19056020200"
                },
                "tradestyle": "",
                "employeesHere": 8,
                "sic": {
                    "sic": [
                        "4731"
                    ]
                },
                "employeesTotal": 8,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L4W 5B2",
                    "addressLocality": "MISSISSAUGA",
                    "addressRegion": "ON"
                },
                "name": "BDP Canada ULC",
                "duns": "200563935"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "EF Group",
                "employeesHere": 27,
                "sic": {
                    "sic": [
                        "7359"
                    ]
                },
                "employeesTotal": 40,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V6E 3C9",
                    "addressLocality": "Vancouver",
                    "addressRegion": "BC"
                },
                "name": "Electronic Financial Group Ltd",
                "duns": "200564248"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 4461886,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 5,
                "sic": {
                    "sic": [
                        "1381",
                        "1781"
                    ]
                },
                "employeesTotal": 5,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T4B 2T9",
                    "addressLocality": "Airdrie",
                    "addressRegion": "AB"
                },
                "name": "Becker Drilling Inc",
                "duns": "200569072"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 1916100,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 4,
                "sic": {
                    "sic": [
                        "5153"
                    ]
                },
                "employeesTotal": 4,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "R0G 0E0",
                    "addressLocality": "Brunkild",
                    "addressRegion": "MB"
                },
                "name": "Prairie Commodities Ltd",
                "duns": "200595952"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 607331,
                "telephone": {
                    "telephone": "+13067342433"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "5083",
                        "7699"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "S0G 0V0",
                    "addressLocality": "CRAIK",
                    "addressRegion": "SK"
                },
                "name": "Number 11 Farm Equipment Company Ltd",
                "duns": "200607752"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 565397,
                "telephone": {
                    "telephone": "+13065492255"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "5211",
                        "1522"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "S0J 1A0",
                    "addressLocality": "HAFFORD",
                    "addressRegion": "SK"
                },
                "name": "Kuzyk & Sons Lumber Yards",
                "duns": "200622546"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 471165,
                "telephone": {
                    "telephone": "+14166633911"
                },
                "tradestyle": "ARG Group",
                "employeesHere": 5,
                "sic": {
                    "sic": [
                        "1741"
                    ]
                },
                "employeesTotal": 5,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L4K 1N3",
                    "addressLocality": "CONCORD",
                    "addressRegion": "ON"
                },
                "name": "Arbor Masonry Limited",
                "duns": "200633290"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+12046758897"
                },
                "tradestyle": "Churchill Conservation Natural Resource Office",
                "employeesHere": 5,
                "sic": {
                    "sic": [
                        "9641"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "R0B 0E0",
                    "addressLocality": "CHURCHILL",
                    "addressRegion": "MB"
                },
                "name": "Province of Manitoba",
                "duns": "200633423"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+16137332300"
                },
                "tradestyle": "Blossom Park Branch",
                "employeesHere": 16,
                "sic": {
                    "sic": [
                        "8231"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "K1T 1N8",
                    "addressLocality": "GLOUCESTER",
                    "addressRegion": "ON"
                },
                "name": "Ottawa Public Library Board",
                "duns": "200636749"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14166316669"
                },
                "tradestyle": "",
                "employeesHere": 4,
                "sic": {
                    "sic": [
                        "8011"
                    ]
                },
                "employeesTotal": 4,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M3M 3E5",
                    "addressLocality": "Toronto",
                    "addressRegion": "ON"
                },
                "name": "Starr, Stephen MD",
                "duns": "200639685"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 8,
                "sic": {
                    "sic": [
                        "5411"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "X0E 0R1",
                    "addressLocality": "HAY RIVER",
                    "addressRegion": "NT"
                },
                "name": "J.I.G. Klassen Ltd",
                "duns": "200646755"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+16043212141"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "8399"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V5X 1X7",
                    "addressLocality": "Vancouver",
                    "addressRegion": "BC"
                },
                "name": "Schwing Enterprises Inc",
                "duns": "200647936"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 477023,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "5211",
                        "1521"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "S0K 2Y0",
                    "addressLocality": "Muenster",
                    "addressRegion": "SK"
                },
                "name": "Varga's Lumber Co Ltd",
                "duns": "200652675"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+13063325588"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "8699"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "S0G 1S0",
                    "addressLocality": "FORT QU'APPELLE",
                    "addressRegion": "SK"
                },
                "name": "Metis Employment & Training of Saskatchewan Inc",
                "duns": "200659188"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 848096,
                "telephone": {
                    "telephone": "+17804483639"
                },
                "tradestyle": "Engel Brubaker",
                "employeesHere": 8,
                "sic": {
                    "sic": [
                        "8111"
                    ]
                },
                "employeesTotal": 8,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T5J 3H1",
                    "addressLocality": "EDMONTON",
                    "addressRegion": "AB"
                },
                "name": "Engel Law Office",
                "duns": "200660616"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 10931016,
                "telephone": {
                    "telephone": "+13067636454"
                },
                "tradestyle": "",
                "employeesHere": 20,
                "sic": {
                    "sic": [
                        "5083"
                    ]
                },
                "employeesTotal": 40,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "S6W 1A4",
                    "addressLocality": "PRINCE ALBERT",
                    "addressRegion": "SK"
                },
                "name": "Moker & Thompson Implements Ltd",
                "duns": "200664308"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 243480,
                "telephone": {
                    "telephone": "+16045359141"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "8021"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V4B 3Z6",
                    "addressLocality": "WHITE ROCK",
                    "addressRegion": "BC"
                },
                "name": "Barker, Dr Tim Inc",
                "duns": "200672231"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14163926910"
                },
                "tradestyle": "Spadina Historic House & Gardens",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "8412"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M5R 2V5",
                    "addressLocality": "Toronto",
                    "addressRegion": "ON"
                },
                "name": "Corporation of the City of Toronto",
                "duns": "200678493"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 245006,
                "telephone": {
                    "telephone": "+14037422553"
                },
                "tradestyle": "",
                "employeesHere": 4,
                "sic": {
                    "sic": [
                        "8041"
                    ]
                },
                "employeesTotal": 4,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T0C 2L2",
                    "addressLocality": "STETTLER",
                    "addressRegion": "AB"
                },
                "name": "Becklund, Dennis Dc",
                "duns": "200686009"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+17804969758"
                },
                "tradestyle": "Boardwalk Centre",
                "employeesHere": 6,
                "sic": {
                    "sic": [
                        "6513"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T5H 4E9",
                    "addressLocality": "EDMONTON",
                    "addressRegion": "AB"
                },
                "name": "Boardwalk REIT Limited Partnership",
                "duns": "200691306"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 391550,
                "telephone": {
                    "telephone": "+13069313323"
                },
                "tradestyle": "",
                "employeesHere": 7,
                "sic": {
                    "sic": [
                        "2434",
                        "2431"
                    ]
                },
                "employeesTotal": 7,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "S7K 5Z4",
                    "addressLocality": "SASKATOON",
                    "addressRegion": "SK"
                },
                "name": "Fitzgerald Cabinets & Millwork Ltd",
                "duns": "200694800"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 243480,
                "telephone": {
                    "telephone": "+19058202123"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "8021"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L5A 4E4",
                    "addressLocality": "MISSISSAUGA",
                    "addressRegion": "ON"
                },
                "name": "Bazydlo, Dr E",
                "duns": "200729296"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+12507581157"
                },
                "tradestyle": "Greater Nanaimo Polution Control Center",
                "employeesHere": 10,
                "sic": {
                    "sic": [
                        "4953"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V9T 5A8",
                    "addressLocality": "NANAIMO",
                    "addressRegion": "BC"
                },
                "name": "Regional District Of Nanaimo",
                "duns": "200729429"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 122503,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "1389",
                        "4213"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T5B 0G6",
                    "addressLocality": "EDMONTON",
                    "addressRegion": "AB"
                },
                "name": "Blaze Enterprises Ltd",
                "duns": "200729544"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 1115950,
                "telephone": {
                    "telephone": "+17803883967"
                },
                "tradestyle": "Seely's General",
                "employeesHere": 7,
                "sic": {
                    "sic": [
                        "5411",
                        "5541",
                        "5531"
                    ]
                },
                "employeesTotal": 7,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T0C 0A0",
                    "addressLocality": "ALDER FLATS",
                    "addressRegion": "AB"
                },
                "name": "824440 Alberta Ltd",
                "duns": "200730281"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 100,
                "sic": {
                    "sic": [
                        "6162"
                    ]
                },
                "employeesTotal": 100,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M3J 3H7",
                    "addressLocality": "NORTH YORK",
                    "addressRegion": "ON"
                },
                "name": "R E Active Mortgages",
                "duns": "200761919"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+19057758889"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "3499"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L3Z 2A4",
                    "addressLocality": "BRADFORD",
                    "addressRegion": "ON"
                },
                "name": "A-1 Awards",
                "duns": "200767171"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 169619,
                "telephone": {
                    "telephone": "+14032636600"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "8999"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T2P 1N3",
                    "addressLocality": "CALGARY",
                    "addressRegion": "AB"
                },
                "name": "Dyad Engineering Ltd",
                "duns": "200767481"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+12503801935"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "5084"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V8Z 3P4",
                    "addressLocality": "VICTORIA",
                    "addressRegion": "BC"
                },
                "name": "Airmax Air Purification Systems Inc",
                "duns": "200768237"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "Baker Oil Treating",
                "employeesHere": 40,
                "sic": {
                    "sic": [
                        "5169"
                    ]
                },
                "employeesTotal": 40,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T2C 1W3",
                    "addressLocality": "CALGARY",
                    "addressRegion": "AB"
                },
                "name": "Magnachem Limited",
                "duns": "200768547"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+16048992111"
                },
                "tradestyle": "Comar Sports",
                "employeesHere": 20,
                "sic": {
                    "sic": [
                        "5699"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V6E 3V7",
                    "addressLocality": "VANCOUVER",
                    "addressRegion": "BC"
                },
                "name": "Comor Sports Centre Ltd.",
                "duns": "200786866"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 6,
                "sic": {
                    "sic": [
                        "1311",
                        "1382"
                    ]
                },
                "employeesTotal": 6,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T2P 3P8",
                    "addressLocality": "Calgary",
                    "addressRegion": "AB"
                },
                "name": "Western Decalta Petroleum (1977) Limited",
                "duns": "200787117"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+19059385016"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "5948"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L2N 4P7",
                    "addressLocality": "ST CATHARINES",
                    "addressRegion": "ON"
                },
                "name": "Leather Bazaar, The",
                "duns": "200787179"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14167552442"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "7812"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M1R 1Z4",
                    "addressLocality": "Toronto",
                    "addressRegion": "ON"
                },
                "name": "Arani Video",
                "duns": "200787294"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 753863,
                "telephone": {
                    "telephone": "+14162970300"
                },
                "tradestyle": "",
                "employeesHere": 4,
                "sic": {
                    "sic": [
                        "6211"
                    ]
                },
                "employeesTotal": 4,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L3R 9V1",
                    "addressLocality": "MARKHAM",
                    "addressRegion": "ON"
                },
                "name": "Canaforce Security Group Ltd",
                "duns": "200787427"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 1601959,
                "telephone": {
                    "telephone": "+14162929642"
                },
                "tradestyle": "Cottonwear Manufacturing Co",
                "employeesHere": 20,
                "sic": {
                    "sic": [
                        "7389"
                    ]
                },
                "employeesTotal": 20,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M1P 3E6",
                    "addressLocality": "SCARBOROUGH",
                    "addressRegion": "ON"
                },
                "name": "1344287 Ontario Limited",
                "duns": "200787542"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14167543777"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "5087"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M1S 4N6",
                    "addressLocality": "TORONTO",
                    "addressRegion": "ON"
                },
                "name": "Gee-Gee'S Hair & Beauty Supplies",
                "duns": "200787799"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 564300,
                "telephone": {
                    "telephone": "+14163981422"
                },
                "tradestyle": "",
                "employeesHere": 10,
                "sic": {
                    "sic": [
                        "8211"
                    ]
                },
                "employeesTotal": 10,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M3H 2T5",
                    "addressLocality": "North York",
                    "addressRegion": "ON"
                },
                "name": "Kaveh Educational Centre Inc",
                "duns": "200793037"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 3769316,
                "telephone": {
                    "telephone": "+15192587994"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "6099"
                    ]
                },
                "employeesTotal": 3,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N8Y 2M9",
                    "addressLocality": "WINDSOR",
                    "addressRegion": "ON"
                },
                "name": "Windsor Station Currency Exchange",
                "duns": "200795545"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14164234157"
                },
                "tradestyle": "",
                "employeesHere": 3,
                "sic": {
                    "sic": [
                        "1623"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M4G 1Z4",
                    "addressLocality": "TORONTO",
                    "addressRegion": "ON"
                },
                "name": "Aecon Construction Group Inc",
                "duns": "200812589"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14163358168"
                },
                "tradestyle": "",
                "employeesHere": 2,
                "sic": {
                    "sic": [
                        "1711"
                    ]
                },
                "employeesTotal": 2,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M1S 1V2",
                    "addressLocality": "Toronto",
                    "addressRegion": "ON"
                },
                "name": "Darling Gas Heating & Air Conditioning",
                "duns": "200823271"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "Husky Corner Store",
                "employeesHere": 10,
                "sic": {
                    "sic": [
                        "5541"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "V4R 1W2",
                    "addressLocality": "MAPLE RIDGE",
                    "addressRegion": "BC"
                },
                "name": "Husky Energy Inc",
                "duns": "200848856"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 131885,
                "telephone": {
                    "telephone": "+16134723535"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "6531"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "K0K 2M0",
                    "addressLocality": "MARMORA",
                    "addressRegion": "ON"
                },
                "name": "Re Max Empire Realty Ltd",
                "duns": "200848971"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+17054947079"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "7389"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "P1A 1X7",
                    "addressLocality": "North Bay",
                    "addressRegion": "ON"
                },
                "name": "Love's Auction Service",
                "duns": "200854581"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14035533397"
                },
                "tradestyle": "",
                "employeesHere": 4,
                "sic": {
                    "sic": [
                        "1711"
                    ]
                },
                "employeesTotal": 4,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T0L 0Z0",
                    "addressLocality": "FORT MACLEOD",
                    "addressRegion": "AB"
                },
                "name": "Edgar J. C. & Sons Ltd.",
                "duns": "200856664"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+19056682225"
                },
                "tradestyle": "Leslie McFarlane Elementary School",
                "employeesHere": 30,
                "sic": {
                    "sic": [
                        "8211"
                    ]
                },
                "employeesTotal": 0,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L1N 3W4",
                    "addressLocality": "WHITBY",
                    "addressRegion": "ON"
                },
                "name": "Durham District School Board",
                "duns": "200870215"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14037826371"
                },
                "tradestyle": "",
                "employeesHere": 8,
                "sic": {
                    "sic": [
                        "5541",
                        "5571"
                    ]
                },
                "employeesTotal": 8,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T0C 1S0",
                    "addressLocality": "LACOMBE",
                    "addressRegion": "AB"
                },
                "name": "Dun-Rite Motors Ltd",
                "duns": "200874022"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {},
                "tradestyle": "",
                "employeesHere": 2,
                "sic": {
                    "sic": [
                        "3471",
                        "5013"
                    ]
                },
                "employeesTotal": 2,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "T1A 2J7",
                    "addressLocality": "MEDICINE HAT",
                    "addressRegion": "AB"
                },
                "name": "Zelmor Automotive Ltd",
                "duns": "200890648"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 386355,
                "telephone": {
                    "telephone": "+15195821112"
                },
                "tradestyle": "Godfather Pizza & Subs",
                "employeesHere": 10,
                "sic": {
                    "sic": [
                        "5812"
                    ]
                },
                "employeesTotal": 10,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N4B 2B3",
                    "addressLocality": "DELHI",
                    "addressRegion": "ON"
                },
                "name": "Tri-Group Management",
                "duns": "200895410"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+15199740696"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "3911"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N8Y 4B8",
                    "addressLocality": "Windsor",
                    "addressRegion": "ON"
                },
                "name": "Kishek Alfred & Sons Canada Ltd",
                "duns": "200896095"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+15198395589"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "5093"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N0R 1B0",
                    "addressLocality": "Cottam",
                    "addressRegion": "ON"
                },
                "name": "Steinhoff Scrap",
                "duns": "200896343"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 61251,
                "telephone": {
                    "telephone": "+19057277463"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "8041"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "L4G 6K9",
                    "addressLocality": "AURORA",
                    "addressRegion": "ON"
                },
                "name": "Tamir, Dr Shai",
                "duns": "200896848"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 207312,
                "telephone": {
                    "telephone": "+19027427801"
                },
                "tradestyle": "",
                "employeesHere": 6,
                "sic": {
                    "sic": [
                        "4121"
                    ]
                },
                "employeesTotal": 6,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "B5A 3X1",
                    "addressLocality": "YARMOUTH",
                    "addressRegion": "NS"
                },
                "name": "Yarmouth Town Taxi",
                "duns": "200899669"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 0,
                "telephone": {
                    "telephone": "+14167427601"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "7997"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M9V 1A6",
                    "addressLocality": "Toronto",
                    "addressRegion": "ON"
                },
                "name": "Rexdale Knights Soccer League",
                "duns": "200963382"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 37693,
                "telephone": {
                    "telephone": "+15196864220"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "7219"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "N6E 2J2",
                    "addressLocality": "LONDON",
                    "addressRegion": "ON"
                },
                "name": "Barb's Sheer Washing",
                "duns": "200965890"
            }
        },
        {
            "counts": {
                "dnb": 1,
                "ukdata": 0,
                "hds-provider": 0
            },
            "dnb": {
                "revenueUsd": 49711,
                "telephone": {
                    "telephone": "+14162994466"
                },
                "tradestyle": "",
                "employeesHere": 1,
                "sic": {
                    "sic": [
                        "5714"
                    ]
                },
                "employeesTotal": 1,
                "physicalAddress": {
                    "addressCountry": "CANADA",
                    "streetAddress": "",
                    "postalCode": "M1B 4Z6",
                    "addressLocality": "SCARBOROUGH",
                    "addressRegion": "ON"
                },
                "name": "Dodie's Custom Draperies",
                "duns": "200985021"
            }
        }
    ]
}

Data Provider Field Lists

The following are lists of the fields available from each data provider that may be delivered in feature responses. These table also highlight items that may be included in the query parameter in the Partner Build-A-List Search feature.

dnb
FieldTypeDescriptionSearchable
dunsStringD-U-N-S NumberYes
nameStringCompany NameYes
tradestyleStringTrade StyleYes
physicalAddressObjectPhysical AddressYes
mailingAddressObjectMailing AddressYes
telephonePhoneTelephoneYes
sicStringSICYes
natnlidStringNational IDYes
natnlidcdStringNational ID CodeYes
lineOfBusinessStringLine of BusinessYes
revenueUsdNumberRevenue, USDYes
yearStartNumberYear StartYes
employeesHereNumberEmployees HereYes
employeesTotalNumberEmployees TotalYes
importExportCodeStringImport Export CodeYes
legalStatusNumberLegal StatusYes
statusCodeNumberStatus CodeYes
subsidiaryIndicatorNumberSudsidiary IndicatorYes
reportDateDateReport DateYes
hqDunsStringHQ DUNSYes
domesticUltimateDunsStringGlobal Ultimate DUNSYes
globalUltimateDunsStringGlobal Ultimate DUNSYes
bombora
FieldTypeDescriptionSearchable
dunsStringD-U-N-S Number 
companyNameStringCompany which is represented by Domain 
domainStringDomain. This is also the primary key 
topicStringName of the TopicYes
compositeScoreNumberPropriety Score indicating strength of the surgeYes
topMetrosStringLocations of company represented by domain where surge in topic was seen with a trend score per location. Locations are separated by semi-colons 
farmdata
FieldTypeDescriptionSearchable
dunsStringD-U-N-S Number 
titleStringStandard 'Title' associated with a person name 
firstNameStringFirst Name 
middleNameStringMiddle Name 
lastNameStringLast Name 
suffixStringSuffix 
companyStringCompany Name 
address1StringAddress 1 
address2StringAddress 2 
cityStringCity 
stateStringState 
zipcodeNumberZIP code 
zip4NumberZIP 4 
deliverypointStringDelivery point Y/N 
countyCodeNumber3 digit FIPs County Code 
countyStringCounty 
carrierRouteStringCarrier Route 
recordIdNumberRecord ID 
poboxBooleanData Values : Y/N 
phoneNumberStandard 10 digit phone 
ageStringA=19 to 24, B=25 to 34, C=35 to 44, D=45 to 54, E=55 to 64, F=65 to 74, G=75+, Blank=Uncoded 
alfalfaBooleanY = Grows listed Crop, Blank = Crop not Grown 
almondStringY = Grows listed Crop, Blank = Crop not Grown 
appleStringY = Grows listed Crop, Blank = Crop not Grown 
apricotBooleanY = Grows listed Crop, Blank = Crop not Grown 
artichokeStringY = Grows listed Crop, Blank = Crop not Grown 
asparagusStringY = Grows listed Crop, Blank = Crop not Grown 
avocadoStringY = Grows listed Crop, Blank = Crop not Grown 
bananaStringY = Grows listed Crop, Blank = Crop not Grown 
barleyStringY = Grows listed Crop, Blank = Crop not Grown 
beanStringY = Grows listed Crop, Blank = Crop not Grown 
beesStringY = Grows listed Crop, Blank = Crop not Grown 
beetStringY = Grows listed Crop, Blank = Crop not Grown 
berriesBooleanY = Grows listed Crop, Blank = Crop not Grown 
birdsStringY = Grows listed Crop, Blank = Crop not Grown 
brassicasvegetablesBooleanY = Grows listed Crop, Blank = Crop not Grown 
broccoliStringY = Grows listed Crop, Blank = Crop not Grown 
bulbandstemvegetablesBooleanY = Grows listed Crop, Blank = Crop not Grown 
cabbageStringY = Grows listed Crop, Blank = Crop not Grown 
carrotStringY = Grows listed Crop, Blank = Crop not Grown 
catusStringY = Grows listed Crop, Blank = Crop not Grown 
cauliflowerStringY = Grows listed Crop, Blank = Crop not Grown 
celeryStringY = Grows listed Crop, Blank = Crop not Grown 
citrusfruitsStringY = Grows listed Crop, Blank = Crop not Grown 
cloverStringY = Grows listed Crop, Blank = Crop not Grown 
cornBooleanY = Grows listed Crop, Blank = Crop not Grown 
cottonBooleanY = Grows listed Crop, Blank = Crop not Grown 
cucumberStringY = Grows listed Crop, Blank = Crop not Grown 
fishBooleanY = Grows listed Crop, Blank = Crop not Grown 
flowerStringY = Grows listed Crop, Blank = Crop not Grown 
forageBooleanY = Grows listed Crop, Blank = Crop not Grown 
foresttimberlandStringY = Grows listed Crop, Blank = Crop not Grown 
fruitnutsStringY = Grows listed Crop, Blank = Crop not Grown 
fruitingandfloweringvegetableBooleanY = Grows listed Crop, Blank = Crop not Grown 
garlicStringY = Grows listed Crop, Blank = Crop not Grown 
grainBooleanY = Grows listed Crop, Blank = Crop not Grown 
grapeStringY = Grows listed Crop, Blank = Crop not Grown 
grassBooleanY = Grows listed Crop, Blank = Crop not Grown 
greenhouseBooleanY = Grows listed Crop, Blank = Crop not Grown 
greensStringY = Grows listed Crop, Blank = Crop not Grown 
hayStringY = Grows listed Crop, Blank = Crop not Grown 
herbStringY = Grows listed Crop, Blank = Crop not Grown 
homegardenBooleanY = Grows listed Crop, Blank = Crop not Grown 
honeyStringY = Grows listed Crop, Blank = Crop not Grown 
leafvegetableStringY = Grows listed Crop, Blank = Crop not Grown 
leafyandsaladvegetablesBooleanY = Grows listed Crop, Blank = Crop not Grown 
melonsBooleanY = Grows listed Crop, Blank = Crop not Grown 
mushroomStringY = Grows listed Crop, Blank = Crop not Grown 
nurseryStringY = Grows listed Crop, Blank = Crop not Grown 
nutsBooleanY = Grows listed Crop, Blank = Crop not Grown 
oatsBooleanY = Grows listed Crop, Blank = Crop not Grown 
okraStringY = Grows listed Crop, Blank = Crop not Grown 
onionStringY = Grows listed Crop, Blank = Crop not Grown 
organicfarmersBooleanY = Grows listed Crop, Blank = Crop not Grown 
otherBooleanY = Grows listed Crop, Blank = Crop not Grown 
palmStringY = Grows listed Crop, Blank = Crop not Grown 
pasturelandStringY = Grows listed Crop, Blank = Crop not Grown 
peaStringY = Grows listed Crop, Blank = Crop not Grown 
pearStringY = Grows listed Crop, Blank = Crop not Grown 
pepperStringY = Grows listed Crop, Blank = Crop not Grown 
pineappleStringY = Grows listed Crop, Blank = Crop not Grown 
poddedvegetablesBooleanY = Grows listed Crop, Blank = Crop not Grown 
potatoStringY = Grows listed Crop, Blank = Crop not Grown 
raisinStringY = Grows listed Crop, Blank = Crop not Grown 
rangelandStringY = Grows listed Crop, Blank = Crop not Grown 
rapeStringY = Grows listed Crop, Blank = Crop not Grown 
recreationareaStringY = Grows listed Crop, Blank = Crop not Grown 
riceBooleanY = Grows listed Crop, Blank = Crop not Grown 
rootstuberousvegetablesBooleanY = Grows listed Crop, Blank = Crop not Grown 
soybeanBooleanY = Grows listed Crop, Blank = Crop not Grown 
spiceStringY = Grows listed Crop, Blank = Crop not Grown 
spinachStringY = Grows listed Crop, Blank = Crop not Grown 
squashStringY = Grows listed Crop, Blank = Crop not Grown 
subtropicalfruitsStringY = Grows listed Crop, Blank = Crop not Grown 
sugarbeltStringY = Grows listed Crop, Blank = Crop not Grown 
sugarcaneStringY = Grows listed Crop, Blank = Crop not Grown 
sunflowerStringY = Grows listed Crop, Blank = Crop not Grown 
tobaccoBooleanY = Grows listed Crop, Blank = Crop not Grown 
tomatoStringY = Grows listed Crop, Blank = Crop not Grown 
treefruitBooleanY = Grows listed Crop, Blank = Crop not Grown 
treesBooleanY = Grows listed Crop, Blank = Crop not Grown 
tropicalfruitsStringY = Grows listed Crop, Blank = Crop not Grown 
wheatBooleanY = Grows listed Crop, Blank = Crop not Grown 
winegrapesStringY = Grows listed Crop, Blank = Crop not Grown 
alfalfaAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
almondAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
appleAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
apricotAcreTimeA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
artichokeAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
asparagusAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
avocadoAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
bananaAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
barleyAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
bulbandStemVegetableAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
beanAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
beesAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
beetAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
berryAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
birdsAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
brassicasVegetableAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
broccoliAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
cabbageAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
carrotAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
catusAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
cauliflowerAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
celeryAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
citrusFruitAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
cloverAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
cornAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
cottonAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
cucumberAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
fruitingFloweringVegetableAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
fishAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
flowerAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
forageAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
foresttimberlandAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
garlicAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
grainAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
grapeAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
grassAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
greenhouseAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
greensAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
hayAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
herbAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
homeAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
honeyAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
leafvegetableAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
lettuceAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
leafyandSaladVegetableAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
melonsAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
mushroomAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
nurseryAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
nutsAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
oatsAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
okraAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
onionAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
otherAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
palmAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
pasturelandAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
peaAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
pearAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
pepperAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
pineappleAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
poddedVegetableAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
potatoAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
raisinAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
rangelandAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
rapeAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
recreationareaAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
riceAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
rootsandTuberousVegeAcresStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
seedAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
soybeanAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
spiceAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
spinachAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
squashAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
subtropicalAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
sugarbeltAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
sugarcaneAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
sunflowerAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
tobaccoAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
tomatoAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
treeFruitAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
treesAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
tropicalAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
wheatAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
winegrapesAcreStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
farmAcreSizeStringFarm Acre Size 
totalNumberofAcresStringA=1 to 9, B=10 to 24, C=25 to 49, D=50 to 99, E=100 to 249, F=250 to 499, G=500 to 999, H=1000 to 2499, I=2500 to 4999, J=5000 or more acres, Blank=Uncoded 
corporateFarmAcreSizeStringCorporate Farm Acre Size 
irrigationUseBooleanY = Irrigation, Blank= No Irrigation 
animalsStringY = Animal, Blank = Null 
cattleBooleanY = Raises Cattle, Blank = Does not Raise Cattle 
dairyBooleanY = Dairy Producer, Blank = Does not Produce Dairy 
goatsBooleanY = Raises Goats, Blank = Does not Raise Goats 
hogBooleanY = Raises Hogs, Blank = Does not Raise Hogs 
sheepBooleanY = Raises Sheep, Blank = Does not Raise Sheep 
cattleTotalHeadStringA=1 to 10, B=11 to 50, C=51 to 100, D=101 to 250, E=251 to 500, F=501 to 1000, G=1001 to 2500, H=2501 to 5000, Blank=Uncoded 
dairyTotalHeadStringA=1 to 10, B=11 to 50, C=51 to 100, D=101 to 250, E=251 to 500, F=501 to 1000, G=1001 to 2500, H=2501 to 5000, Blank=Uncoded 
goatTotalHeadStringA=1 to 10, B=11 to 50, C=51 to 100, D=101 to 250, E=251 to 500, F=501 to 1000, G=1001 to 2500, H=2501 to 5000, Blank=Uncoded 
hogTotalHeadTimeA=1 to 10, B=11 to 50, C=51 to 100, D=101 to 250, E=251 to 500, F=501 to 1000, G=1001 to 2500, H=2501 to 5000, Blank=Uncoded 
sheepTotalHeadStringA=1 to 10, B=11 to 50, C=51 to 100, D=101 to 250, E=251 to 500, F=501 to 1000, G=1001 to 2500, H=2501 to 5000, Blank=Uncoded 
livestockTotalHeadStringA=1 to 10, B=11 to 50, C=51 to 100, D=101 to 250, E=251 to 500, F=501 to 1000, G=1001 to 2500, H=2501 to 5000, Blank=Uncoded 
entityTypeStringEntity code: A = Individual, B = General Partnership, C = Joint Venture, D = Corporation with Stockholders,E = Limited Partnership, F = Estate, G = Trust - Revocable, H = Government, I = No Stockholders, J = Trust - Irrevocable, K = Small Business Blank=Uncoded 
numberofFarmsOwnedStringTotal Number of Farms Owned Under Management 
ownerProducerBooleanY = Is an Owner/Producer, N = Not an Owner/Producer 
ownerOperatorProducerBooleanY = Is an Owner/Producer, N = Not an Owner/Producer 
operatorProducerBooleanY = Is an Owner/Producer, N = Not an Owner/Producer 
otherProducerBooleanY = Is an Owner/Producer, N = Not an Owner/Producer 
deliverableNumberData Values : 1, Blank 
addressFilledNumberData Values : 1, Blank 
phoneFilledNumberData Values : 1, Blank 
estimatedFarmOperationRevenueStringEstimated Annual Revenue by Farm ID Specific 
estimatedCorporateOperationRevenueStringEstimated Annual Revenue by All Farms Under Management 
estimatedHouseholdIncomeStringEstimated Household Income of Farmer 
subsidyPaymentBooleanPayments Received from Government(Y or N) 
lastSubsidyPaymentStringDollar Amount Received in Range 
lastSubsidyPaymentYearNumberTimeframe of last subsidy payment (YYYY) 
croptypeSubsidyPaymentBooleanPayments Received from Government by Crop Type 
socialMediaFlagStringFarmers Using Some Form of Social Media 
hds-provider
FieldTypeDescriptionSearchable
typePhysicianBoolean-
typeDentistString-
typeMidLevelBoolean-
typePharmacistString-
typeVeterinarianString-
residentBoolean-
dunsString-Yes
phyLocIDNumber-
hDSPhyIDNumber-
siteIDNumber-
physicianPracticeTypeString-
specialty1String-
specialty1DescriptionString-
hospitalBoolean-
practiceNameString-
siteSpecialtyCategoryCodeString-
siteSpecialtyCategoryString-
stateString-
officeSizeNumber-
eMRSoftwareString-
industrial-interface
FieldTypeDescriptionSearchable
dunsStringD-U-N-S Number 
iiReferenceIdNumberIndustrial Interface Company Referance ID 
nameStringThe Company name 
urlStringThe Company Website URL 
hqStateStringState the HQ is located in 
hqCountryStringCountry the HQ is Located in 
manufacturingBusinessTypesStringManufacturing business types and designations qualified forYes
productsManufacturedStringProducts the company manufacturesYes
productsSoldStringProducts the company sells (i.e. a distributor or reseller or potentially a manufacturer who sells directly to other companies or consumers, not through distributors).Yes
servicesProvidedStringServices provided to customersYes
materialsUsedStringMaterials used in products and servicesYes
mfgEquipmentUsedStringManufacturing equipment used in company facilitiesYes
brandsRepresentedStringBrands owned or sold by this company 
otherKeywordsStringRelated products or applications that are relevant to the company but have not been verfied as manufactured or soldYes
industriesServedStringIndustries the company sells toYes
certificationsStringNamed of Industry Certifications heldYes
diversityBusinessTypesStringDiversity business types and designations qualified forYes
socialMediaIdsStringLinkedin, Twitter, Facebook, Youtube, etc. 
cageCodesStringCan Sell to U.S. Government 
globalIndicatorBooleanAffirmative indication company does business globally ('Yes' or blank). Note: Can mean the company has business opertations, manufacturing, will sell to, has sales operations, etc. globally but not indicitive of which one. 
countriesIndicatedStringIf Global Indicator value equals 'Yes' - affirmative tracked countries will be listed here 
descriptionStringCompany description 
phoneStringPhone Number 
addressStringAddress 
iridium
FieldTypeDescriptionSearchable
dunsStringD-U-N-S Number 
idStringIridium's internal ID for the event. 
salesIntelligenceStringFree-form summary of the trigger event and important details. 
leadTypeStringThe type of trigger event being reported on. 
publicationDateDateThe date Iridium reported on the event. 
projectDueDateDateThe expected timetable for the trigger event. 
projectSizeNumberThe square footage associated with the trigger event, if applicable. 
projectValueNumberThe dollar amount associated with the trigger event. 
leadStreetStringThe project location's street address. 
leadCityStringThe project location's city name. 
leadStateStringThe project location's state or province name. 
leadZipStringThe project location's zip or postal code name. 
leadCountyStringThe project location's county name. 
leadCountryStringThe project location's country name. 
leadMsaStringThe project location's 4-digit MSA code. 
leadMsaNameStringThe project location's MSA name. 
companyNameStringThe company's name. 
companyStateStringThe company headquarters state or province name. 
urlStringMain company web address. 
gsaStringWhether the project is a federal government contract. 
oxxford-energy
FieldTypeDescriptionSearchable
dunsStringD-U-N-S Number 
companyNameStringBusiness Name 
stateStringLocation State for the Business 
probableElectricityProviderStringProbable Electric Service Provider - based on historic utility service territories. 
alternateElectrictyProvider1StringElectricity Alternate Potential Provider - based on ability to have multiple service providers. 
alternateElectrictyProvider2StringElectricity Alternate Potential Provider - based on ability to have multiple service providers. 
annualKilowattConsumptionHereNumberEstimated Annual KwH Here - at this business location. 
annualKilowattConsumptionTotalNumberEstimated Annual KwH Total - for entire business family. 
probableGasProviderStringProbable Natural Gas Provider 
annualGasConsumptionHereNumberEstimated British Thermal Gas Consumption DecaTherms Here - at this business locationl. 
annualGasConsumptionTotalNumberEstimated British Thermal Gas Consumption Decatherms Total - for entire business family. 
electricUsageFactorStringElectricity Intensity - energy type and productivity and other variables as factors of cost of goods sold. 
gasUsageFactorStringNatural Gas Intensity - energy type and productivity and other variables as factors of cost of goods sold 
environmentalScoreCardNumberProduct Usage Propensity (PUP) Green Likelihood * Modeled data predicting business' likelihood of participating in 'green' initiatives or likelihood of purchasing environmentally beneficial products and or services. Oxxford has combined eliminated the Y / N indicator for greens, likely, non-greens to a numeric value - higher score equals green and lower indicates brown (non-green). Score of 1 - 4 
deepEnvironmentalScoreNumberPUP Economic Cost of Production. Analyzes energy consumption as a factor of cost-of-goods sold to help determine the positioning of a business for acquiring or purchasing energy efficient products or services. Higher score indicates better prospect. Score of 0 - 10. 
oxxford-financial
FieldTypeDescriptionSearchable
dunsStringD-U-N-S Number 
companyNameStringBusiness Name 
stateStringLocation State for the Business 
businessSweepAccountStringPropensity For a Business to Own or Maintain a Sweep Account -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack of other criteria 
cashEquivalentHere(000$)NumberEstimated Cash at this Location-- An item on the balance sheet that reports the value of a company's assets that are cash or can be converted into cash immediately. In Thousands 
cashEquivalentTotal(000$)NumberEstimated Cash at Enterprise Level-- An item on the balance sheet that reports the value of a company's assets that are cash or can be converted into cash immediately. In Thousands 
businessSavingsStringPropensity for a Business to Own or Maintain Savings Account -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack of other criteria 
cDAccountStringPropensity for a Business to Own or Maintain a Business CD -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack of other criteria 
businessEstimatedLiabilitiesHereNumberEstimated Liabilities at this Location --liabilities include loans, accounts payable, mortgages, deferred revenues and accrued expenses. In Thousands 
businessEstimatedLiabilitiesTotalNumberEstimated Liabilities at Enterprise Level -- liabilities include loans, accounts payable, mortgages, deferred revenues and accrued expenses. In Thousands 
sBAQualificationIndicatorBooleanFlag to identify whether the firm qualifies for SBA Lending given its industry and asset/sales size 
financialInstitutionNameStringNearest financial institution as reported by the FDIC and the NCUA (National Credit Union Association) 
transactionAccount$StringPropensity for a Business to Maintain a Transaction Account -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack 
commercialLoanStringPropensity for a Business to Maintain a Commercial Loan -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack of other criteria 
businessCreditCardStringPropensity Business to Maintain Business Credit Cards -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack of other criteria 
shortTermDebtHere(000$)NumberEstimated Short-Term Debt at Enterprise Level -- comprised of any debt incurred by a company that is due within one year. In Thousands 
shortTermDebtTotal(000$)NumberEstimated Short-Term Debt at this Location -- comprised of any debt incurred by a company that is due within one year. In Thousands 
80NumberEstimated Long-Term Debt at this Location -- include any financing or leasing obligations that are to come due in a greater than 12-month period. In Thousands 
longerTermDebtTotal(000$)NumberEstimated Long-Term Debt at Enterprise Level -- include any financing or leasing obligations that are to come due in a greater than 12-month period. In Thousands 
businessAssetsNumberEstimated Assets at this Location -- assets are either current or fixed (non-current). Current means that the asset will be consumed within one year. Generally, this includes things like cash, accounts receivable and inventory. Fixed assets are those that are expected to keep providing benefit for more than one year, such as equipment, buildings and real estate. In Thousands 
businessNetWorthNumberEstimated Net Worth at this Location -- amount by which assets exceed liabilities. Net worth is a concept applicable to individuals and businesses as a key measure of how much an entity is worth. In Thousands 
equipmentLeasingStringPropensity Equipment Leasing -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack of other criteria 
lineOfCreditStringPropensity for a Business to Maintain a Business Line of Credit -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack of other criteria 
longerTermDebtStringPropensity For a Business to Maintain Long-Term Debt -> A=Well above the typical propensity; B=above the norm; C=Centered toward the norm; D=Below the norm; F=Well below the norm; Blank=could not be identified for one or more of the following reasons - sales size, geography, industry, or lack of other criteria (In thousands) 
demandDepositsNumberEstimated Demand Deposits at this Location -- Funds held in an account from which deposited funds can be withdrawn at any time without any advance notice to the depository institution. Demand deposits can be 'demanded by an account holder at any time. 
accountsReceivableNumberEstimated Accounts Receivable at this Location -- Money owed by customers (individuals or corporations) to another entity in exchange for goods or services that have been delivered or used, but not yet paid for. Receivables usually come in the form of operating lines of credit and are usually due within a relatively short time period, ranging from a few days to a year. In Thousands 
accountsPayableNumberEstimated Accounts Payable at this Location -- represents an entity's obligation to pay off a short-term debt to its creditors. In Thousands 
grossMarginNumberEstimated Gross Margin at this Location -- A company's total sales revenue minus its cost of goods sold, In Thousands 
pretaxProfitNumberEstimated Pretax Profit at this Location -- A company's earnings before tax In Thousands 
payrollNumberEstimated Payroll at this Location -- The sum total of all compensation that a business must pay to its employees for a set period of time or on a given date. In Thousands 

Response Codes

Successful requests will return an HTTP 200 response. Otherwise, one of the D&B Direct+ standard response codes will be returned.

This operation may return the following HTTP Status Codes: 

HTTP Status CodeReason
200Success!
400Bad Request
404DUNS (or other resource) not found
500Server error