Craigslist Search Scraper avatar

Craigslist Search Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Craigslist Search Scraper

Craigslist Search Scraper

Fast craigslist search scraper. Search any of 666 craigslist cities by category, keyword, price range, or map radius. Extracts title, price, posting timestamp, latitude and longitude, location, neighborhood, image urls, and post url. Reads craigslist's own JSON search API, no headless browser.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Crikit

Crikit

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape Craigslist listings across all 666 Craigslist cities. This Craigslist scraper searches by category, keyword, price range, or map radius, and returns title, price, posting timestamp, latitude and longitude, location name, neighborhood, image URLs, and the post URL.

No Craigslist API key, no login, and no headless browser. Results land in a structured dataset you can export to JSON, CSV, Excel, or XML, or pull straight from the Apify API.

What is Craigslist Search Scraper?

Craigslist Search Scraper is an Apify Actor that extracts classified listings across 666 cities from Craigslist and returns them as clean, structured records. It reads Craigslist's own search API instead of parsing HTML, which means precise coordinates and exact posting timestamps on every row rather than the vague relative dates the web pages show.

What data can this Craigslist scraper extract?

Every run writes one row per posting. The full schema carries 26 fields; the most-used ones are below.

FieldTypeDescription
warningstringPresent only on a diagnostic row emitted when a search returned no posts. Absent on every real post record.
messagestringHuman readable explanation accompanying a warning row.
querystringSearch keyword used, echoed back on a warning row.
scrapedAtstringUTC timestamp the warning row was written.
postingIdstringCraigslist's canonical base58 posting identifier. Stable across the life of the post and used to build the post url.
urlstringDirect link to the craigslist post.
titlestringPost title as written by the seller.
pricenumberNumeric price. Null on posts with no price, such as free items and many job or community posts.
priceLabelstringPrice as craigslist formats it for display, for example $1,200.
currencystringCurrency the price is quoted in, taken from the craigslist area. USD for US cities, EUR for berlin, and so on.
bedroomsintegerBedroom count on housing categories. 0 means a studio. Null outside housing.
areaSqftintegerFloor area in square feet on housing categories. Null when the poster did not state one.
postedAtstringUTC timestamp when the post was published, ISO 8601.
latitudenumberPost latitude as supplied by the poster.
longitudenumberPost longitude as supplied by the poster.
locationNamestringPlace name craigslist assigns to the post, for example Brooklyn.
neighborhoodstringNeighborhood name when craigslist has one for the post.
citySubdomainstringCraigslist city the post belongs to, for example newyork.
subareaAbbrstringCraigslist subarea code within the city, for example mnh for Manhattan.
citySearchedstringThe city subdomain from the input that produced this record.
categoryIdintegerNumeric craigslist subcategory identifier for the post.
searchCategorystringCategory abbreviation used for the search, for example sss.

See the Output tab in Apify Console for all 26 fields.

How to scrape Craigslist classified listings

  1. Open Craigslist Search Scraper and click Try for free.
  2. Add one or more cities — any of Craigslist's 666 city subdomains.
  3. Pick a category and optionally a keyword query.
  4. Filter with minPrice, maxPrice, postedToday, and hasImage.
  5. For radius search, set latitude, longitude, and searchDistance.
  6. Click Start and watch rows appear live in the Output tab.
  7. Export the dataset as JSON, CSV, Excel, or XML — or fetch it from the Apify API once the run finishes.

Craigslist Search Scraper input options

InputTypeWhat it doesDefault
citiesarrayCraigslist city subdomains to search, one per line. Use the subdomain from the site url: newyork.craigslist.org is...yes
categorystringCraigslist category abbreviation. Top-level: sss (for sale), jjj (jobs), hhh (housing), bbb (services), ggg (gigs),..."sss"
querystringOptional free-text keyword, for example 'mountain bike'. Leave empty to return everything in the category.
maxItemsintegerHard cap on records written to the dataset across all cities. Craigslist exposes roughly 2000 results per city and...100
minPriceintegerOnly return posts at or above this price.
maxPriceintegerOnly return posts at or below this price.
postedTodaybooleanRestrict to posts made today.false
hasImagebooleanRestrict to posts that include at least one photo.false
latitudestringOptional centre point latitude. Set together with longitude and search radius to search around a specific location...
longitudestringOptional centre point longitude.
searchDistanceintegerRadius around the latitude and longitude, in miles for US cities.
imageSizestringResolution of the returned image urls."medium"

