Follow the primary sources
Local news is highly fragmented with low signal-to-noise. Analysts need reliable ways to stay on top of local news.
Gridview Analytics compiles key updates directly from city hall council documents, complete with PDF links and summaries, in a single place for real estate analysts.
Add cities to your watch list. Be the first to know of potential or approved major news that can multiply nearby land values.
Analyze rezoning and development application data
There is no better way to see the future of a city than the rezoning and development applications being discussed at city hall.
Gridview is the only platform that aggregates and standardizes rezoning and development application data across multiple cities. Get access to high quality, up-to-date data updates across multiple municipalities, and stay ahead of the competition.
Applicant | Address | Building Type | Status | ... |
---|---|---|---|---|
PC Urban Properties | 2596-2660 E 41st Ave | Multi-family residential | Approved | ... |
Strand Holdings Ltd. | 5950-5990 Granville St | Multi-family residential | Applied | ... |
Chard Development | 2520 Ontario St and 2-24 E Broadway | Mixed use | Applied | ... |
Fougere Architecture Inc. | 4569 Oak St | Townhouse | Applied | ... |
... | ... | ... | ... | ... |
Coming soon: Gridview API
Supercharge your real estate platforms with unique data only available through Gridview. Enhance real estate listing data with historical rezoning and devlopment permit data, or enhance your internal analytics models.
GET: MAJOR PROJECTS NEAR [COORDINATES]
RESPONSE:
BODY
{
"data": [
{
"project_id": 12345,
"project_name": "Granville Entertainment District",
"type": "Entertainment district",
"completion_date": "2030"
},
{
"project_id": 234567,
"project_name": "Senakw Development",
"type": "Mixed use high density district",
"completion_date": "2027"
},
{
"project_id": 345678,
"project_name": "Granville Bridge Project",
"type": "Pedestrian-friendly revitalization of the Granville Bridge",
"completion_date": "2025"
}
]
}
GET: CITY COUNCILLORS IN [CITY]
RESPONSE:
BODY
{
"city": {
"city_name": "City of Vancouver"
},
"data": [
{
"person_id": 22,
"person_name": "Ken Sim",
"type": "Mayor",
"election_date": "2023",
"reelection_date": "2026",
"voting_record": "[...]"
},
{
"person_id": 25,
"person_name": "Sarah Kirby Young",
"type": "Councillor",
"election_date": "2023",
"reelection_date": "2026",
"voting_record": "[...]"
}
]
}