Craigslist: Search Listings
Craigslist via Parse · marketplace
Search for listings on a specific Craigslist site. Returns results from the Craigslist search API with full listing URLs suitable for get_listing_detail. Supports all category codes from get_categories. Results include posting ID, title, price, location, images, and a direct URL to the listing page. Search and retrieve listings from Craigslist, including apartments, vehicles, jobs, services, and more across all regional sites. Fulfilled by Parse from craigslist.org.
- automotive
- craigslist
- craigslist-org
- jobs
- marketplace
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e5511f29-7fc5-4bb6-aeed-3f14ac55789e/search_listings
- Interface artifact
- sha256:b029a1d5cd7fbf38aca62af87ddc36a8463dc17bbd28f28a52207a40a83330b4
- Manifest digest
- sha256:36dd4da41d2013f6928697047eee1c131dfb146b41278cfeec147f25969ad6dc
Request fields
- site (string, required): Craigslist site hostname (e.g., 'newyork.craigslist.org'). The subdomain portion must match a Hostname value from get_sites.: Allowed values: newyork.craigslist.org, sfbay.craigslist.org, seattle.craigslist.org, chicago.craigslist.org, losangeles.craigslist.org
- sort (string): Sort order for results.: Allowed values: relevant, date, priceasc, pricedsc
- limit (integer): Maximum number of results to return.
- query (string): Search query text to filter listings.
- offset (integer): Offset for pagination (number of results to skip).
- category (string): Category code from get_categories (e.g., 'apa' for apartments, 'cta' for cars+trucks, 'sss' for all for sale, 'jjj' for all jobs, 'bbb' for all services, 'ggg' for all gigs, 'ccc' for all community, 'mis' for missed connections).: Allowed values: sss, apa, cta, jjj, bbb, ggg, ccc, mis, bik, fua, ele, pet
- has_image (boolean): Filter to listings with images only.: Allowed values: true, false
- max_price (integer): Maximum price filter in dollars.
- min_price (integer): Minimum price filter in dollars.
- posted_today (boolean): Filter to listings posted today only.: Allowed values: true, false
Example queries
- {"site":"newyork.craigslist.org","sort":"relevant","limit":"10","query":"furniture","offset":"0","category":"sss","has_image":"true","max_price":"1000","min_price":"10","posted_today":"true"}