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: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T12:13:24.000Z (about 6 years ago)
- Last Synced: 2025-01-12T20:29:44.700Z (5 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
```