Craigslist Scraper avatar
Craigslist Scraper
Try for free

7 days trial then $5.00/month - No credit card required now

View all Actors
Craigslist Scraper

Craigslist Scraper

andrewtaylor/craigslist-scraper
Try for free

7 days trial then $5.00/month - No credit card required now

Scrapes Craigslist for new posts matching your search criteria and sends an email alert. Ideal for finding new leads, items for sale, housing, job postings, gigs, and more! Be the first to respond to new posts.

Craigslist Scrapper

How to Use

Simply provide the search URL you want to watch and the scraper will check for any new posts since the last run. New posts will be sent to the email specified and contain the Image, Price, City, Date posted, and a Link to the post.

Schedule the actor to run as often as you need, every hour or even every minute!

Input Parameters

The input of this scraper should be JSON with the following fields:

FieldTypeDescription
search_urlString(required) Search URL to scrape for new posts. Posts will be compared with the previous run and only new items will be emailed.
email_addrString(required) Email to send the new posts
email_subjString(required) Email Subject
proxyobject(optional) Select an Apify proxy

Example

1{
2  "search_url": "https://sfbay.craigslist.org/d/apartments-housing-for-rent/search/apa",
3  "email_addr": "xxx@xxx.com",
4  "email_subj": "New Apartments Search"
5}

Example with proxy

1{
2  "search_url": "https://sfbay.craigslist.org/d/apartments-housing-for-rent/search/apa",
3  "email_addr": "xxx@xxx.com",
4  "email_subj": "New Apartments Search",
5  "proxy": {
6    "useApifyProxy": true,
7    "apifyProxyGroups": [
8      "RESIDENTIAL"
9    ]
10  }  
11}

Usage Costs

Usage costs will depend on how often you run the scraper. Running every minute for example will use about 23 compute units and about 6 units for send mail. Running every hour results in compute units as low as 3/month. Data storage costs to store results is also minimal (about $0.50/month).

Example

Running one search every hour works out to about $2/month The Free plan ($5 platform usage credits) is enough to run this.

Running one search every minute works out to about $5/month The Personal plan ($49) is more than enough and would allow you to scrape about 10 searches every minute.

Proxies

It is recommended to use Apify residential proxies with this actor. Shared proxies can get their IP's blacklisted. Contact support@apify.com via email or in-app chat to get the proxies enabled or ask for a free trial.

Contact

For any bugs or feature requests, you can create an issue here.

Developer
Maintained by Community
Actor metrics
  • 9 monthly users
  • 85.4% runs succeeded
  • 5.9 days response time
  • Created in Apr 2021
  • Modified 8 days ago