Zoning & Planning Commission Tracker avatar

Zoning & Planning Commission Tracker

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Zoning & Planning Commission Tracker

Zoning & Planning Commission Tracker

Track planning commission meetings, zoning changes, variances, and land use matters across US cities via Legistar. Get agendas, votes, and legislative histories for development intelligence.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Tristan A

Tristan A

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

πŸ—οΈ Zoning & Planning Commission Tracker

Monitor city planning commissions, zoning boards, and land use committees across hundreds of US cities using the Legistar platform. Extract upcoming meetings, agenda items, zoning matters (rezoning, variances, subdivisions), and vote histories β€” all from public government APIs.

What This Actor Does

NeedWhat You Get
Upcoming zoning hearingsMeeting dates, times, locations, agenda PDFs, and video links
Agenda itemsWhat's being discussed β€” rezoning, conditional use, variances, site plans, subdivisions
Legislative mattersFull matter text with status, dates, requesting department, and matter history
Vote & action trackingCommittee referrals, recommendations, approvals/denials with dates
Multi-city coverageOne actor, hundreds of cities β€” add or remove city slugs as needed

Why This Matters

For developers, CRE brokers, land use attorneys, and site selection consultants, zoning changes are the earliest possible signal of development opportunity. A rezoning approved today means a project breaks ground in 6-18 months. This actor lets you track that signal across dozens of cities simultaneously.

How It Works

This actor queries the Legistar Web API β€” an open, no-authentication REST API used by hundreds of US cities (Baltimore, Denver, Oakland, Seattle, Phoenix, Nashville, Charlotte, San Jose, and many more). It:

  1. Discovers which city bodies handle zoning/planning/land use
  2. Pulls upcoming and recent meetings for those bodies
  3. Extracts agenda items from each meeting
  4. Searches for zoning-related legislative matters filed in your date window
  5. Retrieves matter histories (votes, referrals, committee actions)

Input Parameters

ParameterTypeDefaultDescription
citiesstringbaltimore,denver,oakland,seattleComma-separated Legistar city slugs
daysBackinteger90Days in the past to search
daysForwardinteger60Days in the future to search
maxMattersPerCityinteger500Max zoning matters per city
maxConcurrencyinteger3Cities processed simultaneously

Finding City Slugs

City slugs are the identifiers used in Legistar URLs. To find a city's slug, visit their legislative portal β€” the slug is the subdomain or path segment. Examples:

  • Baltimore: baltimore (baltimore.legistar.com)
  • Denver: denver (denver.legistar.com)
  • Oakland: oakland (oakland.legistar.com)
  • Seattle: seattle (seattle.legistar.com)
  • Phoenix: phoenix (phoenix.legistar.com)

You can test a city by visiting: https://webapi.legistar.com/v1/{slug}/Bodies

Output Schema

Records are typed by record_type:

meeting β€” Planning/zoning body meetings

  • event_id, body, date, time, location
  • agenda_status, minutes_status
  • agenda_url (PDF), minutes_url (PDF), url (web page)
  • video_status, comment

agenda_item β€” Individual agenda items

  • event_item_id, event_id, matter_id, matter_file
  • title (full description), agenda_sequence
  • action, action_date, passed_flag
  • agenda_note, minutes_note, video_url
  • matter_id, matter_file, title, type, status, body
  • intro_date, passed_date, enactment_date, enactment_number
  • requester, agenda_date, url

matter_history β€” Actions taken on matters

  • matter_id, history_id, action, action_body, action_date
  • passed_flag, agenda_note, minutes_note

Example Input

{
"cities": "baltimore,denver,oakland,seattle,phoenix",
"daysBack": 90,
"daysForward": 60,
"maxMattersPerCity": 200,
"maxConcurrency": 3
}

Use Cases

  • CRE Developers: Track rezoning proposals before they're public news
  • Land Use Attorneys: Monitor variance and conditional use applications
  • Site Selection Consultants: Compare development pipeline activity across cities
  • Real Estate Investors: Identify neighborhoods with active zoning changes
  • Journalists & Researchers: Track land use policy trends across municipalities
  • Government Affairs: Monitor planning commission agendas for relevant items

Pricing

Pay per result. See the pricing tab for current rates.

Notes

  • All data comes from public government APIs β€” no login or authentication required
  • Legistar is used by 400+ US cities; not all have the Web API enabled
  • Some cities use different platforms (Granicus, Municode, custom). Support for additional platforms planned in future versions
  • The actor filters for zoning/planning/land-use-related bodies and matters automatically
  • Matter history is fetched for zoning-related matters only (up to 10 history entries per matter)

Support

For issues, feature requests, or help finding city slugs, open an issue on the Actor's page or contact the developer.