Property Code Violations Scraper avatar

Property Code Violations Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Property Code Violations Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

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

FieldDefaultDescription
sourcenyc_dobnyc_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)
limit100Max 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" }
}