# Build a Craigslist Rental and Housing Price Monitor

**Use case:** 

Track Craigslist rental and housing listings across US metros — title, price, neighborhood, location, and full description. Build a price-monitoring pipeline wi

## Input

```json
{
  "city": "sfbay",
  "category": "apa",
  "maxResults": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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