# Used Cars Listings in Atlanta on Craigslist

**Use case:** 

Get detailed listings of used cars for sale in Atlanta. Access prices, images, and coordinates scraped directly from Craigslist.

## Input

```json
{
  "city": "atlanta",
  "category": "cta",
  "query": "",
  "searchUrls": [
    "https://losangeles.craigslist.org/search/cta?query=toyota"
  ],
  "maxResults": 500,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

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

## 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.