BQ Locations Extraction API

Overview

A Location refers to a physical address associated with an Organization, which may serve legal and/or business purposes. BrightQuery tracks approximately 449M Locations, each identified by a unique Location ID. This includes both active and inactive locations, with historical data available dating back to 2018. Locations may include business addresses (such as headquarters, branches, stores, offices, distribution centers, warehouses, P. O. boxes, etc.) as well as legal addresses. The BrightQuery Locations Universe is updated monthly.

API Description

This API provides detailed location data for approximately 102Mcompanies operating in the United States. The API delivers comprehensive, location-level information, including:

Detailed location information, including:

  • Location type (headquarters, branch, etc.)
  • Location address type (commercial or residential)
  • Location Phone Number
  • Location Website URL
  • Location Active Status

Associated company information, such as:

  • Company Name
  • Ticker Symbol
  • Company Website URL

Input Parameters

  • BQ ID: Unique identifier assigned by BrightQuery.
  • Page: The current page number to retrieve (for paginated results).
The API returns up to 100 records per search. To retrieve location data, use the unique BrightQuery (BQ) ID. All responses are provided in JSON format.

Use Cases

  • Capital Markets: Track opening and closing of locations, part of company due diligence.
  • Compliance and KYB/KYC: Address verification/validation check and check for multiple entities having the same address
  • Credit Risk: Access Location based liability risks for Credit underwriting and address check for risk mitigation.
  • Sales & Marketing: Location based lead generation and prospecting with access to residential addresses of business owners.

Caching of API Data: You must not pre-fetch, cache, or store the Locations API content beyond 7 days, although the BQ_ID is exempt from caching restrictions.

Authentication Method

The API supports the following authentication method

  • API Key Authentication

Method: GET

API Key authentication

You can use the API Endpoint to manually supply your API Key provided by BQ

BQ Location Extraction API

API Endpoint

https://apigw.brightquery.com/extraction/api/locations?bq_id=100003273517&page=1

Query Parameter

bq_id=100003273517

page=1

Note: bq_id parameter is mandatory.

ParameterData TypeDescription
bq_idintUnique ID assigned by BQ to the Organization.
pageintThe current page number to retrieve.

The number of records per hit is 100.

Table of Contents

Overview

Parameters

Use Cases

Authentication

Location Extraction API