Craigslist Scraper
Pricing
Pay per event
Craigslist Scraper
Scrape Craigslist search results — listings, prices, locations, descriptions, and images.
Pricing
Pay per event
Rating
0.0
(0)
Developer

Stas Persiianenko
Actor stats
0
Bookmarked
6
Total users
3
Monthly active users
4 days ago
Last modified
Categories
Share
What does Craigslist Scraper do?
Craigslist Scraper extracts listing data from Craigslist search results across any US city. Search by keyword in any category — for sale, housing, jobs, services, gigs, community — and get structured data for every listing. Optionally follow each listing URL to get full descriptions, images, posting dates, and item attributes.
Use it for market research, price comparison, lead generation, inventory sourcing, and local market analysis.
Use cases
- Price comparison — Compare prices for used goods, electronics, furniture, or vehicles across different Craigslist cities and regions.
- Inventory sourcing — Find products to resell by scanning for underpriced items in for-sale categories.
- Rental market research — Monitor housing listings to analyze rent prices, availability, and trends in specific neighborhoods.
- Job market analysis — Track job postings by keyword to understand local hiring trends and salary ranges.
- Lead generation — Find service providers, contractors, or freelancers in specific cities and categories.
- Local market intelligence — Analyze listing volumes and prices to understand supply/demand in any metro area.
Why use Craigslist Scraper?
- Any US city — Works with any Craigslist subdomain: newyork, sfbay, losangeles, chicago, seattle, and hundreds more.
- All categories — For sale, housing, jobs, services, gigs, and community.
- Fast and lightweight — Pure HTTP extraction with Cheerio. No browser needed. Gets 300+ listings per search in seconds.
- Optional detail enrichment — Enable
includeDetailsto follow each listing URL and get full descriptions, images, posting dates, and item attributes. - Price filtering — Filter by minimum and maximum price to narrow results.
- Multiple search queries — Run several keyword searches in a single run.
- Clean structured data — Every listing includes title, price, location, URL, and more.
- Pay-per-event pricing — You only pay for listings scraped. No monthly subscription.
What data can you extract?
Each listing in the output includes:
| Field | Description |
|---|---|
listingId | Craigslist listing ID |
title | Listing title |
price | Price as displayed (e.g., "$200") |
priceNumeric | Price as a number (e.g., 200) |
location | Neighborhood or area within the city |
city | Craigslist city/region (e.g., "newyork", "sfbay") |
category | Category searched (e.g., "for_sale") |
url | Direct link to the listing |
description | Full listing description (when includeDetails is enabled) |
postedAt | Posting date/time as ISO string (when includeDetails is enabled) |
imageCount | Number of images (when includeDetails is enabled) |
imageUrls | Array of image URLs (when includeDetails is enabled) |
latitude | Latitude coordinate (when includeDetails is enabled) |
longitude | Longitude coordinate (when includeDetails is enabled) |
address | Street address (when includeDetails is enabled) |
bedrooms | Bedrooms/bathrooms (housing, when includeDetails is enabled) |
sqft | Square footage (housing, when includeDetails is enabled) |
condition | Item condition (for-sale, when includeDetails is enabled) |
scrapedAt | ISO timestamp of when data was collected |
How much does it cost to scrape Craigslist?
This Actor uses pay-per-event pricing — you pay only for what you scrape. No monthly subscription. All platform costs (compute, proxy, storage) are included.
| Event | Price |
|---|---|
| Actor start | $0.005 |
| Per listing | $0.002 |
Example costs:
- 20 listings (basic) → ~$0.045
- 100 listings (basic) → ~$0.205
- 10 listings with details → ~$0.025
- 1,000 listings → ~$2.01
The free tier on Apify gives you $5/month — enough for ~2,400 listings.
How to scrape Craigslist
- Click Try for free to open the Actor in Apify Console.
- Enter one or more search keywords (e.g., "laptop", "bicycle").
- Choose a Craigslist city (e.g., "newyork", "sfbay", "losangeles").
- Select a category (For Sale, Housing, Jobs, etc.).
- Optionally enable Include listing details for full descriptions and images.
- Click Start and wait for the run to finish.
- Download your data as JSON, CSV, or Excel from the Dataset tab.
Example input:
{"searchQueries": ["laptop", "macbook"],"city": "newyork","category": "for_sale","maxResults": 50,"includeDetails": true,"minPrice": 100,"maxPrice": 1000}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQueries | array | required | Keywords to search on Craigslist |
city | string | "newyork" | Craigslist city subdomain (e.g., newyork, sfbay, losangeles, chicago) |
category | string | "for_sale" | Category: for_sale, housing, jobs, services, gigs, community |
maxResults | integer | 100 | Maximum listings to return per keyword |
includeDetails | boolean | false | Follow each listing for full description, images, and attributes |
minPrice | integer | — | Minimum price filter |
maxPrice | integer | — | Maximum price filter |
maxRequestRetries | integer | 3 | Retry attempts for failed requests (1–10) |
Output example
{"listingId": "7916291766","title": "Dell Inspiron notebook laptop computer","price": "$200","priceNumeric": 200,"location": "Brooklyn","city": "newyork","category": "for_sale","url": "https://newyork.craigslist.org/brk/sys/d/brooklyn-dell-inspiron-notebook-laptop/7916291766.html","description": "Very good condition and seldom taken out of the house...","postedAt": "2026-02-19T18:13:00-0500","imageCount": 2,"imageUrls": ["https://images.craigslist.org/00505_6GdwfDeDqEP_0t20CI_600x450.jpg","https://images.craigslist.org/00r0r_75O90wuRsu3_0t20CI_600x450.jpg"],"latitude": 40.6782,"longitude": -73.9442,"address": "123 Flatbush Ave","bedrooms": "","sqft": "","condition": "excellent","scrapedAt": "2026-03-03T00:11:52.977Z"}
Tips for best results
- Start without details — Basic mode scrapes 300+ listings in seconds. Enable
includeDetailsonly when you need descriptions and images. - Use specific keywords — "macbook pro m3" returns better results than just "laptop".
- Try different cities — Compare prices across cities for arbitrage. Popular cities: newyork, sfbay, losangeles, chicago, seattle, boston, denver, austin, miami, portland.
- Filter by price — Use
minPriceandmaxPriceto narrow results to your target range. - Schedule regular runs — Use Apify Schedules for daily monitoring of new listings.
- Combine categories — Run separate searches for "for_sale" and "housing" to build a comprehensive local market dataset.
- Multiple keywords per run — Add several keywords to
searchQueriesfor efficient batch scraping.
Integrations
Connect Craigslist Scraper to your existing tools and workflows:
- Google Sheets — Export scraped data directly to Google Sheets.
- Zapier — Trigger actions in 5,000+ apps when new listings are found.
- Make (Integromat) — Build automated workflows with scraped Craigslist data.
- Slack — Get notified when new listings match your criteria.
- Webhooks — Send data to your own API endpoint after each run.
- Apify API — Programmatically start runs and retrieve results.
Using the Apify API
Node.js:
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor('automation-lab/craigslist-scraper').call({searchQueries: ['laptop'],city: 'newyork',maxResults: 50,includeDetails: true,});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Python:
from apify_client import ApifyClientclient = ApifyClient('YOUR_API_TOKEN')run = client.actor('automation-lab/craigslist-scraper').call(run_input={'searchQueries': ['laptop'],'city': 'newyork','maxResults': 50,'includeDetails': True,})items = client.dataset(run['defaultDatasetId']).list_items().itemsprint(items)
Craigslist cities
Popular city subdomains you can use:
| City | Subdomain | City | Subdomain | |
|---|---|---|---|---|
| New York | newyork | San Francisco | sfbay | |
| Los Angeles | losangeles | Chicago | chicago | |
| Seattle | seattle | Boston | boston | |
| Denver | denver | Austin | austin | |
| Miami | miami | Portland | portland | |
| Dallas | dallas | Atlanta | atlanta | |
| Phoenix | phoenix | Minneapolis | minneapolis | |
| Philadelphia | philadelphia | Washington DC | washingtondc |
For a complete list of cities, visit craigslist.org/about/sites.
FAQ
How many listings can I scrape per search?
Craigslist returns up to ~300-400 listings per search query. Use maxResults to limit the output.
How fast is the scraper?
Basic mode (no details) scrapes 300+ listings in 2-3 seconds. With includeDetails enabled, each listing takes about 1-2 seconds to fetch the detail page.
Can I search multiple cities? Currently, each run searches one city. To search multiple cities, run the actor once per city or schedule separate runs.
What categories are available? For Sale, Housing, Jobs, Services, Gigs, and Community. These cover the main Craigslist sections.
Why are description and images empty?
Enable the includeDetails option to fetch full descriptions, images, and posting dates from each listing's detail page. Basic mode only returns data from the search results page.
Related scrapers
- Amazon Scraper — Scrape Amazon product data, prices, and reviews.
- eBay Scraper — Scrape eBay listings, prices, and seller data.
- Walmart Scraper — Scrape Walmart product data, prices, and reviews.
