# Monitor Craigslist free stuff posted today

**Use case:** 

Track everything listed free on Craigslist today across the SF Bay Area, Los Angeles and Seattle. Photos only, with location, time and a direct link.

## Input

```json
{
  "searchTerms": [],
  "cities": [
    "sfbay",
    "losangeles",
    "seattle"
  ],
  "category": "freeStuff",
  "maxItems": 300,
  "includeDetails": false,
  "startUrls": [],
  "postedWithinDays": 1,
  "hasImage": true,
  "titleOnly": false,
  "searchNearbyAreas": false,
  "sortBy": "newest",
  "deduplicate": true,
  "bundleDuplicates": false,
  "imageSize": "medium",
  "maxRequestRetries": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "location": {
    "label": "Location"
  },
  "city": {
    "label": "City"
  },
  "category": {
    "label": "Category"
  },
  "postedAt": {
    "label": "Posted"
  },
  "imageCount": {
    "label": "Photos"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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