Property Code Violations Scraper
Pricing
from $9.99 / 1,000 results
Property Code Violations Scraper
Searches the OSHA IMIS inspection database by establishment name and state, covering the last 5 years. Optionally fetches inspection details including case status, violations, and penalty amounts.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
Fetches property code violation records from official open-data APIs — NYC Department of Buildings violations, NYC HPD housing maintenance violations, and Chicago building violations — with optional address/borough and issue-date filters. Records are returned newest-first with normalized fields plus the full original payload in raw.
Input
| Field | Default | Description |
|---|---|---|
source | nyc_dob | nyc_dob, nyc_hpd, or chicago |
address_filter | "" | NYC borough name filters by borough; other text matches street/address substring |
issued_after | "" | Only violations issued/inspected on or after this date (YYYY-MM-DD) |
limit | 100 | Max records (1–5000) |
Output example
{"source": "nyc_hpd","violation_id": "10081311","violation_number": "4752579","address": "22 FRONT STAGG STREET","borough": "BROOKLYN","zip_code": "11206","apartment": "5","issued_date": "2013-12-30","violation_type": "class C","description": "ADM CODE ABATE THE NUISANCE...","status": "VIOLATION CLOSED","raw": { "...": "full original API row" }}