Search US building permits
search_building_permitsSearch recently issued building permits from official US city data portals. Get normalized records with permit number, type, status, valuation, and contractor info for lead generation and market research.
Instructions
Search recently issued US building permits from official city open-data portals (New York City, Chicago, Los Angeles, Austin, San Francisco, New Orleans, Baton Rouge, Montgomery County MD, Norfolk VA). Returns normalized permit records: permit number, type, work description, status, issue date, address, project valuation, and contractor name/license where published. Great for construction lead generation and market research. Runs the paid Apify actor https://apify.com/cblu/us-building-permits-scraper on YOUR Apify account (requires APIFY_TOKEN; pay per result: $0.005 per permit record ($5.00 / 1,000), charged only for records actually returned).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cities | No | Cities/counties to search. Use ["all"] or omit for every supported source. Each city is queried up to maxResultsPerCity. | |
| issuedAfter | No | Only permits issued on/after this date (YYYY-MM-DD). Recommended — keeps results fresh and runs fast. | |
| searchQuery | No | Full-text search across the source dataset, e.g. 'solar', 'pool', 'demolition', 'ADU'. | |
| issuedBefore | No | Only permits issued on/before this date (YYYY-MM-DD). | |
| minValuation | No | Only permits with declared project value >= this USD amount (permits without a published valuation are excluded when set). | |
| maxResultsPerCity | No | Max permit records per selected city (1-2000, default 25). Each returned record is billed at $0.005 per permit record ($5.00 / 1,000). | |
| permitTypeContains | No | Case-insensitive substring match on permit type / class / work type, e.g. 'electrical', 'roof', 'plumbing', 'new construction'. |