
WWW::Arbeitsagentur::Search::FastSearchForWork - Use quick-search on arbeitsagentur.de

WWW::Arbeitsagentur::Search::FastSearchForWork searches for job-offers on Arbeitsagentur.de, the website of the federal job office of Germany. It saves the results to disk for later filtering and examination.

my $search = WWW::Arbeitsagentur::Search::FastSearchForWork->new(
path => "download/", # where to save your files.
job_typ => 1, # search for a normal job (instead of temp/contract work etc.)
plz_filter => qr/.+/, # only save jobs whose postal code matches this regex
beruf => 'Fachinformatiker/in - Anwendungsentwicklung', # job title
);
my $result = $search->search();

my $search = WWW::Arbeitsagentur::Search::FastSearchForWork->new() will create a new search object.
Searches using the fast search for work at http://www.arbeitsagentur.de

The base classes for this class WWW::Arbeitsagentur::Search,
http://arbeitssuche.sourceforge.net

Ingo Wiarda dewarim@users.sourceforce.net
Stefan Rother bendana@users.sourceforce.net

Copyright (C) 2004-2006 by Ingo Wiarda, Stefan Rother
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.