Skip to main content
Version: 0.1.30

Company Addresses

As well as company corporate and headquarter addresses, Versed AI aims to capture manufacturing and factory locations for companies in the dataset.

Address Types

Addresses are categorised into the following types based on the activity occuring at the location:

[
"Administrative Offices",
"Assembly Site",
"Chemicals Plant",
"Data Centre",
"Distribution Centre",
"Headquarters",
"Logistics Hub",
"Registered",
"Natural Resource Extraction",
"Oil Refinery",
"Other",
"Point of Sale",
"Power Plant",
"Production Site",
"Research And Development",
"Service Location",
"Testing Site",
"Warehouse",
"Waste Storage"
]

Address Fields

FieldCommentExample
idThe unique identifier for this address. Since multiple companies can appear at one address, this identifier is unique to the address but can belong to many companies.100nriversideplz:chicago::unitedstates:606061596
cityThe city of the address.Chicago
countryThe country of the address.United States of America
postcodeThe postcode of the address.60606-1596
street_addressThe street details of the address.100 n riverside plz
regionThe region of the address. This could be a state, province etc.Washington
typeA list of the activities (see types above) that occur at this address.[Headquarters, Factory]

Note: These fields relate to the address directly. Exported address data will be published with links to the company/companies operating at these addresses.

Example Address Record

{
"city":"Everett",
"country":"United States",
"id":"8415painefieldblvd:everett:washington:unitedstates:98204",
"postcode":"98204",
"region":"Washington",
"street_address":"8415 Paine Field Blvd",
"type":[
"Production Site"
]
}