# Bikes for sale on Craigslist SF Bay

**Use case:** 

Every bike listed for sale on Craigslist San Francisco Bay Area, newest posts first, ready to browse or export as clean data.

## Input

```json
{
  "cities": [
    "sfbay"
  ],
  "category": "for-sale",
  "query": [
    "bike"
  ],
  "hasImage": false,
  "purveyor": "all",
  "postedSince": "any",
  "sort": "newest",
  "fetchContactInfo": false,
  "maxResults": 25
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (USD)",
    "format": "number"
  },
  "city": {
    "label": "City (subdomain)",
    "format": "string"
  },
  "place": {
    "label": "Place / neighborhood",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted date",
    "format": "string"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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