Craigslist Scraper Premium avatar

Craigslist Scraper Premium

Pricing

$29.00/month + usage

Go to Apify Store
Craigslist Scraper Premium

Craigslist Scraper Premium

Scrape Craigslist listings by city, category, and keyword. Export titles, prices, dates, URLs, images, descriptions, locations, IDs, attributes, salary, and housing details.

Pricing

$29.00/month + usage

Rating

0.0

(0)

Developer

Newbs

Newbs

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape Craigslist listings by city, category, and keyword. The actor reads Craigslist search result pages and enriches each listing from its detail page, so it works without full actor permissions or a browser runtime.

What It Returns

  • Listing title
  • Price
  • Posted and updated timestamps
  • Listing URL
  • Image URLs
  • Description
  • Location and post address when available
  • Craigslist post ID
  • Listing attributes
  • Company name, salary, and housing details when present

Input

{
"category": "for sale",
"city": "New York",
"searchKeyword": "iPhone",
"numberOfResults": 10
}

Fields

  • category: Craigslist category. Supported values: community, housing, jobs, services, for sale, gigs, resumes.
  • city: City name, Craigslist site slug, or full Craigslist city URL. Examples: New York, newyork, https://newyork.craigslist.org.
  • searchKeyword: Optional search keyword.
  • numberOfResults: Maximum listings to export, from 1 to 100.

Output Example

{
"title": "Apple iPhone 14 Pro 256 GB Space Black UNLOCKED",
"priceInfo": "$380",
"postedDate": "2026-01-16T06:25:09-0500",
"updatedDate": "2026-06-05T09:48:22-0400",
"postLink": "https://newyork.craigslist.org/mnh/ele/d/new-york-apple-iphone-14-pro-256-gb/7909002001.html",
"imageSrc": ["https://images.craigslist.org/example.jpg"],
"description": "Listing description text",
"location": "Midtown",
"id": "7909002001",
"postAdress": "48th near 1ave",
"attribute": "condition: like new; make / manufacturer: Apple",
"companyName": "",
"salary": "",
"housingSize": ""
}

Notes

Craigslist availability and fields vary by city, category, and listing type. If no listings match the input, the actor writes a diagnostic row with the normalized search URL.