This is a small Node.js project that uses the SerpApi and dotenv packages. It is set up to run from index.js. This project demonstrates SerpApi's Google Maps API by scraping business information. The corresponding Youtube tutorial can be found here
After running, you should see a new file named output.csv in your root folder.
-
Install dependencies:
npm install
-
Create a
.envfile if required by your code (for API keys or configuration).
Run the project with:
node index.jsISC