# Used Honda Civic prices in Los Angeles on CL

**Use case:** 

Scrape used Honda Civic listings in LA from Craigslist. Get prices, photos, mileage, and seller locations for smart car buying.

## Input

```json
{
  "startUrls": [
    "https://sfbay.craigslist.org/search/sss?query=bike"
  ],
  "region": "losangeles",
  "category": "cta",
  "searchTerm": "honda civic",
  "condition": "any",
  "hasImage": true,
  "postedToday": false,
  "sort": "date",
  "includeDetails": true,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceUsd": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "categorySlug": {
    "label": "Category Code",
    "format": "text"
  },
  "categoryLabel": {
    "label": "Category",
    "format": "text"
  },
  "subcategorySlug": {
    "label": "Subcategory Code",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "text"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "object"
  },
  "hasImages": {
    "label": "Has Images",
    "format": "boolean"
  },
  "phoneNumbers": {
    "label": "Phone Numbers",
    "format": "object"
  },
  "emails": {
    "label": "Emails",
    "format": "object"
  },
  "contactObfuscated": {
    "label": "Contact Obfuscated",
    "format": "boolean"
  },
  "isDeleted": {
    "label": "Deleted",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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