google-this icon indicating copy to clipboard operation
google-this copied to clipboard

A simple yet powerful module to retrieve organic search results and much more from Google.

Results 14 google-this issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce const google = require('googlethis'); const response = await google.search('googlethis', {page: 0}); console.log(response); ### Failure Logs ```shell {"results":[],"videos":[],"knowledge_panel":{"type":null,"title":null,"description":null,"url":null,"metadata":[],"books":[],"tv_shows_and_movies":[],"ratings":[],"available_on":[],"images":[],"songs":[],"socials":[],"demonstration":null,"lyrics":null},"featured_snippet":{"title":null,"description":null,"url":null},"did_you_mean":null,"weather":{"location":null,"forecast":null,"precipitation":null,"humidity":null,"temperature":null,"wind":null,"image":null},"time":{"hours":null,"date":null},"location":{"title":null,"distance":null,"map":null},"dictionary":{"word":null,"phonetic":null,"audio":null,"definitions":[],"examples":[]},"translation":{"source_language":null,"target_language":null,"source_text":null,"target_text":null},"top_stories":[],"unit_converter":{},"people_also_ask":[],"people_also_search":[]} ``` ### Expected behavior I am expecting the `{results[]}`...

bug

# Pull Request Template ## Description Update Organic search result description selector Fixes # (issue) ## Type of change Please delete options that are not relevant. - [X] Bug fix...

Stale

### Steps to reproduce Just search anything ### Failure Logs ```shell { results: [], videos: [], knowledge_panel: KnowledgeGraph { type: null, title: null, description: null, url: null, metadata: [], books:...

bug
important

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies