pevers / images-scraper

Simple and fast scraper for Google
ISC License
225 stars 70 forks source link

advanced option for 'Usage rights' filter? #40

Closed wutayng closed 4 years ago

wutayng commented 4 years ago

Is there an appropriate filter for 'Usage rights' options on Google Image Search similar to the options below: ?

advanced: {
      imgType: 'photo', // options: clipart, face, lineart, news, photo
      resolution: 'l', // options: l(arge), m(edium), i(cons), etc.
      color: undefined // options: color, gray, trans
  }
pevers commented 4 years ago

Yes there is: https://github.com/pevers/images-scraper/pull/39

I added a general option field to pass down as query parameters. In the last update you can do: tbs: { sur: "fc" // commercial reuse } for example