Manage API integrations and review standard developer setups for Google Maps.
To activate real-time scraping, add your key to the GOOGLE_MAPS_API_KEY field inside your local .env configuration file.
Follow these steps to generate and connect a production-ready Google Places API key.
Visit the Google Cloud Console. Create a new project specifically designated for this Prospecting tool.
Navigate to the "API & Services Library". Search for and enable the Places API (New).
Note: Always enable the "New" version as this app is compiled to support the high-performance POST endpoint for modern fieldmasking.
Go to the "Credentials" tab. Click "Create Credentials" and select "API Key". Make sure to restrict your API Key to only allow "Places API" to secure your budget from unwanted usage.
Open the .env file in the project's root directory and insert your key:
GOOGLE_MAPS_API_KEY=AIzaSyA1B2C3..._your_actual_key_here
Configure weights and toggle active components for the automated V3 ICP Score & Priority calculation engine.