Craigslist Search Results Scraper ๐Ÿ” avatar
Craigslist Search Results Scraper ๐Ÿ”

Pricing

$19.99/month + usage

Go to Store
Craigslist Search Results Scraper ๐Ÿ”

Craigslist Search Results Scraper ๐Ÿ”

Developed by

EasyApi

EasyApi

Maintained by Community

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.

0.0 (0)

Pricing

$19.99/month + usage

3

Total users

21

Monthly users

6

Runs succeeded

>99%

Last modified

5 months ago

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.

{
"searchUrls": [
"https://chico.craigslist.org/search/sss?query=bike"
,
"maxItems": 130
}

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.

[
{
"searchUrl": "https://chico.craigslist.org/search/sss?query=bike",
"post": {
"postId": "7822160593",
"title": "Bike Tubes (3) - 26 inch with Presta Valves",
"price": "$10",
"location": "Oroville",
"postedTime": "15 mins ago",
"postUrl": "https://chico.craigslist.org/spo/d/oroville-bike-tubes-inch-with-presta/7822160593.html",
"thumbnailUrl": "https://images.craigslist.org/d/7822160593/00f0f_3rrfV3LGhJA_0CI0rs_300x300.jpg"
},
"scrapedAt": "2025-02-07T07:47:01.642Z"
},
...
]