US Building Permits Scraper avatar

US Building Permits Scraper

Pricing

from $4.00 / 1,000 permits

Go to Apify Store
US Building Permits Scraper

US Building Permits Scraper

Issued building & construction permits from major US city open-data portals (NYC, Chicago, SF, LA, Austin). No key.

Pricing

from $4.00 / 1,000 permits

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

US Building Permits Scraper πŸ—οΈ

Issued building & construction permits from major US cities β€” NYC, Chicago, San Francisco, Los Angeles and Austin β€” straight from official city open-data portals. No API key, no proxy.

Pull fresh, structured building permit records across the biggest US markets in one run: address, permit type, status, work description, issue date, estimated cost, contractor/owner, and geo-coordinates. Filter by date, ZIP, permit type, status, or a full-text keyword like solar, roof, pool or demolition.

Perfect for contractor & trade lead generation (solar, roofing, HVAC, remodeling), construction-market intelligence, real-estate and property research, and competitor monitoring.

Data comes from each city's official Socrata open-data portal β€” public, non-personal permit records. No key required (an optional free Socrata app token raises rate limits).


Supported cities

CityStateSource portal
New York CityNYdata.cityofnewyork.us
ChicagoILdata.cityofchicago.org
San FranciscoCAdata.sfgov.org
Los AngelesCAdata.lacity.org
AustinTXdata.austintexas.gov

One normalized schema across all of them β€” mix and match cities in a single run.

Features

  • βœ… No API key, no proxy β€” official open-data APIs, very low maintenance.
  • βœ… Lead-gen ready β€” pull permits issued in the last N days, filter by ZIP or keyword.
  • βœ… Full-text search β€” keyword searches every column (e.g. solar finds solar installs regardless of city schema).
  • βœ… Normalized output β€” same fields for every city; optional raw record included.
  • βœ… Newest first β€” results ordered by most recent activity.

Input

FieldDescription
CitiesWhich cities to pull (default: all five).
Issued after / beforeDate range (YYYY-MM-DD) on the permit's issue/activity date.
KeywordFull-text search across all columns (solar, roof, pool, demolition…).
Permit type containsFilter by permit-type text (where the city exposes it).
Status containsFilter by status text (where the city exposes it).
ZIP codesRestrict to specific ZIPs (where the city exposes a ZIP column).
Max results per cityHow many permits to fetch per selected city.
Include raw recordAdd the original city record under raw.
Socrata app tokenOptional free token for higher rate limits.

Example β€” fresh solar leads this month

{
"cities": ["la", "austin", "sf"],
"keyword": "solar",
"issuedAfter": "2025-06-01",
"maxResultsPerCity": 500
}

Example β€” recent NYC permits in specific ZIPs

{
"cities": ["nyc"],
"zipCodes": ["11214", "11215"],
"issuedAfter": "2025-01-01",
"maxResultsPerCity": 1000
}

Output

{
"city": "Los Angeles",
"state": "CA",
"permit_number": "26016-10000-06158",
"permit_type": "Bldg-New 1 or 2 Family Dwelling",
"permit_status": "Issued",
"description": "Install a 25.96kW DC commercial solar system",
"address": "554 S SAN PEDRO ST",
"zip": "90013",
"neighborhood": "Downtown",
"issue_date": "2026-07-09",
"estimated_cost": 75000,
"contractor_name": null,
"owner_name": null,
"latitude": 34.045,
"longitude": -118.245,
"permit_url": null,
"source_domain": "data.lacity.org",
"dataset_id": "pi9x-tg5x"
}

Field availability varies by city (e.g. Chicago has no ZIP/status column; NYC carries permittee/owner names; LA carries an estimated valuation and a solar flag).

Run it on a schedule

Schedule a daily run with issuedAfter set to yesterday to get a steady feed of new permits β€” pipe them to Slack, Google Sheets, a CRM or a webhook for a continuously refreshed lead list.

Notes & limitations

  • Official city Socrata open-data APIs β€” public, non-personal permit records.
  • Coverage = the cities listed above (the biggest open-data markets); more can be added.
  • Some filters only apply where a city exposes the matching column (documented above).
  • Data freshness depends on each city's own publishing cadence.

Keywords

building permits, construction permits, permit scraper, US building permits, contractor leads, solar leads, roofing leads, HVAC leads, remodeling leads, NYC permits, Chicago permits, San Francisco permits, Los Angeles permits, Austin permits, DOB permits, construction data, real estate data, property data, open data, Socrata, lead generation, construction intelligence.