# Get phone & email leads from Craigslist posts

**Use case:** 

Pull contact leads from Craigslist services posts: phone, email, price, neighborhood, map address, latitude, longitude and post date from the post body.

## Input

```json
{
  "sites": [
    "chicago"
  ],
  "categories": [
    "services-all"
  ],
  "hasImage": false,
  "postedTodayOnly": false,
  "titleOnly": false,
  "searchNearby": false,
  "maxResultsPerSearch": 120,
  "maxResults": 300,
  "includePostDetails": true,
  "deduplicatePostings": true,
  "monitorMode": false,
  "monitorStoreName": "craigslist-monitor",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "category": {
    "label": "Category"
  },
  "contactPhone": {
    "label": "Phone"
  },
  "contactEmails": {
    "label": "Emails"
  },
  "price": {
    "label": "Price"
  },
  "site": {
    "label": "Site"
  },
  "neighborhood": {
    "label": "Area"
  },
  "mapAddress": {
    "label": "Address"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "postedAt": {
    "label": "Posted"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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