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.
2 parents 44e41d3 + c128646 commit cdcfb0eCopy full SHA for cdcfb0e
README.md
@@ -64,7 +64,7 @@ import serpapi
64
client = serpapi.Client(api_key=os.getenv("API_KEY"))
65
results = client.search({
66
'engine': 'bing',
67
- 'q': 'coffee',
+ 'q': 'coffee'
68
})
69
```
70
- API Documentation: [serpapi.com/bing-search-api](https://serpapi.com/bing-search-api)
@@ -194,8 +194,7 @@ import serpapi
194
195
196
'engine': 'google',
197
198
- 'engine': 'google',
199
200
201
- API Documentation: [serpapi.com/search-api](https://serpapi.com/search-api)
0 commit comments