StreetEasy NYC Property Search Scraper avatar

StreetEasy NYC Property Search Scraper

Pricing

$3.00 / 1,000 results

Go to Apify Store
StreetEasy NYC Property Search Scraper

StreetEasy NYC Property Search Scraper

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

Danny

Danny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Search StreetEasy (New York City rentals and homes for sale) by location and get clean, structured listing data — no browser, no login, no StreetEasy account needed.

Give it a location (all of NYC or a specific neighborhood) and it returns every listing with price, address, beds/baths, size, neighborhood, coordinates, the listing agent/broker, and the listing URL.

Input

FieldDescription
locationnyc for all of New York City, a neighborhood slug (upper-west-side, williamsburg, soho, astoria), or a full StreetEasy search URL (paste one with your own filters).
listing_typefor_rent or for_sale.
price_min / price_maxPrice bounds (monthly rent for rentals, sale price for sales), USD. Optional.
beds_minMinimum bedrooms (0 = studio). Optional.
max_resultsHow many listings to return (pages automatically).
{ "location": "williamsburg", "listing_type": "for_rent", "beds_min": 1, "price_max": 5000, "max_results": 100 }

Output (one record per listing)

id, url, listing_type, address, unit, neighborhood, zip_code, state, price, sold_price, total_monthly_price, net_effective_price, months_free, beds, baths, full_baths, half_baths, sqft, property_type, status, available_at, furnished, is_new_development, latitude, longitude, source (listing broker), image, photo_count, has_video, has_3d_tour.

{
"id": "5067071",
"url": "https://streeteasy.com/building/147-sullivan-street-new_york/4a",
"listing_type": "rental",
"address": "147 Sullivan Street",
"unit": "#4A",
"neighborhood": "Soho",
"zip_code": "10012",
"price": 4200,
"beds": 1,
"baths": 1.0,
"latitude": 40.7262,
"longitude": -74.0025,
"source": "…"
}

Pricing

Pay per result — you are charged only for the listings actually returned. An empty search is free.

Notes

  • Coverage is New York City (StreetEasy's market).
  • For the full detail of a single listing (amenities, all photos), pass its URL to the companion StreetEasy Listing Detail Scraper.