We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313bea7 commit d7371b9Copy full SHA for d7371b9
README.md
@@ -81,11 +81,11 @@ client_params = {
81
safe: "Safe Search Flag",
82
num: "Number of Results",
83
start: "Pagination Offset",
84
- serp_api_key: "Your SERP API Key",
85
- tbm: "nws|isch|shop"
+ api_key: "Your SERP API Key", # see: https://serpapi.com/dashboard
+ tbm: "nws|isch|shop",
86
tbs: "custom to be search criteria"
87
- async: true|false # allow async
88
- output: "json|html" # output format
+ async: true|false, # allow async
+ output: "json|html", # output format
89
}
90
91
# define the search client
0 commit comments