BQ Executive Extraction API
Overview
An Executive refers to a VP or higher level executive in the Organization, including Officers and Directors associated with an Organization. BrightQuery tracks approximately 83M Executives each identified by a unique Executive ID. The Executives API includes details regarding Executive Name, their job title and position; LinkedIn URL; phone (landline / mobile); email (professional / personal); and address (business / residential).
API Description
This API provides comprehensive Executive information for all active organizations in the BQ Dataset and contains the following information:
- Detailed executive information, including:
- Executive Name
- Executive Address
- Executive Phone Number (Mobile/Landline)
- Executive Email (Professional/Personal)
- Executive LinkedIn
- Executive Title
- 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 executives data, use the unique BrightQuery (BQ) ID. All responses are provided in JSON format
Update Frequency
- The BrightQuery Executive Universe is updated monthly.
Caching of API Data
You must not pre-fetch, cache, or store the Executive Extraction 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 Executive Extraction API
API EndPoint
https://apigw.brightquery.com/extraction/api/executives?bq_id=100003273517&page=1
Query Parameter
bq_id=100003273517
page=1
Note: bq_id parameter is mandatory
| Parameter | Data Type | Description |
|---|---|---|
| bq_id | int | Unique ID assigned by BQ to the Organization. |
| page | int | The page number to retrieve (pagination). |
The number of records per hit is 100.
Table of Contents
Overview
API Description
Input Parameters
Update Frequency
Caching of API Data
Authentication Method
Executive Extraction API