| Bundle-WWW-Scraper-Job documentation | view source | Contained in the Bundle-WWW-Scraper-Job distribution. |
WWW::Scraper::FlipDog - Scrapes www.FlipDog.com
use WWW::Scraper;
use WWW::Scraper::Response::Job;
$search = new WWW::Scraper('FlipDog');
$search->setup_query($query, {options});
while ( my $response = $scraper->next_response() ) {
# $response is a WWW::Scraper::Response::Job.
}
FlipDog extends WWW::Scraper.
It handles making and interpreting FlipDog searches of http://www.FlipDog.com.
Many, many strings are allowed. Locations are categorized by state. See FlipDog.com for these option values ("3648 locations!" as of June 2001)
--- All Categories ---
Clerical/Administrative
Computing/MIS
Customer Service/Support
Education/Training
Engineering
Financial Services
Government/Non Profit
Health Care
Human Resources
Manufacturing/Business Operations
Marketing/Advertising
Media
Other
Professional Services
Sales
Travel/Hospitality
To this you need to add a "-" and the "job function", or you may specify "All Job Functions in Category" by leaving off the "-" and "job function".
The options for job function are dependant on the Job Category, so for some of the categories the functions are:
Other
Database Administration
Internet Development
Network/System Administration
Other
Quality Assurance/Testing
Software Development
Systems Analysis
Technical Support/Help Desk
Other
Colleges/Universities K to 12 Education Other Technical/Trade Schools Training
Chemical Civil Design/Industrial Electrical/Hardware Mechanical Operations Other
Accounting Banking Finance Insurance Other Securities/Asset Management
Other
Administration Medical Nursing Other Pharmaceutical
Other
Construction/Trades Facilities Management Logistics/Distribution Manufacturing Other Program/Project Management Purchasing
Advertising Market Research Marketing Communications Other Product Management Public Relations
Broadcasting Graphic Arts/Design Journalism Other Publishing/Technical Writing
Other
Legal Services Management Consulting Other
Account Management Business Development Direct Sales Merchandising/Retail Other
Other Restaurant/Food Services Travel/Recreation/Lodging
WWW::Scraper::FlipDog is written and maintained
by Glenn Wood, http://search.cpan.org/search?mode=author&query=GLENNWOOD.
Copyright (c) 2001 Glenn Wood All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Bundle-WWW-Scraper-Job documentation | view source | Contained in the Bundle-WWW-Scraper-Job distribution. |