Main > Free Download Search >

Free search craigslist software for linux

search craigslist

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1841
WWW::Search::Scraper::CraigsList 2.27

WWW::Search::Scraper::CraigsList 2.27


WWW::Search::Scraper::CraigsList is a Perl module with Scrapes CraigsList. more>>
WWW::Search::Scraper::CraigsList is a Perl module with Scrapes CraigsList.

SYNOPSIS

require WWW::Search::Scraper;
$search = new WWW::Search::Scraper(CraigsList);

This class is an CraigsList specialization of WWW::Search. It handles making and interpreting CraigsList searches http://www.CraigsList.com.

This class exports no public interface; all interaction should be done through WWW::Search objects.

OPTIONS

None at this time (2001.04.25)

search_url=URL

Specifies who to query with the CraigsList protocol. The default is at http://www.CraigsList.com/cgi-bin/job-search.

search_debug, search_parse_debug, search_ref Specified at WWW::Search.

Internet/Web Engineering Category options: - ALL JOBS art - web design jobs bus - business jobs mar - marketing jobs eng - internet engineering jobs etc - etcetera jobs wri - writing jobs sof - software jobs acc - finance jobs ofc - office jobs med - media jobs hea - health science jobs ret - retail jobs npo - nonprofit jobs lgl - legal jobs egr - engineering jobs sls - sales jobs sad - sys admin jobs tel - network jobs tfr - tv video radio jobs hum - human resource jobs tch - tech support jobs edu - education jobs trd - skilled trades jobs

Checkboxes - additive to search(?)

addOne value=telecommuting - telecommute addTwo value=contract - contract addThree value=internship - internships addFour value=part-time - part-time addFive value=non-profit - non-profit

<<less
Download (0.13MB)
Added: 2007-02-23 License: Perl Artistic License Price:
976 downloads
Search::Glimpse 0.02

Search::Glimpse 0.02


Search::Glimpse is a Perl extension to communicate with Glimpse server. more>>
Search::Glimpse is a Perl extension to communicate with Glimpse server.

SYNOPSIS

use Search::Glimpse;

my $glimpse = Search::Glimpse->new;

my @results = $glimpse->search("search this string");

ABSTRACT

This module is an extension to use glimpse server from Perl.

Quick hack to connect to glimpse server.

new

Creates a new glimpse object.

search

Search on a glimpse object

hits

Returns the number of hits...

files

Returns the number of files...

<<less
Download (0.004MB)
Added: 2007-04-05 License: Perl Artistic License Price:
933 downloads
WWW::Scraper::CraigsList 3.05

WWW::Scraper::CraigsList 3.05


WWW::Scraper::CraigsList is a Perl module for scrapes CraigsList. more>>
WWW::Scraper::CraigsList is a Perl module for scrapes CraigsList.
SYNOPSIS
require WWW::Scraper;
$search = new WWW::Scraper(CraigsList);
This class is an CraigsList specialization of WWW::Search. It handles making and interpreting CraigsList searches http://www.CraigsList.com.
This class exports no public interface; all interaction should be done through WWW::Search objects.
OPTIONS
None at this time (2001.04.25)
search_url=URL
Specifies who to query with the CraigsList protocol. The default is at http://www.CraigsList.com/cgi-bin/job-search.
search_debug, search_parse_debug, search_ref Specified at WWW::Search.
Internet/Web Engineering Category options: - ALL JOBS art - web design jobs bus - business jobs mar - marketing jobs eng - internet engineering jobs etc - etcetera jobs wri - writing jobs sof - software jobs acc - finance jobs ofc - office jobs med - media jobs hea - health science jobs ret - retail jobs npo - nonprofit jobs lgl - legal jobs egr - engineering jobs sls - sales jobs sad - sys admin jobs tel - network jobs tfr - tv video radio jobs hum - human resource jobs tch - tech support jobs edu - education jobs trd - skilled trades jobs
Checkboxes - additive to search(?)
addOne value=telecommuting - telecommute addTwo value=contract - contract addThree value=internship - internships addFour value=part-time - part-time addFive value=non-profit - non-profit
Enhancements:
- Perl
<<less
Download (0.10MB)
Added: 2007-02-22 License: Perl Artistic License Price:
591 downloads
Sethi Search Utility 0.8.7

