ParseForge Scrapers

NYC Property Sales Scraper

parseforge/nyc-property-sales-scraper

Real estateLead generation

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.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
96
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

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 it What they scrape NYC Department of Finance for
Real estate investors Screen recent sales in a target borough to find comps and off-market leads.
Appraisers and assessors Pull verified sale prices and property details for valuation reports.
Data journalists Analyze sales patterns across boroughs to report on housing market shifts.
Academic researchers Build 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 source Data comes directly from the NYC DOF Rolling Sales file, the same dataset used by assessors and title companies.
No manual work Skip the periodic spreadsheet download and get structured data on demand.
Borough precision Target one borough at a time to keep datasets focused and manageable.
Scalable volume Pull 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 Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When NYC Department of Finance changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst 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 collected Approximate 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

Question Answer
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.

Related actors

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.

Input

FieldTypeWhat it doesDefault
maxItems integer How many property sales to collect per run. 10
borough string (6 options) Filter to one borough by code (1=Manhattan, 2=Bronx, 3=Brooklyn, 4=Queens, 5=Staten Island). not set

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~nyc-property-sales-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run NYC Property Sales Scraper on Apify All scrapers