Property Tax Delinquency Scraper avatar

Property Tax Delinquency Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Property Tax Delinquency Scraper

Property Tax Delinquency Scraper

Fetches property tax delinquency and tax lien records from official Philadelphia and New York City open-data sources. Supports minimum-amount filtering for Philadelphia and returns normalized property, owner, and tax details with the full original record.

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

9 days ago

Last modified

Share

Fetches property tax delinquency records from official open data: Philadelphia's real estate tax delinquency table (Carto SQL API, ordered by total amount owed descending, with a minimum-owed filter) and New York City's tax lien sale lists (Socrata, newest list month first). Records carry normalized fields plus the full original payload in raw.

Input

FieldDefaultDescription
sourcephiladelphiaphiladelphia or nyc
min_amount0Minimum total amount owed (USD). Philadelphia only — the NYC lien sale list publishes no amounts, so it is ignored for nyc
limit100Max records (1–5000)

Output example

{
"source": "philadelphia",
"opa_number": 881000279,
"street_address": "150 S INDEPENDENCE MALL W # E1",
"zip_code": 19106,
"owner": "150 PHILLY LLC",
"total_due": 1166089.37,
"principal_due": 946964.53,
"num_years_owed": 2,
"most_recent_year_owed": 2021,
"raw": { "...": "full original API row" }
}