Craigslist Scraper avatar

Craigslist Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Craigslist Scraper

Craigslist Scraper

Scrape listings from Craigslist across any city and category with filters for price, date and images. Supports pagination and optional detail-page enrichment including description, attributes, coordinates and listing images.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Craigslist Scraper (Apify Actor)

Scrape Craigslist listings from any city subdomain — for‑sale, apartments, jobs, gigs, services, vehicles — with optional price/date/picture filters and detail‑page enrichment.

Example input

{
"city": "newyork",
"category": "apa",
"query": "loft",
"minPrice": 2000,
"maxPrice": 4500,
"hasPic": true,
"maxPages": 3,
"includeDetails": true,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Each dataset item from a search‑only run:

{
"id": "7712345678",
"title": "Sunny 1BR loft in Williamsburg",
"price": "$2,800",
"location": "Williamsburg",
"posted_at": "2026-05-24T11:03:00-0400",
"url": "https://newyork.craigslist.org/brk/apa/d/.../7712345678.html"
}

With includeDetails: true, each item additionally carries:

{
"description": "Bright, south-facing 1BR with hardwood floors...",
"attributes": {
"bedrooms": "1",
"bathrooms": "1",
"sqft": "750",
"laundry": "in-unit",
"tags": ["cats are OK - purrr", "dogs are OK - wooof"]
},
"updated_at": "2026-05-24T12:01:00-0400",
"latitude": 40.7142,
"longitude": -73.9614,
"images": ["https://images.craigslist.org/.../1200x900.jpg", "..."]
}