Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 328 Bytes

google-image-scraper

Usage

    scraper.fetch(
        { q: 'Sushi', tbm: 'isch', tbs: 'isz:m', safe: 'active' }
    ).then((urls) => {
        console.log(urls)
    }).catch((err) => {
        console.log(err)
    })

Parameters

see http://illusioncity.net/pcweb-google-operators/