google-api-datakund
latest

Contents:

  • Introduction
  • Installation/Usage:
  • Import bot-studio
  • Creating Object
  • Functions
    • Search
    • Search Images
    • Click Next
    • Search Results
    • Search Image Results
  • Other Functions
google-api-datakund
  • »
  • Functions »
  • Search
  • Edit on GitHub

Search

It searches the keyword passed in keyword on google.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

google.search(keyword='shoes')
Parameters

keyword (str) – Keyword which need to be search on google

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict

Previous Next

© Copyright 2020, datakund. Revision d9b535d1.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds