The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Scraper::FlipDog - Scrapes www.FlipDog.com

SYNOPSIS

    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.
    }

DESCRIPTION

FlipDog extends WWW::Scraper.

It handles making and interpreting FlipDog searches of http://www.FlipDog.com.

OPTIONS

loc

Many, many strings are allowed. Locations are categorized by state. See FlipDog.com for these option values ("3648 locations!" as of June 2001)

cat
      --- 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:

Clerical/Administrative
    Other
Computing/MIS
    Database Administration
    Internet Development
    Network/System Administration
    Other
    Quality Assurance/Testing
    Software Development
    Systems Analysis
    Technical Support/Help Desk
Customer Service/Support
    Other
Education/Training
  Colleges/Universities
  K to 12 Education
  Other
  Technical/Trade Schools
  Training   
Engineering
  Chemical
  Civil
  Design/Industrial
  Electrical/Hardware
  Mechanical
  Operations
  Other   
Financial Services
  Accounting
  Banking
  Finance
  Insurance
  Other
  Securities/Asset Management   
Government/Non Profit
    Other
Health Care
  Administration
  Medical
  Nursing
  Other
  Pharmaceutical   
Human Resources
    Other
Manufacturing/Business Operations
  Construction/Trades
  Facilities Management
  Logistics/Distribution
  Manufacturing
  Other
  Program/Project Management
  Purchasing   
Marketing/Advertising
  Advertising
  Market Research
  Marketing Communications
  Other
  Product Management
  Public Relations   
Media
  Broadcasting
  Graphic Arts/Design
  Journalism
  Other
  Publishing/Technical Writing   
Other
    Other
Professional Services
  Legal Services
  Management Consulting
  Other   
Sales
  Account Management
  Business Development
  Direct Sales
  Merchandising/Retail
  Other   
Travel/Hospitality
  Other
  Restaurant/Food Services
  Travel/Recreation/Lodging   

AUTHOR

WWW::Scraper::FlipDog 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.