# Craigslist \[Just 💰$1] — classifieds listings (`blackfalcondata/craigslist-scraper`) Actor

💰 $1 per 1,000 listings. Scrape craigslist.org — for-sale housing & jobs · gigs & services with structured data · precise GPS coordinates plus category & price filters. Incremental mode tracks new and changed listings across scheduled runs.

- **URL**: https://apify.com/blackfalcondata/craigslist-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.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

### What does Craigslist do?

Craigslist Scraper extracts structured listings from [craigslist.org](https://craigslist.org) across for-sale, housing, jobs, gigs and services — title, price, description, photos, category, posting date and precise GPS coordinates on every listing. Filter by category, price range, condition, seller type and location (or paste start URLs), and run incrementally to capture only new posts.

**New to Apify?** [Sign up free](https://console.apify.com/sign-up?fpr=1h3gvi\&fp_sid=ctaplain) and use the included $5 monthly platform credit to test this actor.

### Key features

- **📍 Geo-coordinates on every listing** — every listing carries `latitude` + `longitude` (plus region, sub-area and neighborhood when details are on) — map-ready without geocoding. Pulled straight from Craigslist's own data, no proxies needed.
- **♻️ Incremental mode** — daily runs emit only listings that are new or whose price/condition changed since last run. Perfect for inventory-diff dashboards and competitive pricing alerts. Saves 80–95% on recurring monitoring.
- **🎛️ Full Craigslist filter set** — filter by price range, seller type (owner/dealer), condition, photos, free stuff, posted-today, ZIP + distance radius, and full housing filters (bedrooms, bathrooms, sqft, cats/dogs OK) — plus keyword, titles-only, sort, and any of 24 categories across for-sale, housing, jobs, gigs, services and community.
- **📋 Detail enrichment** — two-stage scraping — list first, then enrich each listing with the full detail-page payload. One input toggle controls the depth.
- **🔗 Paste-mode** — paste any craigslist.org URL — single-listing pages, search-results, or category SEO URLs. Build the filter you want in the browser, copy, paste; the actor parses every query param.
- **📧 Contact + attribute extraction** — with details on, each listing gains a cleaned description plus structured `attributes`, `condition`, `bedrooms`/`bathrooms`/`sqft`, and best-effort `contactEmail` / `contactPhone` parsed from the body (`hasContactInfo` flags when a poster left reachable contact details).
- **🎯 Batch searches** — run multiple search variants in one job — shared dedup, single dataset for compare/diff downstream.
- **🔔 Notifications** — telegram / Slack / Discord / WhatsApp / webhook alerts on each run. Combine with incremental to ping only when prices or inventory actually move.
- **📦 Compact mode** — light payload with core fields only — comparable rows across listings without HTML or metadata overhead. Perfect for pricing dashboards.
- **🔌 MCP connectors** — export your results into Notion via Apify's MCP connectors — a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.
- **📝 Description format selection** — pick a single description representation — `text`, `html`, or `markdown` — and the unused variants are dropped from each record. Halves payload size when your pipeline only consumes one format.

### What data can you extract from craigslist.org?

Each result includes Core listing fields (`listingId`, `postingUuid`, `postingId`, `title`, `category`, `categoryCode`, `section`, and `region`, and more), detail fields when enrichment is enabled (`description`, `descriptionText`, `descriptionHtml`, `descriptionMarkdown`, and `detailFetched`), and contact information (`contactEmail`, `contactPhone`, and `hasContactInfo`). In standard mode, all fields are always present — unavailable data points are returned as `null`, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions and contact information where the source provides them.

### Input

The main inputs are a search keyword and a result limit. Additional filters and options are available in the input schema.

Key parameters:

- **`query`** — Keyword(s) to search for (e.g. "mountain bike"). Leave empty to browse the newest listings in the chosen region + category. Paste a JSON array like \["sofa","desk"] to run several searches.
- **`region`** — Craigslist region — a city subdomain (e.g. "newyork", "losangeles", "sfbay", "chicago", "london"), an area abbreviation ("nyc"), or a full Craigslist URL. Paste a JSON array to scrape several regions. Defaults to newyork.
- **`category`** — What to scrape. Broad sections (All For Sale / All Housing / All Jobs) or a specific category. (default: `"sss"`)
- **`sort`** — How to order results before scraping. (default: `"newest"`)
- **`startUrls`** — Paste Craigslist search URLs (e.g. https://newyork.craigslist.org/search/apa?min\_price=1500). Each URL becomes its own scrape task with its region, category and filters parsed from the URL. When provided, these REPLACE the fields above. (default: `[]`)
- **`priceMin`** — Only listings priced at or above this (USD).
- **`priceMax`** — Only listings priced at or below this (USD).
- **`sellerType`** — For-sale listings: by owner, by dealer, or both. (default: `"all"`)
- **`condition`** — For-sale item condition. (default: `"any"`)
- **`hasImage`** — Only listings that include at least one photo. (default: `false`)
- **`freeOnly`** — Only listings priced at $0 (free stuff). Ignored if a Max Price is set. (default: `false`)
- **`postedToday`** — Only listings posted today. (default: `false`)
- ...and 35 more parameters

### Input examples

**Search a category by keyword** — Match a free-text keyword within a region and category.

→ Listing records with title, price, geo-coordinates, photos, and canonical URL.

```json
{
  "region": "newyork",
  "category": "bik",
  "query": "mountain bike",
  "priceMin": 100,
  "hasImage": true,
  "maxResults": 100
}
```

**Apartments with full details** — Browse the newest rentals in a region with detail enrichment on.

→ Housing records with bedrooms, bathrooms, sqft, neighborhood, attributes, and full description.

```json
{
  "region": "losangeles",
  "category": "apa",
  "priceMax": 3000,
  "minBedrooms": 2,
  "includeDetails": true,
  "maxResults": 150
}
```

**Paste Craigslist search URLs** — Build the search you want on craigslist.org, copy the results URL, and paste it here. Add several to run them in one job.

→ Every pasted search is scraped and merged into one dataset, deduplicated by listing ID.

```json
{
  "startUrls": [
    "https://newyork.craigslist.org/search/cta?max_price=15000&auto_transmission=1",
    "https://sfbay.craigslist.org/search/sss?query=standing+desk"
  ],
  "maxResults": 300
}
```

**Daily new-listing monitor** — Re-run on a schedule to capture only new and changed listings since the previous run.

→ Records tagged NEW / UPDATED against prior state; pair with notifications for alerts.

```json
{
  "region": "chicago",
  "category": "sss",
  "query": "vintage camera",
  "incrementalMode": true,
  "maxResults": 200
}
```

### Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example listing record

```json
{
  "listingId": "cf5c2c348076b09553e064222f519a29ccd2e9162430f18c90b258e98a4136c7",
  "postingUuid": "bugM7qnJAZDkhQ21zKB56g",
  "postingId": 7913097045,
  "title": "Blue Shark NV105 Upright Vacuum",
  "category": "household items - by owner",
  "categoryCode": "hsh",
  "section": "for sale",
  "region": "newyork",
  "areaName": "new york",
  "subArea": "manhattan",
  "neighborhood": "Battery Park",
  "latitude": 40.7105,
  "longitude": -74.0163,
  "description": "It works well and have no damages, functional nor cosmetic. About 3 yrs old and lightly used. Selling due to downsizing. 45.2\" x 13.5\" x 11.3\" A powerful, lightweight upright with swivel steering for...",
  "descriptionText": "It works well and have no damages, functional nor cosmetic. About 3 yrs old and lightly used. Selling due to downsizing. 45.2\" x 13.5\" x 11.3\" A powerful, lightweight upright with swivel steering for...",
  "descriptionHtml": "It works well and have no damages, functional nor cosmetic. About 3 yrs old and lightly used.<br>\nSelling due to downsizing.<br>\n<br>\n45.2\" x 13.5\" x 11.3\"<br>\n<br>\nA powerful, lightweight upright wit...",
  "descriptionMarkdown": "It works well and have no damages, functional nor cosmetic. About 3 yrs old and lightly used.\n\nSelling due to downsizing.\n\n45.2\" x 13.5\" x 11.3\"\n\nA powerful, lightweight upright with swivel steering f...",
  "priceText": "$36",
  "priceValue": 36,
  "priceCurrency": "USD",
  "publishedAt": "2026-07-17T10:48:48.000Z",
  "updatedAt": "2026-07-17T10:43:48.000Z",
  "url": "https://www.craigslist.org/view/d/new-york-blue-shark-nv105-upright-vacuum/bugM7qnJAZDkhQ21zKB56g",
  "portalUrl": "https://www.craigslist.org/view/d/new-york-blue-shark-nv105-upright-vacuum/bugM7qnJAZDkhQ21zKB56g",
  "imageUrl": "https://images.craigslist.org/00z0z_7V3xe4fBr1b_06I0po_600x450.jpg",
  "galleryUrls": [
    "https://images.craigslist.org/00z0z_7V3xe4fBr1b_06I0po_600x450.jpg",
    "https://images.craigslist.org/00f0f_hxu02I1Txo4_0aX0aX_600x450.jpg"
  ],
  "attributes": [
    "condition: excellent",
    "make / manufacturer: Shark",
    "model name / number: NV105"
  ],
  "condition": "excellent",
  "hasContactInfo": true,
  "repostOfPostingId": 7651854281,
  "contentQuality": "full",
  "detailFetched": true,
  "scrapedAt": "2026-07-17T10:49:03.192Z",
  "source": "craigslist.org"
}
```

### Incremental fields

When incremental mode is on, each record also carries:

- `changeType` — one of `NEW`, `UPDATED`, `UNCHANGED`. Craigslist's search only surfaces a window of the newest current listings, so a listing that has merely scrolled out of that window can't be told apart from one that's actually gone — this actor tracks new and changed listings but never claims one is gone for good.
- `isRepost`, `repostOfId`, `repostDetectedAt` — populated when a new listing matches the tracked content of a previously expired one. Set `skipReposts: true` to drop detected reposts from the output.

### How to scrape craigslist.org

1. Go to [Craigslist](https://apify.com/blackfalcondata/craigslist-scraper?fpr=1h3gvi) in Apify Console.
2. Enter a search keyword.
3. Set `maxResults` to control how many results you need.
4. Enable `includeDetails` if you need full descriptions, contact info.
5. Click **Start** and wait for the run to finish.
6. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Extract listing data from craigslist.org for market research and competitive analysis.
- Track pricing trends across regions and categories over time.
- Monitor new and changed listings on scheduled runs without processing the full dataset every time.
- Build outreach lists using contact details and apply URLs from listings.
- Use structured location data for regional analysis, mapping, and geo-targeting.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.

### How much does it cost to scrape craigslist.org?

Craigslist uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.00005 per run
- **Per result:** $0.001 per listing record

Example costs:

- 10 results: **$0.01**
- 25 results: **$0.025**
- 100 results: **$0.1**
- 200 results: **$0.2**
- 500 results: **$0.5**

#### Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of listings that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 250 listings per run, daily polling (30 runs/month). Costs scale linearly with the number of listings.

| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---:|---:|---:|---:|
| 5% — stable niche query | $0.25 | $0.01 | $0.24 (95%) | $0.38 |
| 15% — moderate broad query | $0.25 | $0.04 | $0.21 (85%) | $1.13 |
| 30% — high-volume aggregator | $0.25 | $0.08 | $0.17 (70%) | $2.25 |

Full re-scrape monthly cost at the same cadence: $7.50. First month with incremental costs $0.61 / $1.34 / $2.43 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage is included in the per-result fee shown above.

### FAQ

#### How many results can I get from craigslist.org?

The number of results depends on the search query and available listings on craigslist.org. Use the `maxResults` parameter to control how many results are returned per run.

#### Does Craigslist support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed listings on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

#### Can I integrate Craigslist with other apps?

Yes. Craigslist works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use Craigslist with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use Craigslist through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use compact mode, `descriptionMaxLength`, a single `descriptionFormat`, and `excludeEmptyFields` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape craigslist.org?

This actor extracts publicly available data from craigslist.org. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/craigslist-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [Airbnb \[Just 💰$0.4\] — Listings, Prices & Host Data](https://apify.com/blackfalcondata/airbnb-scraper?fpr=1h3gvi) — 💰 $0.4 per 1,000 listings. Scrape airbnb.com — stays with price · ratings · amenities · host info.
- [Airbnb Realtime API — Live Listing, Reviews & Search Lookups](https://apify.com/blackfalcondata/airbnb-realtime?fpr=1h3gvi) — Real-time Airbnb lookups via a persistent standby server — fetch a single listing, its reviews.
- [Airbnb URL Finder — listing discovery](https://apify.com/blackfalcondata/airbnb-url-scraper?fpr=1h3gvi) — Scrape airbnb.com — enumerate every listing URL for a city or neighborhood · return listing id URL.
- [Bayut \[Just 💰$0.8\] — UAE Property Listings & Agents](https://apify.com/blackfalcondata/bayut-scraper?fpr=1h3gvi) — 💰 $0.80 per 1,000 rows across the UAE, Saudi Arabia, Qatar, Oman and Jordan. Scrape Bayut property.
- [Domain.com.au \[Just 💰$0.05\] — Property Listings & Agents](https://apify.com/blackfalcondata/domain-com-au-scraper?fpr=1h3gvi) — Domain.com.au property scraper for Australian real estate — extract for-sale, rental, and sold.
- [HAR \[Just 💰$1.5\] — Texas Real Estate](https://apify.com/blackfalcondata/har-scraper?fpr=1h3gvi) — 💰 $1.5 per 1,000 listings. Scrape har.com — the largest Texas MLS portal — homes for sale · rent.
- [Harcourts \[Just 💰$1.5\] — real estate listings](https://apify.com/blackfalcondata/harcourts-scraper?fpr=1h3gvi) — 💰 $1.5 per 1,000 listings. Scrape harcourts.net — property across Australia New Zealand & Fiji ·.
- [Idealista Scraper — Listings, Phone & Agency Data](https://apify.com/blackfalcondata/idealista-scraper?fpr=1h3gvi) — Scrape Idealista listings across Spain, Portugal, and Italy with full pricing, photos, GPS, agent.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi\&fp_sid=ctaplain) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

### Disclaimer

This actor accesses only publicly available data on craigslist.org. You are responsible for how you use the extracted data — in particular any personal information such as names, phone numbers, or email addresses — and for complying with Craigslist's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.

This actor is not affiliated with, endorsed by, or connected to Craigslist.

### Search keywords

craigslist scraper, craigslist api, apify craigslist, craigslist data extraction, craigslist.org scraper, craigslist.org data, craigslist.org api, marketplace scraper, listings data, property listings scraper, real estate data, property data.

# Actor input Schema

## `query` (type: `string`):

Keyword(s) to search for (e.g. "mountain bike"). Leave empty to browse the newest listings in the chosen region + category. Paste a JSON array like \["sofa","desk"] to run several searches.

## `region` (type: `string`):

Craigslist region — a city subdomain (e.g. "newyork", "losangeles", "sfbay", "chicago", "london"), an area abbreviation ("nyc"), or a full Craigslist URL. Paste a JSON array to scrape several regions. Defaults to newyork.

## `category` (type: `string`):

What to scrape. Broad sections (All For Sale / All Housing / All Jobs) or a specific category.

## `sort` (type: `string`):

How to order results before scraping.

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

Paste Craigslist search URLs (e.g. https://newyork.craigslist.org/search/apa?min\_price=1500). Each URL becomes its own scrape task with its region, category and filters parsed from the URL. When provided, these REPLACE the fields above.

## `priceMin` (type: `integer`):

Only listings priced at or above this (USD).

## `priceMax` (type: `integer`):

Only listings priced at or below this (USD).

## `sellerType` (type: `string`):

For-sale listings: by owner, by dealer, or both.

## `condition` (type: `string`):

For-sale item condition.

## `hasImage` (type: `boolean`):

Only listings that include at least one photo.

## `freeOnly` (type: `boolean`):

Only listings priced at $0 (free stuff). Ignored if a Max Price is set.

## `postedToday` (type: `boolean`):

Only listings posted today.

## `searchTitlesOnly` (type: `boolean`):

Match the keyword against listing titles only (not the full body).

## `postalCode` (type: `string`):

Center a distance search on this ZIP code. Combine with Search Distance.

## `searchDistance` (type: `integer`):

Radius in miles around the ZIP code. Requires a ZIP / Postal Code.

## `minBedrooms` (type: `integer`):

Housing only: minimum bedrooms.

## `maxBedrooms` (type: `integer`):

Housing only: maximum bedrooms.

## `minBathrooms` (type: `integer`):

Housing only: minimum bathrooms.

## `maxBathrooms` (type: `integer`):

Housing only: maximum bathrooms.

## `minSqft` (type: `integer`):

Housing only: minimum square footage.

## `maxSqft` (type: `integer`):

Housing only: maximum square footage.

## `catsOk` (type: `boolean`):

Housing only: cats allowed.

## `dogsOk` (type: `boolean`):

Housing only: dogs allowed.

## `includeDetails` (type: `boolean`):

Fetch each listing's full page: description body, all attributes (condition, make/model, etc.), precise location, contact phone/email found in the text, and repost info. Slower but far richer.

## `imageSize` (type: `string`):

Resolution of the image URLs returned.

## `maxResults` (type: `integer`):

Maximum total listings to return (0 = as many as the search returns). Each region + category returns up to 360 newest matches per run; add more regions/categories/queries for broader coverage.

## `compact` (type: `boolean`):

Return core fields only (id, title, price, geo, url) — ideal for AI-agent / MCP workflows.

## `descriptionMaxLength` (type: `integer`):

Truncate the description to N characters. 0 = no truncation.

## `descriptionFormat` (type: `string`):

Pick a single description representation. `all` keeps every variant; `text` / `html` / `markdown` drop the others.

## `excludeEmptyFields` (type: `boolean`):

Drop null, empty-string, and empty-array fields from each record before push. Smaller payloads for AI agents and dashboards.

## `incrementalMode` (type: `boolean`):

Only return NEW and UPDATED listings compared to the previous run of this same search. Ideal for monitoring — schedule it and get only fresh listings each time. State is keyed to the search inputs automatically.

## `stateKey` (type: `string`):

Optional. Stable identifier for the tracked search. Leave empty to auto-generate from the search inputs.

## `skipReposts` (type: `boolean`):

When incremental, skip listings that are reposts of content seen (and expired) in a prior run.

## `telegramToken` (type: `string`):

Telegram bot token (from @BotFather). Required for Telegram notifications.

## `telegramChatId` (type: `string`):

Telegram chat or channel ID (e.g. "-100123456789"). Required when telegramToken is set.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL. Server Settings → Integrations → Webhooks → New Webhook.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL. api.slack.com/messaging/webhooks.

## `notificationLimit` (type: `integer`):

Maximum number of listings included in each notification message (1–20).

## `notifyOnlyChanges` (type: `boolean`):

When Incremental Mode is on, only send notifications for NEW and UPDATED listings.

## `whatsappAccessToken` (type: `string`):

WhatsApp Cloud API permanent access token (System User token from Meta Business). Recipient must have messaged the business number within the last 24h.

## `whatsappPhoneNumberId` (type: `string`):

Your WhatsApp Business phone-number ID (numeric, from Meta dashboard). Required when whatsappAccessToken is set.

## `whatsappTo` (type: `string`):

Recipient phone in E.164 format without + (e.g. "14155551234"). Recipient must have messaged your business number within last 24h.

## `webhookUrl` (type: `string`):

Receives a JSON POST with {metadata, items} after each run. Universal escape hatch for n8n / Make / Zapier / custom backends.

## `webhookHeaders` (type: `object`):

Optional JSON object of custom headers (e.g. {"Authorization":"Bearer ..."}).

## `appConnector` (type: `string`):

Optional. Pick a connected app under Settings → API & Integrations to receive your results. Best-effort across MCP connectors as Apify expands its catalog.

## `mcpIssueTeam` (type: `string`):

Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one.

## `emitUnchanged` (type: `boolean`):

When incremental mode is on, also emit listings whose content has not changed since the last run.

## Actor input object example

```json
{
  "query": "mountain bike",
  "region": "newyork",
  "category": "sss",
  "sort": "newest",
  "startUrls": [],
  "sellerType": "all",
  "condition": "any",
  "hasImage": false,
  "freeOnly": false,
  "postedToday": false,
  "searchTitlesOnly": false,
  "catsOk": false,
  "dogsOk": false,
  "includeDetails": false,
  "imageSize": "600x450",
  "maxResults": 20,
  "compact": false,
  "descriptionMaxLength": 0,
  "descriptionFormat": "all",
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "emitUnchanged": false
}
```

# 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 = {
    "query": "mountain bike",
    "region": "newyork",
    "maxResults": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/craigslist-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 = {
    "query": "mountain bike",
    "region": "newyork",
    "maxResults": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/craigslist-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 '{
  "query": "mountain bike",
  "region": "newyork",
  "maxResults": 20
}' |
apify call blackfalcondata/craigslist-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/siAnRtJ25Od3wHLvK/builds/EJAgSrD2kzZlcHnbH/openapi.json
