1.0.0 • Published 10 years ago

yellowpages v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
10 years ago

YellowPages

YellowPages search scrapper

#Install npm install yellowpages

#Usage

Call search method of yellowpages, it accepts two parameters, options object and callback function.

var YellowPages = require('yellowpages');

YellowPages.search( { term: 'pizza', location: '10001' }, function( result ){
  // result
});

#Options Key | Description --- | --- location | search location term | keyword to search pages | how many pages to paginate, defaults to 10 sort | sort results by

1.0.0

10 years ago