Proxy is configured through the standard proxyConfiguration object; the defaults shipped with this Actor are already tuned for the target site.

Example output

{
"cities": ["newyork", "phoenix"],
"category": "sss",
"query": "mountain bike",
"maxPrice": 500,
"maxItems": 1000
}

How much does it cost to scrape Craigslist?

This Actor runs on pay per result pricing: $0.001 per posting ($1 per 1,000). A one-time start fee of $0.00005 applies per run.

ResultsApproximate cost
1,000$1.00
10,000$10.00
100,000$100.00

You pay for rows you actually receive, so a search that returns nothing costs nothing beyond the start fee. Every Apify account includes free monthly usage credit, so you can trial Craigslist Search Scraper at no cost.

What can you build with Craigslist data?

Source inventory for resale

Filter by category and price ceiling across several cities at once to find underpriced items faster than a human refreshing the page ever could.

Track rental market supply and asking rents

Housing categories carry bedroom counts and square footage, so you can build a live picture of a rental market that no portal publishes.

Monitor used-vehicle pricing

The odometer field on vehicle listings lets you model price against mileage across a whole region.

Research local labour and gig demand

Job and gig categories reveal what employers in a market are actually paying for, in near real time.

Detect arbitrage between nearby cities

The same item often clears at very different prices two cities apart. Running both in one job surfaces the spread.

Craigslist scraping tips and limits

  • Craigslist is aggressive about automated traffic. Keep the default proxy configuration and avoid pushing concurrency up hard.
  • postedToday is the cheapest way to run this incrementally — you only pay for new postings rather than re-downloading the board.
  • Radius search via latitude, longitude, and searchDistance beats city lists when your market straddles several Craigslist regions.
  • Postings are removed quickly. Capture the fields you need on first pull rather than planning to re-fetch.

Integrations and automation

Run Craigslist Search Scraper on a schedule to keep a Craigslist dataset fresh, or trigger it from your own stack through the Apify API and the official JavaScript and Python clients. Native integrations push results into Google Sheets, Slack, Airtable, Zapier, Make, GitHub, or any webhook endpoint. The Actor also works as an MCP tool, so an AI agent can call it directly.

ActorWhat it does
Zumper Rental Search ScraperStructured rental listings with verified addresses.
Apartments.com Listings ScraperApartments.com inventory with floorplans and amenities.
eBay Product & Sold ScraperSold-price comps to value what you find.
Poshmark Listings & Sold Comps ScraperFashion resale comps and sold prices.

Frequently asked questions

How many Craigslist cities are supported?

All 666 Craigslist city subdomains. Put as many as you like in cities and the Actor searches each one.

Can I search by map radius instead of by city?

Yes. Set latitude, longitude, and searchDistance to search a circle, which is the better approach when a metro spans several Craigslist regions.

Do I need a Craigslist API key?

No. Craigslist Search Scraper reads publicly available Craigslist pages and endpoints directly, so there is no key to obtain, no OAuth app to register, and no account to connect.

Can I export Craigslist data to CSV, Excel, or Google Sheets?

Yes. Every run stores results in an Apify dataset that exports to JSON, JSONL, CSV, Excel, XML, or HTML with one click, and the Google Sheets integration writes rows straight into a spreadsheet.

Can I run Craigslist Search Scraper on a schedule?

Yes. Apify schedules run the Actor hourly, daily, weekly, or on any cron expression, and webhooks can notify your systems the moment a run finishes.

Scraping publicly available data is broadly lawful in the US and EU, but the answer depends on what you collect and how you use it. This Actor is built to gather public classified listing information Craigslist publishes publicly — note that personal listings can contain personal data. Personal data carries extra obligations under GDPR and CCPA. Read Apify's guide on whether web scraping is legal and take your own legal advice for your use case.

Support and feedback

Found a bug, a missing field, or a Craigslist page shape this Actor does not handle yet? Open an issue from the Issues tab on the Actor page. Feature requests and custom-scraper enquiries are welcome there too.