NYC Property Sales Scraper avatar

NYC Property Sales Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
NYC Property Sales Scraper

NYC Property Sales Scraper

Scrapes NYC property sales from the DOF Rolling Sales dataset and returns each sale as a flat row with price, address, borough, tax class, and building details. Filter by borough and export up to a million records.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

ParseForge

NYC Property Sales Scraper

Scrape NYC property sales records from the official DOF Rolling Sales dataset, up to a million per run. Every sale includes price, address, borough, tax class, and building details. No API key or registration. Export to CSV, JSON, Excel, or XML.

The NYC Department of Finance publishes every property sale as a public rolling sales file, but the raw data is a large, periodically updated spreadsheet that is hard to filter and query. This Actor reads that dataset directly, lets you narrow by borough, and returns each sale as a clean, flat row you can download immediately. No manual downloads, no parsing PDFs, no wrangling Excel files.

Who uses itWhat they scrape NYC Department of Finance for
Real estate investorsScreen recent sales in a target borough to find comps and off-market leads.
Appraisers and assessorsPull verified sale prices and property details for valuation reports.
Data journalistsAnalyze sales patterns across boroughs to report on housing market shifts.
Academic researchersBuild longitudinal datasets of NYC property transactions for urban economics studies.

What it does

This Actor collects NYC property sales from the DOF Rolling Sales dataset and returns each sale as a flat row with price, address, borough, tax class, and building characteristics.

  • ๐Ÿ™๏ธ Borough filter: limit results to Manhattan, Bronx, Brooklyn, Queens, or Staten Island.
  • ๐Ÿ“Š Flat row output: every sale is one row with price, address, tax class, square footage, and sale date.
  • ๐Ÿ“ฆ Bulk extraction: collect up to a million sales in a single run for large-scale analysis.
  • ๐Ÿ’พ Multi-format export: download your dataset as CSV, JSON, Excel, or XML.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with NYC Department of Finance data

๐Ÿ  Find comparable sales.

An investor pulls the last 500 sales in Brooklyn to identify recent comps for a multifamily property they are underwriting.

๐Ÿ“ˆ Track borough price trends.

A market analyst collects quarterly sales for Queens and builds a time-series dashboard of median prices by neighborhood.

๐Ÿ“ฐ Investigate property flips.

A journalist scrapes Manhattan sales over two years to flag properties bought and resold within six months at large markups.

๐Ÿ›๏ธ Study tax class shifts.

A researcher extracts all Staten Island sales to measure how often residential properties are reclassified after a sale.

Why choose this scraper

What you get
Official sourceData comes directly from the NYC DOF Rolling Sales file, the same dataset used by assessors and title companies.
No manual workSkip the periodic spreadsheet download and get structured data on demand.
Borough precisionTarget one borough at a time to keep datasets focused and manageable.
Scalable volumePull a handful of comps or a million records for a citywide study in one run.

How it compares

No other Store actor targets NYC Department of Finance the same way, so the honest comparison is with the alternatives teams actually weigh.

NYC Property Sales ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When NYC Department of Finance changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor by setting a maximum number of sales and optionally filtering to a single borough; the filter runs as records are read so only matching sales reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$2.10
1,000 results$21.00
10,000 results$210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the NYC Property Sales Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to NYC Department of Finance through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/nyc-property-sales-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting fewer results than my maxItems setting?

The Actor returns only the records available in the current DOF file. If you set maxItems to 100,000 but the borough you selected has only 5,000 sales, you will receive 5,000 rows. Try removing the borough filter to pull from all five boroughs.

Why are some sale prices zero or blank?

The DOF dataset includes non-arms-length transfers such as foreclosures, estate settlements, and nominal transfers, which may show a zero or blank sale price. This is normal and reflects the source data.

The run timed out. What should I do?

Large extractions can take time. Try reducing maxItems or filtering to a single borough to keep the run within Apify's memory and time limits. You can also increase the run timeout in your Actor settings.

Why do I see duplicate sales?

The DOF occasionally lists the same property transfer more than once, especially when multiple lots are involved. Deduplicate on the address and sale date columns in your analysis tool if needed.

The data looks different from the last time I ran this Actor.

The DOF updates the rolling sales file periodically, and older records may be revised or removed. Changes in the output reflect updates to the source dataset, not a change in the Actor.

FAQ

QuestionAnswer
What is the NYC DOF Rolling Sales dataset?It is the official public record of every property sale in New York City, published periodically by the Department of Finance. It includes sale price, date, address, tax class, building dimensions, and other characteristics.
How often is the data updated?The DOF publishes new rolling sales files several times a year. This Actor reads the latest available file each time it runs, so you always get the most current public release.
Can I filter by sale price or date?The Actor currently supports filtering by borough only. You can apply price and date filters on the exported dataset using your own analysis tools.
Does this include commercial property sales?Yes. The dataset covers all tax classes, including commercial, residential, industrial, and vacant land. Use the tax class field in your output to separate them.
What does the borough code mean?1 is Manhattan, 2 is the Bronx, 3 is Brooklyn, 4 is Queens, and 5 is Staten Island. Leave the filter empty to collect sales from all five boroughs.
Is there a limit on how many records I can pull?You can set a maximum of up to one million sales per run. The full dataset typically contains fewer records than that, so setting a high number will return everything available.
Does this Actor require an API key or login?No. It reads the public DOF dataset directly. You do not need to register, authenticate, or obtain an API key.
Can I get the data as a spreadsheet?Yes. You can export your results as CSV or Excel, both of which open directly in spreadsheet applications.
What if a sale has missing fields?Some records in the DOF dataset have blank fields. The Actor returns whatever the source provides; missing values appear as empty cells in your output.
Does this include co-op and condo sales?Yes. Co-op and condo transactions are included and can be identified by their tax class codes in the output.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by New York City Department of Finance. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.