Craigslist Search Results Scraper πŸ” avatar

Craigslist Search Results Scraper πŸ”

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Craigslist Search Results Scraper πŸ”

Craigslist Search Results Scraper πŸ”

easyapi/craigslist-search-results-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Scrape Craigslist search results for items with detailed information including titles, prices, locations, posting times, and image URLs. Perfect for market research, price monitoring, and inventory tracking.

Extract detailed information from Craigslist search results pages with this powerful scraper. Get comprehensive data about listings including titles, prices, locations, posting times, and images.

Features ✨

  • πŸš€ Fast and efficient scraping with Puppeteer
  • πŸ›‘οΈ Built-in proxy support
  • πŸ€– Anti-detection mechanisms
  • πŸ“Š Structured JSON output
  • πŸ”„ Automatic pagination handling
  • ⏱️ Real-time data extraction
  • πŸ“Έ Image URL extraction
  • πŸ“ Location data included

Usage πŸ’‘

Simply provide one or more Craigslist search URLs and set your desired maximum number of items. The actor will automatically:

  1. Navigate through search results
  2. Extract detailed listing information
  3. Handle pagination
  4. Save structured data in JSON format

Output Data Structure πŸ“‹

For each listing, you'll get:

  • Search URL used
  • Post ID
  • Title
  • Price
  • Location
  • Posted time
  • Post URL
  • Thumbnail URL
  • Timestamp of when the data was scraped

Use Cases 🎯

  • Market research and price analysis
  • Inventory monitoring
  • Competition tracking
  • Deal finding
  • Real estate market analysis
  • Local market trends analysis

Input Parameters βš™οΈ

FieldTypeDescription
searchUrlsArrayList of Craigslist search URLs to scrape
maxItemsIntegerMaximum number of items to scrape (optional)
proxyConfigurationObjectProxy settings (optional)

Tips for Best Results πŸ’ͺ

  1. Use specific search queries for better results
  2. Set appropriate maxItems limit based on your needs
  3. Consider using proxies for large-scale scraping
  4. Monitor rate limits and adjust accordingly

Need help? Feel free to reach out through Apify's support channels! 🀝

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://chico.craigslist.org/search/sss?query=bike"
4    ,
5    "maxItems": 130
6}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://chico.craigslist.org/search/sss?query=bike",
4        "post": {
5            "postId": "7822160593",
6            "title": "Bike Tubes (3) - 26 inch with Presta Valves",
7            "price": "$10",
8            "location": "Oroville",
9            "postedTime": "15 mins ago",
10            "postUrl": "https://chico.craigslist.org/spo/d/oroville-bike-tubes-inch-with-presta/7822160593.html",
11            "thumbnailUrl": "https://images.craigslist.org/d/7822160593/00f0f_3rrfV3LGhJA_0CI0rs_300x300.jpg"
12        },
13        "scrapedAt": "2025-02-07T07:47:01.642Z"
14    },
15    ...
16]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 5 days ago