# Chicago Craigslist Sofa Listings Scraper

**Use case:** 

Extract up to 400 listings for sofa couches in Chicago. Get detailed prices, images, and coordinates for easy analysis.

## Input

```json
{
  "city": "newyork",
  "category": "sss",
  "query": "",
  "searchUrls": [
    "https://losangeles.craigslist.org/search/cta?query=toyota"
  ],
  "builder": {
    "city": "chicago",
    "category": "fua",
    "query": "sofa couch"
  },
  "maxResults": 400,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "imageCount": {
    "label": "Images",
    "format": "number"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Craigslist Scraper - Listings, Prices & Images](https://apify.com/logiover/craigslist-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/craigslist-scraper) to learn more, explore other use cases, and run it yourself.