StreetEasy Rentals Scraper avatar

StreetEasy Rentals Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
StreetEasy Rentals Scraper

StreetEasy Rentals Scraper

StreetEasy Rentals Scraper extracts NYC rental listings from StreetEasy search pages, collecting prices, addresses, beds, baths, property details, listing links, and images. It supports automatic pagination and exports structured rental data to the Apify dataset.

Pricing

from $10.00 / 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

a day ago

Last modified

Share

StreetEasy Rentals Scraper (Apify Actor)

Scrapes NYC rental listings from StreetEasy search pages . Parses StreetEasy's server-rendered listing cards, paginates automatically, and pushes structured records to the dataset. Pair with a residential proxy for PerimeterX.

What it collects

Per listing: address, price, beds, baths, sqft, neighborhood, propertyType, listingBy, sponsored (bool), url, listingId, imageUrl, plus sourceUrl and scrapedAt (UTC ISO).

Input

FieldTypeDefaultNotes
startUrlsarray of URLsNYC for-rentStreetEasy search URLs. Copy from a real search.
maxItemsinteger200Cap across all searches.
maxPagesinteger5Pages to paginate per search (stops early at last page).
impersonatestringchromecurl_cffi fingerprint (e.g. chrome124).
maxRetriesinteger2Retries (rotating proxy) on a block.
requestTimeoutSecsinteger25Per-request timeout.
requestDelaySecsinteger3Pause between page requests.
proxyConfigurationproxyApify RESIDENTIALStrongly recommended (PerimeterX).

Example input

{
"startUrls": [{ "url": "https://streeteasy.com/for-rent/nyc" }],
"maxItems": 200,
"maxPages": 5,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Example output item

{
"address": "59 Devoe Street #1",
"price": 5150,
"beds": 2,
"baths": 1,
"sqft": 850,
"neighborhood": null,
"propertyType": "Rental unit",
"listingBy": "Greystar",
"sponsored": false,
"url": "https://streeteasy.com/building/.../1",
"listingId": null,
"imageUrl": "https://photos.streeteasy.com/...",
"sourceUrl": "https://streeteasy.com/for-rent/nyc",
"scrapedAt": "2026-06-28T19:05:00+00:00"
}