Google Local Multi-Location Rank Monitor
Pricing
from $3.20 / 1,000 actionable insights
Go to Apify Store
Google Local Multi-Location Rank Monitor
Turn place records into ranked, evidence-backed local business opportunitys.
Google Local Multi-Location Rank Monitor
Pricing
from $3.20 / 1,000 actionable insights
Turn place records into ranked, evidence-backed local business opportunitys.
You can access the Google Local Multi-Location Rank Monitor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youβll need an Apify account and your API token, found in API & Integrations in Apify Console.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "records": [{10 "placeId": "ChIJ-demo-001",11 "name": "Harbour Dental",12 "categoryName": "Dentist",13 "address": "Central, Hong Kong",14 "rating": 4.6,15 "reviewsCount": 128,16 "website": "",17 "phone": "+852 2123 4567",18 "observedAt": "2026-08-02T10:00:00Z",19 "productWorkflow": "google-local-rank-monitor",20 }],21 "previousRecords": [{22 "placeId": "ChIJ-demo-001",23 "name": "Harbour Dental",24 "categoryName": "Dentist",25 "address": "Central, Hong Kong",26 "rating": 4.2,27 "reviewsCount": 91,28 "website": "",29 "phone": "+852 2123 4567",30 "observedAt": "2026-07-02T10:00:00Z",31 "productWorkflow": "google-local-rank-monitor",32 }],33}34
35# Run the Actor and wait for it to finish36run = client.actor("night111/google-local-rank-monitor").call(run_input=run_input)37
38# Fetch and print Actor results from the run's dataset (if there are any)39print(f"πΎ Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")40for item in client.dataset(run.default_dataset_id).iterate_items():41 print(item)42
43# π Want to learn more π? Go to β https://docs.apify.com/api/client/python/docs/quick-startThe Apify API client for Python is the official library that allows you to use Google Local Multi-Location Rank Monitor API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-clientOther API clients include: