Streeteasy Review Scraper avatar
Streeteasy Review Scraper

Pricing

$35.00/month + usage

Go to Store
Streeteasy Review Scraper

Streeteasy Review Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

The Streeteasy Review Scraper extracts real estate listings from StreetEasy based on city, price range, and property type. Returns structured JSON data with title, address, price, beds, baths, area, URL, and image. Ideal for market analysis, research, or business intelligence

0.0 (0)

Pricing

$35.00/month + usage

0

2

2

Last modified

5 days ago

Streeteasy Review Scraper

Introduction

The Streeteasy Review Scraper is an Apify Actor designed to scrape real estate listings from StreetEasy, a popular platform for property sales and rentals. This Actor retrieves detailed property information based on user-defined criteria such as city, price range, and property type. It is perfect for users who need structured data on real estate listings for analysis, research, or business purposes.

Input Parameters

The Actor accepts the following input parameters to customize the scraping process:

ParameterTypeDescriptionRequiredDefault Value
CityStringThe city to search for listings (e.g., "nyc").Yes-
PriceMaxStringMaximum price for the listings (e.g., "150000000").Yes-
PriceMinStringMinimum price for the listings (e.g., "500").Yes-
PropertyTypeStringType of property (e.g., "for-sale").Yes-
proxyConfigurationObjectProxy settings for the scraper. Must include useApifyProxy and optionally apifyProxyGroups.Yes-

Example Input

{
"City": "nyc",
"PriceMax": "150000000",
"PriceMin": "500",
"PropertyType": "for-sale",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Features

  • Customizable Search: Filter listings by city, price range, and property type to target specific real estate data.
  • Structured Output: Returns detailed property information in JSON format, including title, address, price, beds, baths, area, URL, and image.
  • Reliable Proxy Support: Utilizes Apify's proxy configuration to ensure stable and anonymous scraping.
  • Scalable and Efficient: Built to handle large-scale scraping tasks with optimized performance.

Output

The Actor outputs a JSON array of property listings with the following fields:

FieldDescription
titleType of property (e.g., "Condo").
addressFull address of the property.
priceListed price of the property.
bedsNumber of bedrooms (e.g., "1 bed").
bathsNumber of bathrooms (e.g., "1 bath").
area_sqftArea of the property in square feet.
urlURL to the property listing on StreetEasy.
imageURL to the property's main image.

Example Output

[
{
"title": "Condo",
"address": "425 Main Street #14A",
"price": "$920,000",
"beds": "1 bed",
"baths": "1 bath",
"area_sqft": "ft²",
"url": "https://streeteasy.com/building/riverwalk-landing/14a?featured=1",
"image": "https://photos.zillowstatic.com/fp/f47043960cba4efc92e07714b2b337cb-p_e.webp"
},
{
"title": "Condo",
"address": "255 East 77th Street #29B",
"price": "$8,600,000",
"beds": "4 beds",
"baths": "4.5 baths",
"area_sqft": "ft²",
"url": "https://streeteasy.com/building/255-east-77/29b?featured=1",
"image": "https://photos.zillowstatic.com/fp/5e78bf004ca7a62cae1a15a058f3c299-p_e.webp"
}
]

Use Cases

  • Real Estate Analysis: Gather data for market trends, price comparisons, or investment opportunities.
  • Property Research: Collect detailed property information for academic or personal research.
  • Business Intelligence: Integrate listing data into real estate platforms or apps for enhanced user experiences.
  • Competitor Monitoring: Track listings to analyze competitors’ offerings in specific markets.

Support

For bug reports or custom needs, contact us at support@getdataforme.com or use our contact form: https://getdataforme.com/contact/.
Please include a clear subject line in your message, such as "Streeteasy Review Scraper Support" or "Custom Request". Thank you!