Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nsardo/super-simple-craigslist-job-search
- Owner: nsardo
- License: mit
- Created: 2019-03-08T09:02:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T12:13:24.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T11:40:36.503Z (3 months ago)
- Topics: example-code, perl, perl5, screenscraper
- Language: Perl
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)