serpapi-javascript
serpapi-javascript copied to clipboard
Scrape and parse search engine results using SerpApi.
in the documentation it is written that is only need to use await without async but it is giving me syntax error, now i put async statement beforehand and suddenly...
Hi, when trying to use serpapi with Deno ``` import * as serpapi from "https://deno.land/x/[email protected]/mod.ts"; ``` I run into the following error: ```sh error: Uncaught (in promise) Error: Module not...
I use getJson function with engine value 'google_images' like below ``` const params = { api_key: process.env.SERPAPI_SECRET_KEY, q: query, } satisfies GoogleParameters; const response = await getJson('google_images', params); ``` It...
Issue on ./node_modules/undici/lib/fetch/body.js:21:40 Dependency of Serpapi Also I needed to install net manually
When calling `getJson` or `getHtml` with callback instead of async/await, there's no way to handle errors.
When using getJson, I get the following error: `TypeError: First parameter has member 'readable' that is not a ReadableStream.` I'm on node v18.15, serpapi 1.1.1
Resolves https://github.com/serpapi/serpapi-javascript/issues/27 This PR was initially for supporting the proxy feature natively. Unfortunately, [HttpsProxyAgent](https://www.npmjs.com/package/https-proxy-agent) isn't supported in some of the older NodeJS versions that this library promises to support. As...
Hi SerpApi team š, Iām using serpapi-javascript in a Dockerized Node.js environment where external network traffic must go through a corporate proxy. Currently, it appears that the library does not...
I get these error message for node v20 ERROR in ./node_modules/serpapi/esm/src/utils.js 2:0-26 Module not found: Error: Can't resolve 'https' in '/Users/yasaman/Desktop/safariz/node_modules/serpapi/esm/src' BREAKING CHANGE: webpack < 5 used to include polyfills...
A customer reported that they receive timeout issues on 1 to a couple of dozen ratio. Error example: ``` {"message":"The request was timed out","stack":"Error: The request was timed out\\n at...