New Office Opening

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.)

Signal NamenameType
Purpose of new officepurpose_of_new_officeTEXT
Link to articlelinkURL
Date of office openingopening_dateDATE
News event IDevent_idTEXT
Location of new officeoffice_locationTEXT
News report publishing dateevent_timeDATETIME
Number of employees at new officenumber_of_employeesNUMERIC

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