Craigslist: Search Apartments
Craigslist via Parse · real_estate
Full-text search over apartment listings in a Craigslist metro subarea. Filters by neighborhood codes/names, bedroom count, price range, and image presence. Returns up to max_results listing summaries sorted by the chosen order. Pagination is not supported — the single response contains all matching results up to the cap (max 360). Neighborhood names are resolved to Craigslist numeric codes internally; unrecognized names are silently ignored. Search and retrieve apartment listings from Craigslist with neighborhood, bedroom, price, and image filters. Fulfilled by Parse from newyork.craigslist.org.
- craigslist
- maps-geo
- marketplace
- newyork-craigslist-org
- parse
- platform-key
- real-estate
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/bc4986ba-495e-47ed-82af-0bcd31334217/search_apartments
- Interface artifact
- sha256:d9c6e1ec646a37bc7f64555396d0a517c8a0333d883b1a5d4dd62ac4d543b8d0
- Manifest digest
- sha256:a29158bc7e7101003da990b01b92a75e8e93d00b45d38055679558ffa887abac
Request fields
- sort (string): Sort order for results.: Allowed values: date, dateoldest, priceasc, pricedsc
- query (string): Search keyword to filter listings by title and description text.
- has_pic (string): Only show listings with images: 1 (yes) or 0 (no).: Allowed values: 1, 0
- subarea (string): Craigslist subarea code for the target city region (e.g. mnh for Manhattan, brk for Brooklyn, que for Queens, eby for East Bay). Varies by metro area.: Allowed values: mnh, brk, que, brx, stn
- max_price (string): Maximum monthly rent in USD (numeric string, e.g. '5000').
- min_price (string): Minimum monthly rent in USD (numeric string, e.g. '1000').
- max_results (string): Maximum number of results to return (up to 360).
- max_bedrooms (string): Maximum number of bedrooms (numeric string, e.g. '3').
- min_bedrooms (string): Minimum number of bedrooms (numeric string, e.g. '1').
- neighborhoods (string): Comma-separated neighborhood names or numeric codes to filter results within the selected subarea. Manhattan examples: chelsea, soho, east village, west village, greenwich village, lower east side, upper east side, upper west side, harlem, tribeca, midtown east, midtown west, hells kitchen, gramercy park, financial district, battery park city, murray hill, kips bay, stuyvesant town, chinatown, nolita, inwood, washington heights, hamilton heights, morningside heights, east
Example queries
- {"sort":"date","query":"luxury","has_pic":"1","subarea":"mnh","max_price":"10000","min_price":"1000","max_results":"5","max_bedrooms":"4","min_bedrooms":"1","neighborhoods":"chelsea"}