# Craigslist Price Monitor Used Sofas

**Use case:** 

Export public Craigslist classifieds for price monitor used sofas with safe limits for market research, local supply snapshots, and spreadsheet exports.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://sfbay.craigslist.org/search/sss?query=desk"
    }
  ],
  "cityOrSite": "sfbay",
  "category": "fua",
  "query": "price used sofas",
  "maxItems": 10,
  "includeDetails": false,
  "hasImage": false,
  "sort": "date",
  "postedWithin": "anytime",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "cityOrSite": {
    "label": "City/site",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "id": {
    "label": "Posting ID",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "sellerContactAvailable": {
    "label": "Reply button",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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