Sethi Search Utility 0.8.7


Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN. more>>
Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN.
Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is included.
Its currently in serious need of a re-write, especially to avoid scraping and become a good engine using the search APIs provided.
Enhancements:
- The Google configuration was updated.
<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
558 downloads
js-search 1.0

js-search 1.0


js-search is a javascript indexing and searching. more>>
js-search is a javascript indexing and searching.

A client-side library for building a simple inverted index, and searching it.

You can download the source code from SVN with the following command:

svn checkout http://js-search.googlecode.com/svn/trunk/ js-search
<<less
Download (MB)
Added: 2006-11-03 License: The Apache License 2.0 Price:
1093 downloads
Lucene::Search::Highlight 0.01

Lucene::Search::Highlight 0.01


Lucene::Search::Highlight is a Perl module with highlight terms in Lucene search results. more>>
Lucene::Search::Highlight is a Perl module with highlight terms in Lucene search results.

SYNOPSIS

Load highlight classes into namespace

use Lucene::Search::Highlight;

Create Formatter and Query Scorer

my $formatter = new

Lucene::Search::Highlight::SimpleHTMLFormatter("< b >", "< /b >");

my $scorer = new

Lucene::Search::Highlight::QueryScorer($query);

Create Highlighter

my $highlighter = new

Lucene::Search::Highlight::Highlighter($formatter, $scorer);

Get best fragements with highlighted terms

my $fragement = $highlighter->getBestFragment($analyzer, $field, $text);

my $fragements = $highlighter->getBestFragments($analyzer, $field, $text, $num_fragements, $separator);

<<less
Download (0.006MB)
Added: 2007-04-03 License: Perl Artistic License Price:
936 downloads
Yahoo::Search::Result 1.5.8

Yahoo::Search::Result 1.5.8


Yahoo::Search::Result is a class representing a single result from a Yahoo! search-engine query. more>>
Yahoo::Search::Result is a class representing a single result (single web page, image, video file, etc) from a Yahoo! search-engine query. (This package is included in, and automatically loaded by, the Yahoo::Search package.)

Package Use ^

You never need to use this package directly -- it is loaded automatically by Yahoo::Search.

Object Creation ^

