Streeteasy: Scan Listings
Streeteasy via Parse · real_estate
Server-side scan that searches listings then fetches each result's detail page to filter by description keywords or floor-plan availability — criteria that are absent from search cards. Runs the search (paginating internally), fetches up to max_listings detail pages concurrently, and returns only those matching at least one keyword (case-insensitive substring in the listing description) or having a floor plan when require_floor_plan is true. Costs one search request plus one detail request per scanned listing, capped at max_listings (maximum 100). Returns scanned_count, matched_count, descriptions_found_count, and compact per-match records. Empty matches (matched_count=0) are valid when no listing descriptions contain the keywords. Search rental listings on StreetEasy with filters for bedrooms, price range, neighborhoods, and amenities. Returns paginated results for active NYC rental apartments. Fulfilled by Parse from streeteasy.com.
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
- streeteasy
- streeteasy-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/38049975-1a6c-4bcd-ad05-a4b1a051e522/scan_listings
- Interface artifact
- sha256:70fdf8b30f906b4c1aea14d21ed81180bf6ebba1e1c31caacd3dd752dd850db3
- Manifest digest
- sha256:dbf608eb5b07b2e9436241757e16ea34fc8a3cc27169b575cc1e60e47d133c42
Request fields
- areas (string): Comma-separated neighborhood names or numeric area IDs to search within.: Allowed values: soho, chelsea, west chelsea, tribeca, greenwich village, east village, west village, lower east side, upper east side, upper west side, midtown, midtown east, midtown west, financial district, battery park city, flatiron, gramercy park, murray hill, hell's kitchen, harlem, williamsburg, brooklyn heights, park slope, dumbo, long island city
- keywords (string): Comma-separated keywords matched case-insensitively against listing descriptions (e.g. 'duplex,garden,terrace'). At least one of keywords or require_floor_plan=true must be provided.
- max_beds (integer): Maximum number of bedrooms. Defaults to min_beds when omitted.
- min_beds (integer): Minimum number of bedrooms.
- amenities (string): Comma-separated amenities filter for the search step.: Allowed values: elevator, doorman, laundry, gym, pool, parking, dishwasher, pets, outdoor_space, roof_deck
- max_price (integer): Maximum monthly rent in dollars.
- min_price (integer): Minimum monthly rent in dollars.
- max_listings (integer): Maximum number of search results to scan for detail-page matches. Capped at 100.
- require_floor_plan (boolean): When true, listings with floor plan images are included in results regardless of keyword matches.
Example queries
- {"areas":"soho","keywords":"renovated,spacious","max_beds":"3","min_beds":"1","amenities":"elevator","max_price":"30000","min_price":"1000","max_listings":"5","require_floor_plan":"False"}