I spent the last couple hours learning Python, the result of this? A email scraper for craigslist.
Usage (from the command line, Run -> cmd)
with the above example results will be saved into emails.txt in the same folder, it saves an email per line
basically it'll follow thru and grab each page until there is no more left. If the provided file name already exists, it'll append onto the end (so if you want to go city by city for one single list you could do that). It's only designed to follow links within the category folder, or index####.html for each page of postings.
it can take several minutes to do a single city/category, depending on your internet speed and computer.
Download: http://www.karlblessing.com/dist/scrapcl.zip
Usage (from the command line, Run -> cmd)
scrapcl.exe [starting url] [category] [filename]
example:
scrapcl.exe http://grandrapids.craigslist.org/sys/ sys emails
with the above example results will be saved into emails.txt in the same folder, it saves an email per line
basically it'll follow thru and grab each page until there is no more left. If the provided file name already exists, it'll append onto the end (so if you want to go city by city for one single list you could do that). It's only designed to follow links within the category folder, or index####.html for each page of postings.
it can take several minutes to do a single city/category, depending on your internet speed and computer.
Download: http://www.karlblessing.com/dist/scrapcl.zip