Streeteasy Scraper avatar

Streeteasy Scraper

Pricing

from $6.00 / 1,000 results

Go to Apify Store
Streeteasy Scraper

Streeteasy Scraper

Pulls NYC rental and sale listings from StreetEasy search results, including prices, addresses, bedrooms, bathrooms, photos, and broker names. No code needed.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

3 days ago

Last modified

Share

StreetEasy Scraper

Pulls rental and sale property listings from StreetEasy.com. For each result it collects the price, address, neighborhood, bedroom and bathroom counts, square footage, brokerage name, and primary listing photo. Paste in a search URL, set a cap, and it handles pagination.

What you get

Each listing returns:

FieldDescription
urlDirect link to the listing page
addressStreet address and unit number
neighborhoodNYC neighborhood
listingKindType: New Development, Rental unit, Condo, etc.
priceMonthly rent or sale price (integer)
priceDisplayPrice as shown on the site, e.g. $3,940
bedroomsNumber of bedrooms (0 = studio)
bathroomsNumber of bathrooms
squareFeetInterior square footage
brokerNameListing broker or brokerage
imageUrlURL of the primary listing photo
imageCountTotal number of photos available
tagsLabels: Featured, Video, No Fee, etc.
isFeaturedWhether the listing is marked Featured
hasVideoWhether a video tour is available
scrapedAtTimestamp of collection

How to use

1. Set up the actor

Open the actor input and provide one or more StreetEasy search URLs in the Search URLs field.

2. Run it

Click Start. The actor paginates through results automatically, collecting up to your chosen Max items limit.

Input

{
"startUrls": [
"https://streeteasy.com/for-rent/upper-west-side",
"https://streeteasy.com/for-rent/brooklyn"
],
"maxItems": 100,
"requestTimeoutSecs": 30
}
FieldRequiredDescription
startUrlsYesOne or more StreetEasy search or neighborhood URLs
maxItemsNoMax listings to collect per run (default 50, max 1000)
requestTimeoutSecsNoPer-request timeout in seconds (default 30)

Supported URL formats

The actor works with any StreetEasy search URL, including:

  • https://streeteasy.com/for-rent/upper-west-side
  • https://streeteasy.com/for-sale/brooklyn
  • https://streeteasy.com/for-rent/nyc
  • https://streeteasy.com/no-fee-rentals/manhattan
  • https://streeteasy.com/2-bedroom-apartments-for-rent/east-village

Example output

{
"url": "https://streeteasy.com/building/one38-138-bruckner-boulevard-bronx/3207",
"address": "138 Bruckner Boulevard #3207",
"neighborhood": "North New York",
"listingKind": "New Development",
"price": 3940,
"priceDisplay": "$3,940",
"bedrooms": 2,
"bathrooms": 2,
"squareFeet": null,
"brokerName": "Nooklyn NYC LLC",
"imageUrl": "https://photos.zillowstatic.com/fp/05e5d2b53494e3fa5e497e3953bbff1d-p_e.webp",
"imageCount": 49,
"tags": ["Featured", "Video"],
"isFeatured": true,
"hasVideo": true,
"sourceUrl": "https://streeteasy.com/for-rent/north-new-york",
"scrapedAt": "2026-04-07T10:30:00.000000+00:00"
}

Use cases

  • Track rental prices across neighborhoods over time
  • Collect brokerage contacts from active listings
  • Compare price-per-sqft across boroughs
  • Analyze NYC housing market trends
  • Monitor comparable listings for property management