VOOZH about

URL: https://apify.com/spec-lab/scrape-local-government-permits

โ‡ฑ Scrape Local Government Permits ยท Apify


Pricing

from $0.00001 / result

Go to Apify Store

Scrape Local Government Permits

Scrapes local government permit and license application pages. Extracts structured data including permit types, requirements, fees, and application procedures from municipal websites. Outputs clean JSON format ready for analysis.

Pricing

from $0.00001 / result

Rating

0.0

(0)

Developer

๐Ÿ‘ HAYATO YOKOSHIMA

HAYATO YOKOSHIMA

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

81 days

Issues response

3 months ago

Last modified

Share

This Apify Actor extracts building permits, business licenses, and development project data from local government websites. It uses a lightweight CheerioCrawler to parse HTML tables and lists, delivering structured permit-level data for real estate, contracting, and urban research use cases.

Features

  • Supports multiple government permit portals
  • Extracts key fields: permit number, issue date, address, description, status, type
  • Auto-detects city/jurisdiction from URL
  • Handles pagination via rel=next or query parameters
  • Configurable proxy support

Input

  • startUrls: Array of permit listing URLs
  • maxItems: Maximum number of records to extract (0 = unlimited)
  • proxy: Proxy configuration (Apify Proxy or custom)

Output

Each record includes:

  • permitNumber
  • issueDate (YYYY-MM-DD)
  • address
  • description
  • status
  • permitType
  • city
  • sourceUrl

Usage

Provide a list of supported permit portal URLs. The actor will automatically scrape and structure the data.

Example start URL: https://www.buildingpermit.com/reports/monthly.html

Example Output

{
"permitNumber":"B1234567",
"issueDate":"2023-10-15",
"address":"123 Main St, Los Angeles, CA",
"description":"Residential renovation permit",
"status":"Active",
"permitType":"Building",
"city":"Los Angeles",
"sourceUrl":"https://permits.lacity.org/..."
}

Development

This project uses TypeScript and Crawlee. To run locally:

npminstall
npm start

See Apify SDK documentation for more details.

You might also like

US Building Permit Leads Scraper (Socrata)

devilscrapes/us-building-permit-leads-scraper

Pull fresh building and construction permit records from any US city or county Socrata open-data portal. We normalize permit ID, type, status, address, valuation, and contact info into one typed row per permit โ€” ready to feed your contractor CRM or lead pipeline.

Building Permit Scraper

lanky_quantifier/building-permit-tracker

Scrape building permit records from public databases. Extract permit number, address, owner, contractor, project type, and status. Monitor new construction and renovation activity. Export to JSON/CSV, run via API, schedule and monitor runs.

22

Building Permit Leads Scraper

careybrown/permit-signal-scout

Scrape official public building permit datasets for normalized construction project lead signals.

Local Business Data API

sparkling_yardstick/local-business-data-api

Extract clean, structured local business data by category and location in a single run. Ideal for lead generation, market research, and local SEO workflows. Returns reliable JSON with names, addresses, ratings, and contact details.

๐Ÿ‘ User avatar

Prithvi Chavan

5

Building Permit & Project Intelligence Tracker

ramsford/building-permit-tracker

Monitors building permit applications and approvals across major US city open-data portals. Returns structured permit records with contractor, owner, address, type, valuation, and status โ€” ideal for B2B lead generation in construction, real estate, and related verticals.

Building Permit Search - Multi-City

lulzasaur/building-permit-scraper

Search building permits across NYC, Chicago, LA, SF, and Austin via open data APIs. Get permit type, status, address, dates, and more.

Multi City Building Permit Aggregator

george.the.developer/multi-city-building-permit-aggregator

Normalize public building permit data from NYC Open Data and the Chicago Data Portal into one JSON schema.

Local Services Ads & Google Verified Scraper

piotrv1001/local-services-ads-google-verified-scraper

The Local Services Ads & Google Verified Scraper extracts businesses from Google local searches โ€” Local Services Ads, Google Verified badges, local pack rankings, ratings, reviews, phones, and websites โ€” ideal for local SEO agencies, lead gen, and competitor tracking.

22