We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e41d3 commit da9a938Copy full SHA for da9a938
1 file changed
README.md
@@ -195,7 +195,6 @@ client = serpapi.Client(api_key=os.getenv("API_KEY"))
195
results = client.search({
196
'engine': 'google',
197
'q': 'coffee',
198
- 'engine': 'google',
199
})
200
```
201
- API Documentation: [serpapi.com/search-api](https://serpapi.com/search-api)
0 commit comments