Description
A New Office Opening event tracks when a company establishes a new office or facility. This data provides insights into business expansion, geographic growth, and hiring trends.
Important: The New Office Opening event is limited to recent office expansions within the last quarter (timestamp_from
should be set to the past 3 months). If the company did not open a new office during this period, the response will be empty.
For long-term office location insights, refer to firmographic enrichment APIs.
Use cases
- Market Expansion: Identify companies growing their physical presence.
- Competitive Intelligence: Monitor competitor office openings.
- Investment Insights: Track capital expenditure on new facilities.
- Real Estate & Economic Trends: Analyze business activity in different regions.
Data Schema
Event Name"new_office"
(Use this value in the event_types
parameter when querying this event.)
"new_office"
(Use this value in the event_types
parameter when querying this event.)Signal Name | name | Type |
---|---|---|
Purpose of new office | purpose_of_new_office | TEXT |
Link to article | link | URL |
Date of office opening | opening_date | DATE |
News event ID | event_id | TEXT |
Location of new office | office_location | TEXT |
News report publishing date | event_time | DATETIME |
Number of employees at new office | number_of_employees | NUMERIC |
Query Example
curl -X POST \
"https://api.explorium.ai/v1/businesses/events" \
-H "API_KEY: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"event_types": [
"new_office"
],
"business_ids": [
"8adce3ca1cef0c986b22310e369a0793"
],
"timestamp_from": "2025-01-01T10:03:03.050Z"
}'
Best Practices
- Filter by location (
office_location
) to track openings in specific regions. - Combine with hiring data to analyze workforce expansion.
- Monitor new office purpose (
purpose_of_new_office
) to understand business strategy.
Related Events
- New Product Launch - Launch of a new product
- Office Closing - Closure of an office
- Company's Award - Recognition of a company's achievements and accolades