Result objects are created automatically when a Response object is created (when a Request objects Fetch method is called, either directly, or indirectly via a shortcut such as Yahoo::Search->Query().

<<less
Download (0.034MB)
Added: 2006-07-20 License: Perl Artistic License Price:
1194 downloads
Web Search Aggregator 1.2.0

Web Search Aggregator 1.2.0


Web Search Aggregator (WSA) provides multiple Web searches from one place. more>>
Web Search Aggregator (WSA) provides multiple Web searches from one place. It features multiple categories and the display of results from many sites with a single search.
Your last search and the state of the tabs are remembered. Tabs can be navigated with the keyboard.
Enhancements:
- Mouse navigation has been added (hold down the Ctrl key).
- History of searches has been added (+statistics).
<<less
Download (0.005MB)
Added: 2006-07-15 License: BSD License Price:
1196 downloads
WWW::Search::Scraper::Google 2.27

WWW::Search::Scraper::Google 2.27


WWW::Search::Scraper::Google is a Perl module that scrapes www.Google.com more>>
WWW::Search::Scraper::Google is a Perl module that scrapes www.Google.com.

SYNOPSIS

require WWW::Search::Scraper;
$search = new WWW::Search::Scraper(Google);

This class is an Google specialization of WWW::Search. It handles making and interpreting Google searches http://www.Google.com.

<<less
Download (0.13MB)
Added: 2006-11-24 License: Perl Artistic License Price:
1066 downloads
Search::QueryParser 0.91

Search::QueryParser 0.91


Search::QueryParser parses a query string into a data structure suitable for external search engines. more>>
Search::QueryParser parses a query string into a data structure suitable for external search engines.

SYNOPSIS

my $qp = new Search::QueryParser;
my $s = +mandatoryWord -excludedWord +field:word "exact phrase";
my $query = $qp->parse($s) or die "Error in query : " . $qp->err;
$someIndexer->search($query);

# query with comparison operators and implicit plus (second arg is true)
$query = $qp->parse("txt~^foo.* date>=01.01.2001 date<<less
Download (0.007MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1226 downloads
WWW::Search::Scraper::FlipDog 2.27

WWW::Search::Scraper::FlipDog 2.27


WWW::Search::Scraper::FlipDog it Scrapes www.FlipDog.com. more>>
WWW::Search::Scraper::FlipDog it Scrapes www.FlipDog.com.

SYNOPSIS

use WWW::Search::Scraper;
use WWW::Search::Scraper::Response::Job;

$search = new WWW::Search::Scraper(FlipDog);

$search->setup_query($query, {options});

while ( my $response = $scraper->next_response() ) {
# $response is a WWW::Search::Scraper::Response::Job.
}

FlipDog extends WWW::Search::Scraper.
It handles making and interpreting FlipDog searches of http://www.FlipDog.com.

<<less
Download (0.13MB)
Added: 2006-08-25 License: Perl Artistic License Price:
1155 downloads
WWW::Search::Scraper::Monster 2.27

WWW::Search::Scraper::Monster 2.27


WWW::Search::Scraper::Monster is a Perl module used to scrape Monster.com. more>>
WWW::Search::Scraper::Monster is a Perl module used to scrape Monster.com.

SYNOPSIS

use WWW::Search;
my $oSearch = new WWW::Search(Monster);
my $sQuery = WWW::Search::escape_query("unix and (c++ or java)");
$oSearch->native_query($sQuery,
{st => CA,
tm => 14d});
while (my $res = $oSearch->next_result()) {
print $res->company . "t" . $res->title . "t" . $res->change_date
. "t" . $res->location . "t" . $res->url . "n";
}

This class is a Monster specialization of WWW::Search. It handles making and interpreting Monster searches at http://www.monster.com. Monster supports Boolean logic with "and"s "or"s. See http://jobsearch.monster.com/jobsearch_tips.asp for a full description of the query language.

The returned WWW::Search::Response objects contain url, title, company, location and change_date fields.

<<less
Download (0.13MB)
Added: 2007-06-15 License: Perl Artistic License Price:
861 downloads
Search Into Directory 0.1

Search Into Directory 0.1


Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory. more>>
With this service menu you will be able to search into directory by right-clicking on it. Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory.

Note : This servicemenu is in fact duplicated of an existing one on kde-apps. So Ive removed mine and I wont maintain it. Youll find another one named Find in Folder

<<less
Download (0.083MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1185 downloads
DGS Search 0.9.6

DGS Search 0.9.6


DGS Search was created to provide an easy to install search utility. more>>
DGS Search was created to provide an easy to install search utility capable of handling filesystem and database searches on UNIX and Windows based platforms.

DGS Search is aimed at supporting the small to medium sized web site.

<<less
Download (0.044MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads
WWW::Search::Scraper::NorthernLight 2.27

WWW::Search::Scraper::NorthernLight 2.27


WWW::Search::Scraper::NorthernLight it scrapes NorthernLight.com. more>>
WWW::Search::Scraper::NorthernLight it scrapes NorthernLight.com.

SYNOPSIS

require WWW::Search::Scraper;
$search = new WWW::Search::Scraper(NorthernLight);

This class is an NorthernLight specialization of WWW::Search. It handles making and interpreting NorthernLight searches http://www.NorthernLight.com.

This class exports no public interface; all interaction should be done through WWW::Search objects.

<<less
Download (0.13MB)
Added: 2006-08-25 License: Perl Artistic License Price:
1155 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5