Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 736 Bytes

File metadata and controls

30 lines (19 loc) · 736 Bytes

googlemaps

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.

Setup

  1. Install dependencies:

    npm install
  2. Create a .env file if required by your code (for API keys or configuration).

Usage

Run the project with:

node index.js

Dependencies

License

ISC