Gimg Google Images searcher Features CLI Search Specifications filtering Filters (Tools) Size Color Type Time Usage Rights Data extracted Here is an sample of returned object in json { "specifications": [], "suggestedSpecifications": [ { "name": "", "icon": "" } ], "images": [ { "title": "", "thumbnail": { "src": "", "width": 0, "height": 0 }, "original": { "src": "", // Here is the original image url "width": 0, "height": 0 }, "site": "", "credit": "", "author": "", "copyright": "", "description": "" } ] } TODO Add tests Add the url creation parameters to result object Improve readme License MIT
{ "specifications": [], "suggestedSpecifications": [ { "name": "", "icon": "" } ], "images": [ { "title": "", "thumbnail": { "src": "", "width": 0, "height": 0 }, "original": { "src": "", // Here is the original image url "width": 0, "height": 0 }, "site": "", "credit": "", "author": "", "copyright": "", "description": "" } ] }