# Decatur Job Detail Scraper (`getdataforme/decatur-job-detail-mp-scraper`) Actor

The Decatur Job Detail Scraper efficiently extracts comprehensive job listings from Craigslist, providing valuable data for market research, competitive analysis, and business intelligence....

- **URL**: https://apify.com/getdataforme/decatur-job-detail-mp-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Automation, Agents, Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## README.md

### Decatur Job Detail Scraper

#### Introduction

The **Decatur Job Detail Scraper** is an automated tool designed to extract detailed job listings from Craigslist. It provides comprehensive data on job postings, including location, compensation, and company information, making it invaluable for market research, competitive analysis, and business intelligence.

#### Features

- **Automated Data Extraction**: Seamlessly scrape job details from Craigslist.
- **High-Quality Data**: Reliable and accurate job listing information.
- **Customizable Inputs**: Flexible start URLs to target specific job listings.
- **Comprehensive Output**: Detailed fields including location, compensation, and company details.
- **User-Friendly Interface**: Easy setup and execution on the Apify platform.

#### Input Parameters

| Parameter   | Type    | Required | Description                                                                 | Example                                                                 |
|-------------|---------|----------|-----------------------------------------------------------------------------|-------------------------------------------------------------------------|
| `startUrls` | array   | Yes      | URLs to start with for scraping job details.                                | `[{"url": "https://chicago.craigslist.org/chc/bus/d/chicago-automotive-service-advisor-shop/7941258509.html"}]` |

#### Example Usage

##### Input JSON

```json
{
  "startUrls": [
    {
      "url": "https://chicago.craigslist.org/chc/bus/d/chicago-automotive-service-advisor-shop/7941258509.html"
    }
  ]
}
```

##### Output JSON

```json
[
  {
    "url": "https://www.craigslist.org/view/d/chicago-regional-cdl-drivers-87-cpm/4jLdQDiYqKHaZS1Rgn5UfF",
    "title": "\ud83d\udcb2Regional CDL-A Drivers | 87 CPM | Home weekly\ud83d\udcb2",
    "price": null,
    "currency": null,
    "location": "Chicago, IL",
    "description": "&#x1f9f2;Sargent Logistics is hiring Regional CDL-A Driver - 550 miles around Chicago, IL WE PAY: &#x1f4b0;Premium Pay Rate for Regional Drivers - 87 CPM &#x1f525;Take home &#x24;2000 a week &#x1f4b0;all miles are paid, including detention, layover and &#x24;50 for extra stop &#x1f4b2;Safety + Referral bonus &#x274c;NO ESCROW &#x1f4b8;1099 If you believe you have what it takes to hit our metrics, we will start you at the Premium Pay Rate on day one. To maintain your Premium Pay Rate, you must meet the following weekly benchmarks: Safety, Dependability, Punctuality, Fuel efficiency, Idle Time and Policy Compliance. WE OFFER: &#x1f3e1;Weekly home (34hr reset) &#x1f6e3;&#xfe0f;2300-2500 miles a week - 3 shot round trips a week 550 miles around Chicago, IL &#x1f4af;Freight: 100% No Touch &#x2013; Dry Van &#x1fa9d;Drop &amp; hook at Chicago Terminal and live pick-up and deliveries on the East Coast &#x1f69b;Equipment: newer models of Freightliners (automatic + APU + inverter + fridge) &#x1f415;Pet friendly &#x1f334;Benefits: Paid vacation REQUIREMENTS: &#x2705;Valid CDL A license &#x2705;2+ yrs experience &#x1f4cd;Terminal Location: Chicago, IL 60632 &#x1f4de;Call Today: 630-716-3663 &#x1f4bb;Quick Apply: https://dashboard.getdoublenickel.com/short-form/x0d6puv34",
    "images": [
      "https://images.craigslist.org/00C0C_jH0gNikhvfV_0mr0t2_600x450.jpg"
    ],
    "postId": "7947043064",
    "postedAt": "2026-07-13T20:40:03-0500",
    "updatedAt": "2026-07-13T20:40:03-0500",
    "employmentType": "full-time",
    "compensationType": null,
    "companyName": "Sargent Logistics",
    "compensation": "87 CPM",
    "latitude": 41.8093,
    "longitude": -87.7052,
    "validThrough": "2026-08-12",
    "hiringOrganization": {
      "name": "Sargent Logistics"
    },
    "jobLocation": {
      "addressLocality": "Chicago",
      "addressCountry": "US",
      "postalCode": "60632",
      "addressRegion": "IL",
      "streetAddress": "4108 West 52 Street",
      "latitude": "41.809300",
      "longitude": "-87.705200"
    }
  }
]
```

#### Use Cases

- **Market Research and Analysis**: Gain insights into job market trends.
- **Competitive Intelligence**: Monitor competitors' hiring strategies.
- **Price Monitoring**: Track compensation rates across industries.
- **Content Aggregation**: Compile job listings for newsletters or reports.
- **Academic Research**: Analyze employment patterns and economic indicators.
- **Business Automation**: Streamline recruitment processes.

#### Installation and Usage

1. Search for "Decatur Job Detail Scraper" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters with desired start URLs.
4. Click "Start" to begin extraction.
5. Monitor progress in the log.
6. Export results in your preferred format (JSON, CSV, Excel).

#### Output Format

The output is a JSON array of job listings, each containing:

- `url`: The URL of the job listing.
- `title`: The title of the job posting.
- `location`: Job location details.
- `description`: Detailed job description.
- `images`: List of image URLs related to the job.
- `postId`, `postedAt`, `updatedAt`: Metadata about the post.
- `employmentType`, `compensationType`: Employment and compensation details.
- `companyName`, `compensation`: Company name and offered compensation.
- `latitude`, `longitude`: Geographical coordinates.
- `validThrough`: Expiry date of the job listing.
- `hiringOrganization`: Details about the hiring organization.
- `jobLocation`: Comprehensive location information.

#### Error Handling

The scraper is designed to handle common errors such as network issues and invalid URLs. If an error occurs, it will be logged in the Apify console for troubleshooting. Ensure that the provided start URLs are valid and accessible.

#### Rate Limiting and Best Practices

To avoid being blocked by Craigslist, adhere to the following best practices:

- Use a reasonable number of concurrent requests.
- Respect Craigslist's terms of service.
- Implement delays between requests if necessary.

#### Limitations and Considerations

- The scraper is tailored for Craigslist job listings. Other platforms may require different configurations.
- Ensure compliance with legal and ethical standards when using scraped data.
- Output quality depends on the structure and content of the source pages.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: [Contact Us](https://getdataforme.com/contact/)

We're here to help you get the most out of this Actor!

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://chicago.craigslist.org/chc/bus/d/chicago-automotive-service-advisor-shop/7941258509.html"
    }
  ]
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://chicago.craigslist.org/chc/bus/d/chicago-automotive-service-advisor-shop/7941258509.html"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/decatur-job-detail-mp-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://chicago.craigslist.org/chc/bus/d/chicago-automotive-service-advisor-shop/7941258509.html" }] }

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/decatur-job-detail-mp-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://chicago.craigslist.org/chc/bus/d/chicago-automotive-service-advisor-shop/7941258509.html"
    }
  ]
}' |
apify call getdataforme/decatur-job-detail-mp-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=getdataforme/decatur-job-detail-mp-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/DP8awTcJpT51wtIPx/builds/enrVah7zBgAWDtErP/openapi.json
