
Streeteasy.com Scraper
Pricing
$15.00/month + usage

Streeteasy.com Scraper
Unlock the NYC real estate market with instant access to detailed property data, pricing trends, and neighborhood insights. Our StreetEasy scraper delivers comprehensive listing information across all boroughs, helping you make data-driven decisions faster than your competition.
0.0 (0)
Pricing
$15.00/month + usage
0
Monthly users
5
Runs succeeded
>99%
Last modified
18 hours ago
Overview
The StreetEasy.com Scraper is a sophisticated tool designed to extract real estate listings data from StreetEasy.com, New York City's leading real estate marketplace. Perfect for real estate professionals, researchers, and analysts, this scraper automates the collection of detailed property information, including prices, amenities, building details, and agent information across all NYC boroughs.
Features
-
Comprehensive Property Data Collection:
- Sales and rental listings with complete property details
- Historical price changes and time on market
- Building information and amenities
- Unit-specific details and floor plans
-
Support for Multiple and Individual Listings:
- Scrape multiple listings from pages like https://streeteasy.com/condo-buildings/nyc/new_development:new%20development%7Chas_sales:1
- Scrape individual listings like https://streeteasy.com/building/one-fifty/rental/4642882?utm_campaign=rental_listing&utm_medium=share&utm_source=web&lstt=VCs9nIkXlFsjgOWoLx4k3G1MZv745x2t0o2gJVn1JspnqnVn206EA8iUFXjNTzfJdZTBOQykFmPAw623
-
Agent Profile Data Extraction:
- Scrape agent profiles, including past deals and contact information, from links like:
-
Advanced Search Capabilities:
- Filter by borough, neighborhood, or specific areas
- Price range and property type filtering
- Custom search criteria support (bedrooms, bathrooms, amenities)
-
Market Intelligence:
- Price per square foot calculations
- Building history and property records
- Agent and brokerage information
- Market trends and pricing history
-
Data Management:
- Customizable data export formats (JSON, CSV, Excel)
- Deduplication of listings
- Incremental updates tracking
- Historical data preservation
How to Use
- Set Up: Ensure you have an Apify account and access to the Apify platform.
- Provide Start URLs: Copy and paste the desired search link, specify the location you want to scrape from streeteasy.com (e.g., "https://streeteasy.com/for-rent/brooklyn"), or use a direct listing URL (e.g., "https://streeteasy.com/building/one-fifty/rental/4642882").
- Adjust Scraper Settings: Modify settings like
maxItems
,maxConcurrency
, andminConcurrency
to suit your requirements. - Configure Proxy Settings: (Optional) Configure proxy settings for better reliability and to avoid IP blocks.
- Run the Scraper: Execute the scraper on the Apify platform. The output will be available in various formats like JSON, CSV, or Excel, depending on your preference.
- Monitor Progress: Use the Apify console to monitor the scraper's progress and handle any errors or retries.
- Export Data: Once the scraper completes, download the data in your preferred format for further analysis.
Input Configuration
Example configuration object:
1{ 2 "startUrls": [ 3 { 4 "url": "https://streeteasy.com/for-rent/brooklyn" 5 }, 6 { 7 "url": "https://streeteasy.com/condo-buildings/nyc/new_development:new%20development%7Chas_sales:1" 8 }, 9 { 10 "url": "https://streeteasy.com/building/one-fifty/rental/4642882?utm_campaign=rental_listing&utm_medium=share&utm_source=web&lstt=VCs9nIkXlFsjgOWoLx4k3G1MZv745x2t0o2gJVn1JspnqnVn206EA8iUFXjNTzfJdZTBOQykFmPAw623" 11 }, 12 { 13 "url": "https://streeteasy.com/for-rent/brooklyn" 14 }, 15 { 16 "url": "https://streeteasy.com/for-sale/kips-bay/status:closed?sort_by=interesting_desc" 17 18 }, 19 { 20 "url": "https://streeteasy.com/condo-buildings/nyc/new_development:new%20development%7Chas_sales:1" 21 }, 22 { 23 "url": "https://streeteasy.com/building/one-fifty/rental/4642882?utm_campaign=rental_listing&utm_medium=share&utm_source=web&lstt=VCs9nIkXlFsjgOWoLx4k3G1MZv745x2t0o2gJVn1JspnqnVn206EA8iUFXjNTzfJdZTBOQykFmPAw623" 24 }, 25 { 26 "url": "https://streeteasy.com/profile/825932-milton-coste?tab_profile=past_deals" 27 }, 28 { 29 "url": "https://streeteasy.com/profile/826114" 30 } 31 ], 32 "maxItems": 100, 33 "maxConcurrency": 10, 34 "minConcurrency": 1, 35 "maxRequestRetries": 100, 36 "proxy": { 37 "useApifyProxy": true, 38 "apifyProxyGroups": [ 39 "RESIDENTIAL" 40 ] 41 } 42}
Input Fields Explanation
-
Start URLs (
startUrls
):- Array of URLs to start scraping from
- Uses the
requestListSources
editor - Example default URL: "https://streeteasy.com/for-rent/brooklyn"
-
Max Items (
maxItems
):- Maximum number of listings to scrape per crawl
- Type: Integer
- Default: 100
- Optional: If not defined, all items will be scraped
-
Max Concurrency (
maxConcurrency
):- Maximum number of pages processed simultaneously
- Type: Integer
- Default: 10
-
Min Concurrency (
minConcurrency
):- Minimum number of pages processed simultaneously
- Type: Integer
- Default: 1
-
Max Request Retries (
maxRequestRetries
):- Number of retry attempts for failed requests
- Type: Integer
- Default: 100
-
Proxy Configuration (
proxy
):- Configuration for proxy servers to hide scraper origin
- Type: Object
- Default configuration:
useApifyProxy
: trueapifyProxyGroups
: ["RESIDENTIAL"]
- Uses the Apify Proxy editor for configuration
StreetEasy Scraper Output Structure
Core Fields for Sale
1{ 2 "__typename": "OrganicSaleEdge", 3 "node": { 4 "__typename": "SearchSaleListing", 5 "id": "1749037", 6 "advertisedOnSe": false, 7 "areaName": "Kips Bay", 8 "availableAt": null, 9 "bedroomCount": 3, 10 "buildingType": "CONDO", 11 "fullBathroomCount": 2, 12 "furnished": false, 13 "geoPoint": { 14 "__typename": "Geo", 15 "latitude": 40.74124, 16 "longitude": -73.98183 17 }, 18 "halfBathroomCount": 1, 19 "hasTour3d": false, 20 "hasVideos": false, 21 "isNewDevelopment": false, 22 "leadMedia": { 23 "__typename": "LeadMedia", 24 "photo": { 25 "__typename": "Photo", 26 "key": "ff882c3cdb2ca0bd3c00d9665ebe18c6" 27 }, 28 "floorPlan": null 29 }, 30 "livingAreaSize": 1629, 31 "mediaAssetCount": 20, 32 "offMarketAt": "2025-02-13", 33 "photos": [ 34 { 35 "__typename": "Photo", 36 "key": "ff882c3cdb2ca0bd3c00d9665ebe18c6" 37 }, 38 { 39 "__typename": "Photo", 40 "key": "50dcd49f179204bf00a9f8b2370d1044" 41 }, 42 ... 43 ], 44 "price": 2795000, 45 "priceChangedAt": "2025-01-09T22:01:53.000Z", 46 "priceDelta": 0, 47 "slug": null, 48 "saleType": "SPONSOR_UNIT", 49 "soldPrice": 0, 50 "sourceGroupLabel": "Brown Harris Stevens Development Marketing", 51 "sourceType": "FEED", 52 "status": "NO_LONGER_AVAILABLE", 53 "street": "368 Third Avenue", 54 "unit": "9A", 55 "upcomingOpenHouse": null, 56 "urlPath": "/building/vu-new-york/9a", 57 "verifiedAt": null, 58 "verifiedUpToDate": false 59 }, 60 "amenitiesMatch": null, 61 "matchedAmenities": null, 62 "missingAmenities": null 63 }
Core Fields Explanation
- id: Unique identifier for the listing.
- advertisedOnSe: Boolean indicating if the property is advertised on StreetEasy.
- areaName: Name of the area where the property is located.
- availableAt: Date when the property is available.
- bedroomCount: Number of bedrooms in the property.
- buildingType: Type of building (e.g., CONDO, COOP).
- fullBathroomCount: Number of full bathrooms.
- furnished: Boolean indicating if the property is furnished.
- geoPoint: Geographical coordinates of the property.
- latitude: Latitude of the property.
- longitude: Longitude of the property.
- halfBathroomCount: Number of half bathrooms.
- hasTour3d: Boolean indicating if the property has a 3D tour.
- hasVideos: Boolean indicating if the property has videos.
- isNewDevelopment: Boolean indicating if the property is a new development.
- leadMedia: Main media associated with the property.
- photo: Main photo of the property.
- key: Unique key for the photo.
- floorPlan: Floor plan of the property.
- photo: Main photo of the property.
- livingAreaSize: Size of the living area in square feet.
- mediaAssetCount: Number of media assets (photos, videos, etc.).
- offMarketAt: Date when the property went off the market.
- photos: Array of photos of the property.
- key: Unique key for each photo.
- price: Listing price of the property.
- priceChangedAt: Date when the price was last changed.
- priceDelta: Change in price since the last update.
- slug: URL slug for the property.
- saleType: Type of sale (e.g., SPONSOR_UNIT).
- soldPrice: Sold price of the property.
- sourceGroupLabel: Label of the source group.
- sourceType: Type of source (e.g., FEED).
- status: Current status of the listing (e.g., NO_LONGER_AVAILABLE).
- street: Street address of the property.
- unit: Unit number of the property.
- upcomingOpenHouse: Information about upcoming open houses.
- urlPath: URL path to the property listing.
- verifiedAt: Date when the listing was verified.
- verifiedUpToDate: Boolean indicating if the listing is up-to-date.
- amenitiesMatch: Matching amenities for the property.
- matchedAmenities: List of matched amenities.
- missingAmenities: List of missing amenities.
Core Fields for Rental
1{ 2 "id": "string", 3 "areaName": "string", 4 "availableAt": "ISO 8601 date string", 5 "bedroomCount": "integer", 6 "buildingType": "string", 7 "fullBathroomCount": "integer", 8 "halfBathroomCount": "integer", 9 "furnished": "boolean", 10 "geoPoint": { 11 "latitude": "float", 12 "longitude": "float" 13 }, 14 "hasTour3d": "boolean", 15 "hasVideos": "boolean", 16 "isNewDevelopment": "boolean", 17 "leaseTerm": "integer", 18 "livingAreaSize": "integer", 19 "monthsFree": "integer", 20 "noFee": "boolean", 21 "netEffectivePrice": "integer", 22 "offMarketAt": "ISO 8601 date string | null", 23 "price": "integer", 24 "priceChangedAt": "ISO 8601 date string", 25 "priceDelta": "integer", 26 "slug": "string | null", 27 "sourceGroupLabel": "string", 28 "sourceType": "string", 29 "state": "string", 30 "status": "string", 31 "street": "string", 32 "upcomingOpenHouse": "object | null", 33 "unit": "string", 34 "urlPath": "string", 35 "zipCode": "string" 36}
Core Fields Explanation
- id: Unique identifier for the rental listing.
- areaName: Name of the area where the property is located.
- availableAt: Date when the property is available for rent.
- bedroomCount: Number of bedrooms in the property.
- buildingType: Type of building (e.g., CONDO, COOP).
- fullBathroomCount: Number of full bathrooms.
- halfBathroomCount: Number of half bathrooms.
- furnished: Boolean indicating if the property is furnished.
- geoPoint: Geographical coordinates of the property.
- latitude: Latitude of the property.
- longitude: Longitude of the property.
- hasTour3d: Boolean indicating if the property has a 3D tour.
- hasVideos: Boolean indicating if the property has videos.
- isNewDevelopment: Boolean indicating if the property is a new development.
- leaseTerm: Lease term duration in months.
- livingAreaSize: Size of the living area in square feet.
- monthsFree: Number of months free in the lease term.
- noFee: Boolean indicating if there is no broker fee.
- netEffectivePrice: Net effective price after accounting for any concessions.
- offMarketAt: Date when the property went off the market.
- price: Listing price of the rental property.
- priceChangedAt: Date when the price was last changed.
- priceDelta: Change in price since the last update.
- slug: URL slug for the property.
- sourceGroupLabel: Label of the source group.
- sourceType: Type of source (e.g., FEED).
- state: State where the property is located.
- status: Current status of the listing (e.g., ACTIVE, NO_LONGER_AVAILABLE).
- street: Street address of the property.
- upcomingOpenHouse: Information about upcoming open houses.
- unit: Unit number of the property.
- urlPath: URL path to the property listing.
- zipCode: Zip code of the property.
Rental Object Structure
1{ 2 "rental": { 3 "__typename": "Rental", 4 "id": "string", 5 "address": { 6 "latitude": "string", 7 "longitude": "string" 8 }, 9 "anyrooms": "integer", 10 "area": { 11 "id": "string", 12 "name": "string", 13 "borough": { 14 "name": "string" 15 } 16 }, 17 "closed_at": "date | null", 18 "days_on_market": "integer", 19 "is_furnished": "boolean", 20 "is_featured": "boolean", 21 "is_sponsored": "boolean", 22 "is_viewed": "boolean", 23 "listed_at": "ISO 8601 date string", 24 "opaque": "string", 25 "status_date": "date | null", 26 "status_title": "string", 27 "source_group_id": "string", 28 "sourceuri": "string | null", 29 "quick_url": "string", 30 "smallImageURL": "string", 31 "mediumImageURL": "string", 32 "is_show_bsc_looker_report": "boolean", 33 "twilio_number": "string | null" 34 } 35}
Rental Object Fields Explanation
- id: Unique identifier for the rental listing.
- address: Geographical coordinates of the property.
- latitude: Latitude of the property.
- longitude: Longitude of the property.
- anyrooms: Number of rooms in the property.
- area: Information about the area where the property is located.
- id: Unique identifier for the area.
- name: Name of the area.
- borough: Borough where the property is located.
- name: Name of the borough.
- closed_at: Date when the rental listing was closed.
- days_on_market: Number of days the property has been on the market.
- is_furnished: Boolean indicating if the property is furnished.
- is_featured: Boolean indicating if the property is featured.
- is_sponsored: Boolean indicating if the property is sponsored.
- is_viewed: Boolean indicating if the property has been viewed.
- listed_at: Date when the property was listed.
- opaque: Opaque identifier for the property.
- status_date: Date when the status was last updated.
- status_title: Title of the status.
- source_group_id: Identifier for the source group.
- sourceuri: URI of the source.
- quick_url: Quick URL for the property listing.
- smallImageURL: URL for the small image of the property.
- mediumImageURL: URL for the medium image of the property.
- is_show_bsc_looker_report: Boolean indicating if the BSC Looker report is shown.
- twilio_number: Twilio number for contact.
Building Information
1{ 2 "building": { 3 "id": "string", 4 "title": "string", 5 "subtitle": "string", 6 "is_new_development": "boolean", 7 "building_type": "string", 8 "year_built": "integer", 9 "open_rentals_count": "integer", 10 "open_sales_count": "integer", 11 "show_building_premium_page": "boolean", 12 "medium_image_uri": "string", 13 "residential_unit_count": "integer", 14 "landmark_name": "string", 15 "type": "string", 16 "status": "string", 17 "additionalDetails": { 18 "leasingStartDate": "ISO 8601 date string", 19 "salesStartDate": "ISO 8601 date string | null" 20 } 21 } 22}
Building Information Fields Explanation
- id: Unique identifier for the building.
- title: Title of the building.
- subtitle: Subtitle of the building.
- is_new_development: Boolean indicating if the building is a new development.
- building_type: Type of building (e.g., CONDO, COOP).
- year_built: Year the building was built.
- open_rentals_count: Number of open rental listings in the building.
- open_sales_count: Number of open sales listings in the building.
- show_building_premium_page: Boolean indicating if the building has a premium page.
- medium_image_uri: URI for the medium image of the building.
- residential_unit_count: Number of residential units in the building.
- landmark_name: Name of the landmark.
- type: Type of the building.
- status: Current status of the building.
- additionalDetails: Additional details about the building.
- leasingStartDate: Date when leasing starts.
- salesStartDate: Date when sales start.
Property Features and Amenities
1{ 2 "propertyDetails": { 3 "address": { 4 "street": "string", 5 "houseNumber": "string", 6 "streetName": "string", 7 "city": "string", 8 "state": "string", 9 "zipCode": "string", 10 "unit": "string" 11 }, 12 "roomCount": "integer", 13 "amenities": { 14 "list": ["string"], 15 "doormanTypes": ["string"], 16 "parkingTypes": ["string"], 17 "sharedOutdoorSpaceTypes": ["string"], 18 "storageSpaceTypes": ["string"] 19 }, 20 "features": { 21 "list": ["string"], 22 "fireplaceTypes": ["string"], 23 "privateOutdoorSpaceTypes": ["string"], 24 "views": ["string"] 25 } 26 } 27}
Property Features and Amenities Fields Explanation
- address: Address details of the property.
- street: Street name.
- houseNumber: House number.
- streetName: Street name.
- city: City where the property is located.
- state: State where the property is located.
- zipCode: Zip code of the property.
- unit: Unit number of the property.
- roomCount: Number of rooms in the property.
- amenities: List of amenities available in the property.
- list: List of amenities.
- doormanTypes: Types of doorman services.
- parkingTypes: Types of parking available.
- sharedOutdoorSpaceTypes: Types of shared outdoor spaces.
- storageSpaceTypes: Types of storage spaces.
- features: List of features available in the property.
- list: List of features.
- fireplaceTypes: Types of fireplaces.
- privateOutdoorSpaceTypes: Types of private outdoor spaces.
- views: Types of views available from the property.
Contact Information
1{ 2 "contacts": [ 3 { 4 "secondary_phone": "string", 5 "license": { 6 "display_type": "string" 7 }, 8 "email": "string", 9 "id": "string", 10 "name": "string", 11 "primary_phone": "string", 12 "is_pro": "boolean", 13 "source_group": { 14 "label": "string", 15 "logo_url": "string" 16 }, 17 "photo_uri": "string", 18 "profile": { 19 "url": "string" 20 }, 21 "user_id": "string" 22 } 23 ] 24}
Contact Information Fields Explanation
- secondary_phone: Secondary phone number of the contact.
- license: License information of the contact.
- display_type: Display type of the license.
- email: Email address of the contact.
- id: Unique identifier for the contact.
- name: Name of the contact.
- primary_phone: Primary phone number of the contact.
- is_pro: Boolean indicating if the contact is a professional.
- source_group: Source group information.
- label: Label of the source group.
- logo_url: URL of the source group logo.
- photo_uri: URI for the photo of the contact.
- profile: Profile information of the contact.
- url: URL of the profile.
- user_id: User ID of the contact.
License Information
1{ 2 "license": { 3 "business_name": "string", 4 "business_address_1": "string", 5 "business_address_2": "string | null", 6 "business_city": "string", 7 "business_state": "string", 8 "business_zip": "string", 9 "full_business_address": "string", 10 "license_type": { 11 "label": "string" 12 } 13 } 14}
License Information Fields Explanation
- business_name: Name of the business.
- business_address_1: First line of the business address.
- business_address_2: Second line of the business address.
- business_city: City where the business is located.
- business_state: State where the business is located.
- business_zip: Zip code of the business.
- full_business_address: Full address of the business.
- license_type: Type of license.
- label: Label of the license type.
Price History
1{ 2 "price_histories": [ 3 { 4 "date": "YYYY-MM-DD", 5 "price": "integer", 6 "description": "string", 7 "event": "string", 8 "closing_id": "string | null" 9 } 10 ] 11}
Price History Fields Explanation
- date: Date of the price event.
- price: Price at the time of the event.
- description: Description of the price event.
- event: Type of price event (e.g., PRICE_DECREASE, LISTED).
- closing_id: Closing ID associated with the event.
Media Content
1{ 2 "media": { 3 "photos": [ 4 { 5 "key": "string", 6 "description": "string", 7 "url": "string" 8 } 9 ], 10 "floorPlans": ["array"], 11 "videos": ["array"], 12 "tour3dUrl": "string | null", 13 "assetCount": "integer" 14 } 15}
Media Content Fields Explanation
- photos: Array of photos of the property.
- key: Unique key for each photo.
- description: Description of the photo.
- url: URL of the photo.
- floorPlans: Array of floor plans of the property.
- videos: Array of videos of the property.
- tour3dUrl: URL for the 3D tour of the property.
- assetCount: Number of media assets (photos, videos, etc.).
Building Policies
1{ 2 "policies": { 3 "list": ["string"], 4 "petPolicy": { 5 "catsAllowed": "boolean | null", 6 "dogsAllowed": "boolean | null", 7 "maxDogWeight": "integer | null", 8 "restrictedDogBreeds": ["string"] 9 } 10 } 11}
Building Policies Fields Explanation
- list: List of building policies.
- petPolicy: Pet policy information.
- catsAllowed: Boolean indicating if cats are allowed.
- dogsAllowed: Boolean indicating if dogs are allowed.
- maxDogWeight: Maximum weight of allowed dogs.
- restrictedDogBreeds: List of restricted dog breeds.
Nearby Information
1{ 2 "nearby": { 3 "transitStations": [ 4 { 5 "name": "string", 6 "distance": "float", 7 "routes": ["string"], 8 "geo": { 9 "latitude": "float", 10 "longitude": "float" 11 } 12 } 13 ] 14 } 15}
Nearby Information Fields Explanation
- transitStations: Array of nearby transit stations.
- name: Name of the transit station.
- distance: Distance to the transit station.
- routes: List of routes available at the transit station.
- geo: Geographical coordinates of the transit station.
- latitude: Latitude of the transit station.
- longitude: Longitude of the transit station.
Schools Information
1{ 2 "nearbySchools": [ 3 { 4 "name": "string", 5 "district": "string", 6 "grades": ["string"], 7 "id": "string", 8 "idstr": "string", 9 "geoCenter": { 10 "latitude": "float", 11 "longitude": "float" 12 } 13 } 14 ] 15}
Schools Information Fields Explanation
- nearbySchools: Array of nearby schools.
- name: Name of the school.
- district: School district.
- grades: List of grades offered by the school.
- id: Unique identifier for the school.
- idstr: String identifier for the school.
- geoCenter: Geographical center of the school.
- latitude: Latitude of the school.
- longitude: Longitude of the school.
Property History
1{ 2 "propertyHistory": [ 3 { 4 "listingId": "string", 5 "sourceGroupLabel": "string", 6 "offMarketAt": "ISO 8601 date string | null", 7 "rentalEventsOfInterest": [ 8 { 9 "date": "YYYY-MM-DD", 10 "price": "integer", 11 "pricePercentChange": "float", 12 "status": "string" 13 } 14 ] 15 } 16 ] 17}
Property History Fields Explanation
- listingId: Unique identifier for the listing.
- sourceGroupLabel: Label of the source group.
- offMarketAt: Date when the property went off the market.
- rentalEventsOfInterest: Array of rental events of interest.
- date: Date of the rental event.
- price: Price at the time of the event.
- pricePercentChange: Percentage change in price.
- status: Status of the rental event.
Agent Profile Structure
1{ 2 "agentProfileId": "826114", 3 "agentId": 279094, 4 "id": 279094, 5 "contact_id": 279094, 6 "profile_id": 826114, 7 "name": "Alexa Lambert", 8 "license": { 9 "license_holder_name": "LAMBERT ALEXA P", 10 "license_number": "40LA0778336", 11 "display_type": "Licensed Real Estate Salesperson", 12 "license_expiration_date": "2026-06-17", 13 "business_state": "NY" 14 }, 15 "title": null, 16 "email": "alexa.lambert@compass.com", 17 "phone": "+19174038819", 18 "cell": null, 19 "primary_phone": "+19174038819", 20 "secondary_phone": null, 21 "expert": false, 22 "expert_status": "expert_disabled", 23 "pro": false, 24 "bio": "Alexa Lambert has been a broker at Stribling & Associates since 1990...", 25 "headshot_for_profile": "https://photos.zillowstatic.com/fp/3c903bf208196fd44b50e1c854d481ad-se_large_800_400.webp", 26 "buy_side_deals_count": 15, 27 "sell_side_deals_count": 514, 28 "rental_deals_count": 58, 29 "user_id": "1095873", 30 "languages": [], 31 "source_group": "Compass", 32 "profile_url": "https://streeteasy.com/profile/826114-alexa-lambert", 33 "display_name": null, 34 "agency_logo_url": null, 35 "facebook_url": null, 36 "twitter_url": null, 37 "neighborhoods": [], 38 "neighborhoodDeals": [], 39 "activeSaleDeals": [ 40 { 41 "__typename": "AgentProfileListing", 42 "address": { 43 "__typename": "AgentProfileAddress", 44 "lat": 40.77146514, 45 "lon": -73.95899757, 46 "pretty_address": "200 East 75th Street", 47 "unit": "#9A" 48 }, 49 "area": { 50 "__typename": "Area", 51 "name": "Lenox Hill" 52 }, 53 "bathrooms": 4, 54 "bedrooms": 4, 55 "closed_at": null, 56 "id": "1719688", 57 "license": { 58 "__typename": "License", 59 "business_name": "COMPASS", 60 "business_address_1": "90 5TH AVE", 61 "business_address_2": "3RD FLOOR", 62 "business_city": "NEW YORK", 63 "business_state": "NY", 64 "business_zip": "10011-7624", 65 "full_business_address": "90 5th Avenue, New York, NY 10011-7624", 66 "license_type": { 67 "__typename": "LicenseTypeInfo", 68 "label": "Corporate Broker" 69 } 70 }, 71 "listed_price": 6550000, 72 "medium_image_uri": "https://photos.zillowstatic.com/fp/133b07d9ea5e928a7e949889877eb671-se_medium_500_250.webp", 73 "unit_type_label": "Condo" 74 } 75 ], 76 "activeRentalDeals": [ 77 { 78 "__typename": "AgentProfileListing", 79 "address": { 80 "__typename": "AgentProfileAddress", 81 "lat": 40.71737336, 82 "lon": -73.99622667, 83 "pretty_address": "58 Elizabeth Street", 84 "unit": "#21" 85 }, 86 "area": { 87 "__typename": "Area", 88 "name": "Chinatown" 89 }, 90 "bathrooms": 1, 91 "bedrooms": 1, 92 "closed_at": null, 93 "id": "4700185", 94 "license": { 95 "__typename": "License", 96 "business_name": "KELLER WILLIAMS NYC", 97 "business_address_1": "360 Madison Avenue", 98 "business_address_2": "9th Floor", 99 "business_city": "NEW YORK", 100 "business_state": "NY", 101 "business_zip": "10017", 102 "full_business_address": "360 Madison Avenue, New York, NY 10017", 103 "license_type": { 104 "__typename": "LicenseTypeInfo", 105 "label": "Limited Liability Broker" 106 } 107 }, 108 "listed_price": 2767, 109 "medium_image_uri": "https://photos.zillowstatic.com/fp/1467113611742b42c11857f66f5dd771-se_medium_500_250.webp", 110 "unit_type_label": "Rental Unit" 111 } 112 ], 113 "pastRentalDeals": [ 114 { 115 "__typename": "AgentProfileListing", 116 "address": { 117 "__typename": "AgentProfileAddress", 118 "lat": 40.72119904, 119 "lon": -74.00900269, 120 "pretty_address": "7 Hubert Street", 121 "unit": "#8A" 122 }, 123 "area": { 124 "__typename": "Area", 125 "name": "Tribeca" 126 }, 127 "bathrooms": 3, 128 "bedrooms": 3, 129 "closed_at": "2025-04-01T10:57:19-04:00", 130 "id": "4619605", 131 "license": { 132 "__typename": "License", 133 "business_name": "COMPASS", 134 "business_address_1": "90 5TH AVE", 135 "business_address_2": "3RD FLOOR", 136 "business_city": "NEW YORK", 137 "business_state": "NY", 138 "business_zip": "10011-7624", 139 "full_business_address": "90 5th Avenue, New York, NY 10011-7624", 140 "license_type": { 141 "__typename": "LicenseTypeInfo", 142 "label": "Corporate Broker" 143 } 144 }, 145 "listed_price": 32000, 146 "medium_image_uri": "https://photos.zillowstatic.com/fp/857af54b640be09bf58aba379c03517a-se_medium_500_250.webp", 147 "unit_type_label": "Condo" 148 } 149 ], 150 "pastClosingDeals": [ 151 { 152 "__typename": "AgentProfileListing", 153 "address": { 154 "__typename": "AgentProfileAddress", 155 "lat": 40.73419952, 156 "lon": -73.99459839, 157 "pretty_address": "45 Fifth Avenue", 158 "unit": "#2AB" 159 }, 160 "area": { 161 "__typename": "Area", 162 "name": "Greenwich Village" 163 }, 164 "bathrooms": 2, 165 "bedrooms": 2, 166 "closed_at": "2025-01-23T12:26:04-05:00", 167 "id": "1694548", 168 "license": { 169 "__typename": "License", 170 "business_name": "BROWN HARRIS STEVENS RESIDENTIAL SALES LLC", 171 "business_address_1": "445 PARK AVE 11TH FL", 172 "business_address_2": null, 173 "business_city": "NEW YORK", 174 "business_state": "NY", 175 "business_zip": "10022", 176 "full_business_address": "445 Park Avenue 11th Fl, New York, NY 10022", 177 "license_type": { 178 "__typename": "LicenseTypeInfo", 179 "label": "Real Estate Principal Office" 180 } 181 }, 182 "listed_price": 2495000, 183 "medium_image_uri": "https://photos.zillowstatic.com/fp/4f121f02ecfcea36159c8f447415aa3c-se_medium_500_250.webp", 184 "unit_type_label": "Co-op" 185 } 186 ] 187}
Agent Profile Fields Explanation
- agentProfileId: Unique identifier for the agent's profile.
- agentId: Unique identifier for the agent.
- id: Alias for
agentId
. - contact_id: Identifier for the agent's contact information.
- profile_id: Identifier for the agent's profile page.
- name: Full name of the agent.
- license: License details of the agent.
- license_holder_name: Name of the license holder.
- license_number: License number of the agent.
- display_type: Type of license (e.g., "Licensed Real Estate Salesperson").
- license_expiration_date: Expiration date of the license.
- business_state: State where the license is valid.
- title: Title or designation of the agent (if available).
- email: Email address of the agent.
- phone: Primary phone number of the agent.
- cell: Cell phone number of the agent (if available).
- primary_phone: Primary phone number of the agent.
- secondary_phone: Secondary phone number of the agent (if available).
- expert: Boolean indicating if the agent is an expert.
- expert_status: Status of the agent's expert designation.
- pro: Boolean indicating if the agent is a professional.
- bio: Biography or description of the agent.
- headshot_for_profile: URL of the agent's profile picture.
- buy_side_deals_count: Number of buy-side deals completed by the agent.
- sell_side_deals_count: Number of sell-side deals completed by the agent.
- rental_deals_count: Number of rental deals completed by the agent.
- user_id: Unique identifier for the agent's user account.
- languages: List of languages spoken by the agent.
- source_group: Name of the agency or brokerage the agent is associated with.
- profile_url: URL of the agent's profile page.
- display_name: Display name of the agent (if available).
- agency_logo_url: URL of the agency's logo (if available).
- facebook_url: URL of the agent's Facebook profile (if available).
- twitter_url: URL of the agent's Twitter profile (if available).
- neighborhoods: List of neighborhoods the agent specializes in.
- neighborhoodDeals: List of deals completed in specific neighborhoods.
- activeSaleDeals: Array of active sale deals associated with the agent.
- activeRentalDeals: Array of active rental deals associated with the agent.
- pastRentalDeals: Array of past rental deals completed by the agent.
- pastClosingDeals: Array of past closing deals completed by the agent.
Active Sale Deals Fields Explanation
- address: Address details of the property.
- lat: Latitude of the property.
- lon: Longitude of the property.
- pretty_address: Formatted address of the property.
- unit: Unit number of the property.
- area: Area where the property is located.
- name: Name of the area.
- bathrooms: Number of bathrooms in the property.
- bedrooms: Number of bedrooms in the property.
- closed_at: Date when the deal was closed (if applicable).
- id: Unique identifier for the deal.
- license: License details of the agent for this deal.
- business_name: Name of the business.
- business_address_1: First line of the business address.
- business_address_2: Second line of the business address (if available).
- business_city: City of the business.
- business_state: State of the business.
- business_zip: Zip code of the business.
- full_business_address: Full address of the business.
- license_type: Type of license (e.g., "Corporate Broker").
- listed_price: Listed price of the property.
- medium_image_uri: URL of the property's image.
- unit_type_label: Type of the unit (e.g., "Condo").
Active Rental Deals Fields Explanation
- address: Address details of the rental property.
- lat: Latitude of the property.
- lon: Longitude of the property.
- pretty_address: Formatted address of the property.
- unit: Unit number of the property.
- area: Area where the property is located.
- name: Name of the area.
- bathrooms: Number of bathrooms in the property.
- bedrooms: Number of bedrooms in the property.
- closed_at: Date when the rental deal was closed (if applicable).
- id: Unique identifier for the rental deal.
- license: License details of the agent for this deal.
- business_name: Name of the business.
- business_address_1: First line of the business address.
- business_address_2: Second line of the business address (if available).
- business_city: City of the business.
- business_state: State of the business.
- business_zip: Zip code of the business.
- full_business_address: Full address of the business.
- license_type: Type of license (e.g., "Limited Liability Broker").
- listed_price: Listed price of the rental property.
- medium_image_uri: URL of the property's image.
- unit_type_label: Type of the unit (e.g., "Rental Unit").
Past Rental Deals Fields Explanation
- address: Address details of the past rental property.
- lat: Latitude of the property.
- lon: Longitude of the property.
- pretty_address: Formatted address of the property.
- unit: Unit number of the property.
- area: Area where the property is located.
- name: Name of the area.
- bathrooms: Number of bathrooms in the property.
- bedrooms: Number of bedrooms in the property.
- closed_at: Date when the rental deal was closed.
- id: Unique identifier for the rental deal.
- license: License details of the agent for this deal.
- business_name: Name of the business.
- business_address_1: First line of the business address.
- business_address_2: Second line of the business address (if available).
- business_city: City of the business.
- business_state: State of the business.
- business_zip: Zip code of the business.
- full_business_address: Full address of the business.
- license_type: Type of license (e.g., "Corporate Broker").
- listed_price: Listed price of the rental property.
- medium_image_uri: URL of the property's image.
- unit_type_label: Type of the unit (e.g., "Condo").
Past Closing Deals Fields Explanation
- address: Address details of the past closing property.
- lat: Latitude of the property.
- lon: Longitude of the property.
- pretty_address: Formatted address of the property.
- unit: Unit number of the property.
- area: Area where the property is located.
- name: Name of the area.
- bathrooms: Number of bathrooms in the property.
- bedrooms: Number of bedrooms in the property.
- closed_at: Date when the closing deal was completed.
- id: Unique identifier for the closing deal.
- license: License details of the agent for this deal.
- business_name: Name of the business.
- business_address_1: First line of the business address.
- business_address_2: Second line of the business address (if available).
- business_city: City of the business.
- business_state: State of the business.
- business_zip: Zip code of the business.
- full_business_address: Full address of the business.
- license_type: Type of license (e.g., "Real Estate Principal Office").
- listed_price: Listed price of the property.
- medium_image_uri: URL of the property's image.
- unit_type_label: Type of the unit (e.g., "Co-op").
Benefits
- Access comprehensive NYC real estate data programmatically
- Track market trends and price changes in real-time
- Generate detailed market analysis reports
- Monitor specific buildings or neighborhoods
- Export data in various formats for analysis
- Save countless hours of manual data collection
Why Choose This Scraper?
This StreetEasy.com scraper is specifically designed for the unique characteristics of the NYC real estate market. It handles the complexities of StreetEasy's data structure, including co-op and condo-specific information, building amenities, and NYC-specific property types. With built-in rate limiting and proxy support, it ensures reliable data collection while respecting the platform's usage guidelines.
Explore More Scrapers
If you found this Apify Smartbuyglasses Scraper useful, be sure to check out our other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to enhance your web scraping and automation needs across various platforms and use cases.
Support
- For issues or feature requests, please use the Issues section of this actor.
- If you need customization or have questions, feel free to contact the author:
- Author's website: https://muhamed-didovic.github.io/
- Email: muhamed.didovic@gmail.com
Additional Services
- Request customization or whole dataset: muhamed.didovic@gmail.com
- If you need anything else scraped, or this actor customized, email: muhamed.didovic@gmail.com
- For API services of this scraper (no Apify fee, just usage fee for the API), contact: muhamed.didovic@gmail.com
- Email: muhamed.didovic@gmail.com
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
2 hours
Price
$15.00