# Dataset

Explore real-time signals for commercial developments, data centers, and factories, across the U.S. Access the dataset via API, Webhook, JSON Feed, or downloadable formats including CSV and EXCEL—ready to power AI agents, CRMs, and enterprise automation workflows.

### Dataset Components

<table data-header-hidden><thead><tr><th width="231"></th><th></th></tr></thead><tbody><tr><td>Real-time event signals for</td><td><ul><li>New construction starts</li><li>Data center and industrial site announcements</li><li>Energy infrastructure projects</li><li>Commercial real estate developments</li></ul></td></tr><tr><td>Signal metadata</td><td><ul><li>Event type and summary</li><li>Company name and ticker</li><li>Geographic location (lat/lon, city, state)</li><li>Timestamp and source reference</li></ul></td></tr></tbody></table>

### Schema Overview

<table><thead><tr><th width="315">Field Name</th><th>Field Data Type</th><th width="421">Description</th></tr></thead><tbody><tr><td>ATERIO_FEED_UNIQUE_ID</td><td>String</td><td>Aterio unique ID of the development signal data feed</td></tr><tr><td>COMPANY_NAME</td><td>String</td><td>Associated company name.</td></tr><tr><td>COMPANY_TICKER_NAME</td><td>String</td><td>Company Ticker</td></tr><tr><td>SUMMARY</td><td>String</td><td>Summary with the development details</td></tr><tr><td>ZIP_CODE</td><td>String</td><td>US Zip Code</td></tr><tr><td>CITY_NAME</td><td>String</td><td>City name</td></tr><tr><td>STATE_CODE</td><td>String</td><td>State code</td></tr><tr><td>LOCATION_LATITUDE</td><td>Float</td><td>Latitude coordinate location</td></tr><tr><td>LOCATION_LONGITUDE</td><td>Float</td><td>Longitude coordinate location</td></tr><tr><td>REFERENCE_URL</td><td>String</td><td>URL with the development reference</td></tr><tr><td>RECORD_CREATED_DATE</td><td>Date</td><td>Date the record was created in the system.</td></tr><tr><td>RECORD_UPDATED_DATE</td><td>Date</td><td>Date the record was last modified.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.aterio.io/data-products/real-time-us-development-signals/dataset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
