UNPKG

@tacohitbox/bing-scraper

Version:

Scrape results from Microsoft Bing.

12 lines (11 loc) 222 B
const bing = require("../index"); bing.search({ q: "tally hall turn the lights off", pageCount: 2 }, function(err, resp) { if (err) { console.log("Error scraping", err); } else { console.log(resp); } });