# Find underpriced Craigslist furniture to flip

**Use case:** 

Hunt Craigslist for mid-century, solid wood and Herman Miller furniture under $300 in Chicago and Boston. Includes condition, photos and full descriptions.

## Input

```json
{
  "searchTerms": [
    "mid century",
    "solid wood",
    "herman miller"
  ],
  "cities": [
    "chicago",
    "boston"
  ],
  "category": "furniture",
  "maxItems": 400,
  "includeDetails": true,
  "startUrls": [],
  "maxPrice": 300,
  "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"
  },
  "condition": {
    "label": "Condition"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "description": {
    "label": "Description"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lon"
  },
  "attributes": {
    "label": "Attributes"
  },
  "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.