# San Francisco Craigslist Tech Job Listings Scraper

**Use case:** 

Extracts tech job listings for Python developers in the San Francisco area. Get prices, images, and detailed information in your preferred format.

## Input

```json
{
  "city": "newyork",
  "category": "sss",
  "query": "",
  "searchUrls": [
    "https://losangeles.craigslist.org/search/cta?query=toyota"
  ],
  "builder": {
    "city": "sfbay",
    "category": "sof",
    "query": "python developer"
  },
  "maxResults": 300,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

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

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