Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 2.37 KB

scraper_api_setup.md

File metadata and controls

35 lines (18 loc) · 2.37 KB

Setting Up Google Maps Scraper API

Follow these steps to set up the Google Maps Scraper API.

  1. Log in to your Bright Data account. Click on the Web Scraper API tab.

  2. In the search bar, type Map and choose Google Maps Reviews.

    bright-data-google-maps-scraper-api-search
  3. Click Start setting an API call to start configuring your API.

    bright-data-google-maps-scraper-api-setting-api-call
  4. Click Get API Token to generate a unique API token.

    bright-data-google-maps-scraper-api-get-api-token
  5. Click Refresh Token to view your newly created API token.

    bright-data-google-maps-scraper-api-refresh-token
  6. Save your API token securely. You’ll need it to make API calls.

    bright-data-google-maps-scraper-api-token
  7. To find Dataset ID, go to the Management APIs tab.

    bright-data-google-maps-scraper-api-dataset-id
  8. In the Data Collection APIs tab, use the Add inputs option to add multiple inputs, such as URL and days_limit. You can also adjust parameters like result limits or error report inclusion.

    bright-data-google-maps-scraper-api-add-inputs
  9. As you adjust parameters, a CURL command will generate on the right. You can use this command to Trigger Data Collection API directly or pass these parameters in the _trigger_collection function in your code.