UNPKG

@tacohitbox/bing-scraper

Version:

Scrape results from Microsoft Bing.

12 lines (11 loc) 212 B
const bing = require("../index"); bing.searchImages({ q: "bojack horseman", pageCount: 2 }, function(err, resp) { if (err) { console.log("Error scraping", err); } else { console.log(resp); } })