Scrapy
a Module that scrape a business page on YP and return business name and phone
Example
var scrape = ; var url = 'http://www.yellowpages.com/west-monroe-la/mip/armstrong-cricket-farm-5032804?lid=5032804'
Methods
var scrape = require('scrape');
;
Get business name and phone of a given url
. cb
is a callback.
cb(err, data)
fires with the scraped information.