🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@scrapeit-cloud/google-maps-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scrapeit-cloud/google-maps-api

Real-Time Google Maps API

1.0.4
latest
Source
npm
Version published
Weekly downloads
43
79.17%
Maintainers
1
Weekly downloads
 
Created
Source

Google Maps API

Scrapeit Cloud - Web Scraping API with Proxy Rotation. Get valuable data at scale in HTML format from any website without need for a proxy.

Interface to call Google Maps Scraper easily from Node.

Install

npm i @scrapeit-cloud/google-maps-api

Usage

Signup to Scrapeit Cloud to get your API key and some free credits to get started.

import ScrapeitSDK from './index';

const main = async() => {
  const scrapeit = new ScrapeitSDK('INSERT_YOUR_API_KEY_HERE');

  try {
    const response = await scrapeit.scrape({
      "keyword": "plumber in new york",
      "country": "US",
      "domain": "com"
    });

    console.log(response);
  } catch(e) {
    console.log(e.message);
  }
};

main();

You can find all the supported parameters on Scrapeit Cloud documentation.

Keywords

google maps

FAQs

Package last updated on 05 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts