Craigslist: Get Listing Details
Craigslist via Parse · real_estate
Fetch full details for a single apartment listing by its numeric Craigslist ID. Returns the complete description, address, images, geo-coordinates, bedroom/bathroom counts, square footage, and posting date. The listing must still be live on Craigslist; expired or removed listings return input_not_found. The subarea hint helps construct the correct URL but the listing will resolve via redirect even with the wrong subarea. 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/get_listing_details
- Interface artifact
- sha256:71c4dc766828986488a950d3599888868d064a17a54dfbf6351e440b9569a360
- Manifest digest
- sha256:fbf22d9fe664a27020d9e7db25126ef99f8828d967db0ff5246425941718a3dc
Request fields
- subarea (string): Craigslist subarea code for the region the listing belongs to (e.g. mnh for Manhattan, brk for Brooklyn). Helps construct the correct URL.: Allowed values: mnh, brk, que, brx, stn
- listing_id (string, required): Craigslist listing ID (numeric string, e.g. '7939927324'). Obtain from search_apartments results.
Example queries
- {"subarea":"mnh","listing_id":"7939927324"}