NAME
WWW::Scraper::BAJobs - Scrapes BAJobs.com
SYNOPSIS
require WWW::Scraper;
$search = new WWW::Scraper('BAJobs');
DESCRIPTION
This class is an BAJobs specialization of WWW::Search. It handles making and interpreting BAJobs searches http://www.BAJobs.com.
This class exports no public interface; all interaction should be done through WWW::Search objects.
OPTIONS
None at this time (2001.05.06)
- search_url=URL
-
Specifies who to query with the BAJobs protocol. The default is at
http://www.BAJobs.com/cgi-bin/job-search
. - search_debug, search_parse_debug, search_ref Specified at WWW::Search.
SEARCH FIELDS
displayResultsPerPage - Results per Page
postingAge - Age of Posting
workTermTypeIDs - Work Term
countyIDs - Job Location-County
- "0" => Any
- "1" => Alameda
- "2" => Contra Costa
- "3" => Marin
- "4" => Napa
- "5" => San Benito
- "6" => San Francisco
- "7" => San Mateo
- "8" => Santa Clara
- "9" => Santa Cruz
- "10" => Solano
- "11" => Sonoma
- "12" => Other
jobPostingCategoryIDs => Job Category
- "0" => Any
- "1" => Accounting/Finance
- "2" => Administrative/Clerical
- "3" => Advertising
- "4" => Aerospace/Aviation
- "5" => Agricultural
- "6" => Architecture
- "7" => Arts/Entertainment
- "8" => Assembly
- "9" => Audio/Visual
- "10" => Automotive
- "11" => Banking/Financial Services
- "12" => Biotechnology
- "13" => Bookkeeping
- "14" => Business Development
- "15" => Child Care Services
- "16" => Colleges & Universities
- "17" => Communications/Media
- "18" => Computer
- "19" => Computer - Hardware
- "20" => Computer - Software
- "21" => Construction
- "22" => Consulting/Professional Services
- "23" => Customer Service/Support
- "24" => Data Entry/Processing
- "25" => Education/Training
- "26" => Engineering
- "27" => Engineering - Civil
- "28" => Engineering - Hardware
- "29" => Engineering - Software
- "30" => Environmental
- "31" => Executive/Management
- "32" => Fund Raising/Development
- "33" => Government/Civil Service
- "34" => Graphic Design
- "35" => Health Care/Health Services
- "36" => Hospitality/Tourism
- "37" => Human Resources
- "38" => Information Technology
- "39" => Insurance
- "40" => Internet/E-Commerce
- "41" => Law Enforcement/Security
- "42" => Legal
- "43" => Maintenance/Custodial
- "44" => Manufacturing
- "45" => Marketing
- "46" => Miscellaneous
- "47" => Non-Profit
- "48" => Pharmaceutical
- "49" => Printing/Publishing
- "50" => Property Management/Facilities
- "51" => Public Relations
- "74" => Purchasing
- "52" => QA/QC
- "53" => Radio/Television/Film/Video
- "54" => Real Estate
- "57" => Receptionist
- "55" => Recruiting/Staffing
- "56" => Research
- "58" => Restaurant/Food Service
- "59" => Retail
- "60" => Sales
- "61" => Sales - Inside/Telemarketing
- "62" => Sales - Outside
- "63" => Security/Investment
- "64" => Shipping/Receiving
- "65" => Social Work/Services
- "66" => Technical Support
- "67" => Telecommunications
- "68" => Training
- "69" => Transportation
- "70" => Travel
- "71" => Warehouse
- "72" => Web Design
- "73" => Writer
AUTHOR
WWW::Scraper::BAJobs
is written and maintained by Glenn Wood, http://search.cpan.org/search?mode=author&query=GLENNWOOD.
COPYRIGHT
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.