We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fc921 commit 257a77aCopy full SHA for 257a77a
1 file changed
README.md
@@ -26,7 +26,8 @@ npm install serpapi
26
27
```js
28
const { getJson } = require("serpapi");
29
-getJson("google", {
+getJson({
30
+ engine: "google",
31
api_key: API_KEY, // Get your API_KEY from https://serpapi.com/manage-api-key
32
q: "coffee",
33
location: "Austin, Texas",
0 commit comments