node-reverse-image-search

1.0.2 • Public • Published

A free solution for reverse image search using Google

Example:

const reverseImageSearch = require('node-reverse-image-search')

const doSomething = (results) => {
  console.log(results)
}

reverseImageSearch('i.ebayimg.com/00/s/OTAwWDkwMA==/z/3G8AAOSwzoxd80XB/$_83.JPG', doSomething)

Output:

{ url:
   'https://www.bol.com/nl/p/nintendo-dsi-licht-blauw/1004004007240442/',
  title: 'Nintendo DSi - Licht Blauw | Games - bol.com' }
{ url:
   'https://tweakers.net/pricewatch/248753/nintendo-dsi-licht-blauw/specificaties/',
  title: 'Nintendo DSi Licht Blauw - Kenmerken - Tweakers' }
{ url:
   'https://www.marktplaats.nl/l/spelcomputers-en-games/spelcomputers-nintendo-ds/q/nintendo+dsi/',
  title: '≥ Vind nintendo dsi in Spelcomputers | Nintendo DS op ...' }
{ url:
   'https://nl.webuy.com/search/?categoryIds=768&categoryName=nintendo-ds-consoles',
  title: 'Nintendo DS Consoles - CeX (NL) : Stock search' }
{ url:
   'https://tweakers.net/pricewatch/248753/nintendo-dsi-licht-blauw.html',
  title: 'Nintendo DSi Licht Blauw - Prijzen - Tweakers' }

Package Sidebar

Install

npm i node-reverse-image-search

Weekly Downloads

5

Version

1.0.2

License

ISC

Unpacked Size

2.44 kB

Total Files

4

Last publish

Collaborators

  • jildert