# Scrape Craigslist Austin Services with Contacts

**Use case:** 

Austin Craigslist service ads with phoneNumbers, emails, contactObfuscated, title, description and url — download leads in CSV or JSON.

## Input

```json
{
  "startUrls": [],
  "region": "austin",
  "category": "bbb",
  "condition": "any",
  "hasImage": false,
  "postedToday": false,
  "sort": "date",
  "includeDetails": true,
  "maxResults": 200
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceUsd": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "categoryLabel": {
    "label": "Category",
    "format": "text"
  },
  "subcategoryLabel": {
    "label": "Subcategory",
    "format": "text"
  },
  "region": {
    "label": "City",
    "format": "text"
  },
  "location": {
    "label": "Neighborhood",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "attributes": {
    "label": "Attributes",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "text"
  },
  "hasImages": {
    "label": "Has images",
    "format": "boolean"
  },
  "contactObfuscated": {
    "label": "Contact hidden",
    "format": "boolean"
  },
  "phoneNumbers": {
    "label": "Phone numbers",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "replyToken": {
    "label": "Reply token",
    "format": "text"
  },
  "isDeleted": {
    "label": "Deleted",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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