NYC DOB Building Permits Scraper: Contractors & Owners
Scrape NYC Department of Buildings permits from DOB NOW across all five boroughs. Extract address, BIN, BBL, work type, job cost, contractor license, filing rep and property owner contacts. Export to JSON, CSV or Excel.
{ "permitNumber": "M01278492-S1-PL", "jobFilingNumber": "M01278492-S1", "permitType": "PL", "workType": "Plumbing", "permitStatus": "Signed-off", "filingReason": "Renewal Permit Without Changes", "sequenceNumber": "2", "trackingNumber": "154521597", "buildingProfileUrl": "https://a810-bisweb.nyc.gov/bisweb/PropertyPro…" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Permit Number | Job Filing Number | Permit Type | Work Type |
|---|---|---|---|
| M01278492-S1-PL | M01278492-S1 | PL | Plumbing |
| M01299009-S1-PL | M01299009-S1 | PL | Plumbing |
| M01299009-S1-PL | M01299009-S1 | PL | Plumbing |
| M01299009-I1-GC | M01299009-I1 | GC | General Construction |
| M01278492-S1-PL | M01278492-S1 | PL | Plumbing |
{ "permitNumber": "M01278492-S1-PL", "jobFilingNumber": "M01278492-S1", "permitType": "PL", "workType": "Plumbing", "permitStatus": "Signed-off", "filingReason": "Renewal Permit Without Changes", "sequenceNumber": "2", "trackingNumber": "154521597", "buildingProfileUrl": "https://a810-bisweb.nyc.gov/bisweb/PropertyPro…" }
よくある質問
What data does the NYC DOB building permits scraper cover?
It covers the New York City Department of Buildings DOB NOW: Build approved-permits feed for all five boroughs: Manhattan, Bronx, Brooklyn, Queens and Staten Island. The underlying NYC Open Data set holds nearly 1 million approved permits, each with the work site, applicant (contractor) and property owner details.
Is the data current?
Yes. This is the live DOB NOW: Build feed, refreshed daily by NYC Open Data, with permits issued within the last few days. Results are sorted newest issued first, so a run gives you this week's permit activity, not a stale archive.
How many permits can I scrape in one run?
There is no fixed cap beyond the Max Items value you set. The scraper pages through the data in batches and returns the most recently issued permits first, so a small run gives you the latest activity and a large run can pull tens of thousands of records.
Can I filter permits by borough, work type or date?
Yes. You can filter by borough, work type, filing reason, permittee license type, permit status and an issuance date range, and you can target a specific building by BIN, a street, a ZIP code, a contractor business name or an owner name. Filters combine, so you can narrow to, for example, Brooklyn plumbing permits issued this month.
Does it include contractor and owner contact information?
Yes. Each permit includes the applicant (contractor / permittee) business name and address, license type and license number, the filing representative when present, plus the property owner name and business name. This is what makes the data useful for lead generation.