Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nsardo/super-simple-craigslist-job-search

Example craigslist jobs screenscrape using Perl, WWW::Mechanize, and Mojo::DOM58
https://github.com/nsardo/super-simple-craigslist-job-search

example-code perl perl5 screenscraper

Last synced: 27 days ago
JSON representation

Example craigslist jobs screenscrape using Perl, WWW::Mechanize, and Mojo::DOM58

Awesome Lists containing this project

README

        

# Super Simple Craigslist Job Search

A work in progress, very basic implementation.

### Current Usage:

To search the craigslist job board of interest in your city for a specific keyword, go to craigslist for your city and click on the board of interest. Example: web/info design. Copy that url.
Replace the url on line 23 with your own. Then to search for titles that include the word "perl" (not case sensitive)...
```
$ perl cljs.pl perl
```

![Example Screen Shot](./ss.PNG)