LocalFalcon GBP Monitor avatar

LocalFalcon GBP Monitor

Pricing

from $0.01 / 1,000 results

Go to Apify Store
LocalFalcon GBP Monitor

LocalFalcon GBP Monitor

Monitor Google Business Profile (GBP) changes using the LocalFalcon API. Track when client profiles change their hours, categories, photos, descriptions, and more. Profile Snapshots Change Detection Batch Monitoring Change History Change Significance Webhook Support

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

LocalFalcon GBP Monitor - Track Google Business Profile Changes

Monitor Google Business Profile changes using LocalFalcon API. Take snapshots of GBP profiles, compare snapshots to detect changes (hours, categories, photos, descriptions, attributes), and get alerts when unauthorized changes occur. Perfect for agencies monitoring client profiles and brands protecting multi-location presence. BYOK (Bring Your Own Key) - use your LocalFalcon API key.

Features

  • Profile Snapshots - Capture complete GBP state at any point in time
  • Change Detection - Compare snapshots to identify what changed
  • Change Categorization - Hours, categories, photos, description, attributes
  • Change Significance - High, medium, low impact classification
  • Batch Monitoring - Monitor multiple locations simultaneously
  • Historical Tracking - View change history over time
  • Unauthorized Change Alerts - Detect edits you didn't make
  • Before/After Comparison - See exact previous vs current values
  • Photo Change Tracking - New photos, removed photos, reordered
  • Hours Change Tracking - Daily hours, special hours, holiday hours
  • Webhook Support - Real-time alerts for changes
  • Demo Mode - Test with sample data before going live

Who Should Use This Actor?

Local SEO Agencies

Monitor client GBP profiles for unauthorized changes. Catch Google auto-edits or competitor sabotage before it impacts rankings.

Multi-Location Brands

Ensure consistency across all locations. Get alerts when any profile deviates from brand standards.

Franchise Corporate Teams

Verify franchisees maintain proper GBP information. Audit compliance across the network.

Reputation Management Companies

Track profile changes as part of reputation monitoring. Document changes for client reports.

Marketing Managers

Verify GBP optimizations were applied correctly. Track changes after team members make updates.

Business Owners

Protect your profile from unauthorized edits. Know immediately when something changes.

Quick Start

Demo Mode (Free Test)

{
"demoMode": true
}

Take Profile Snapshot

{
"localFalconApiKey": "your_localfalcon_api_key",
"task": "snapshot",
"placeId": "ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"demoMode": false
}

Compare Two Snapshots

{
"localFalconApiKey": "your_localfalcon_api_key",
"task": "compare",
"placeId": "ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"snapshotId1": "snap-001",
"snapshotId2": "snap-002",
"demoMode": false
}

Monitor for Changes (vs Last Snapshot)

{
"localFalconApiKey": "your_localfalcon_api_key",
"task": "monitor",
"placeId": "ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"webhookUrl": "https://hooks.zapier.com/...",
"demoMode": false
}

Batch Monitor Multiple Locations

{
"localFalconApiKey": "your_localfalcon_api_key",
"task": "batch_monitor",
"placeIds": [
"ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"ChIJ7SZQ2nL2D4gRwPhDqdXKMHs",
"ChIJ8SZQ2nL2D4gRwPhDqdXKMIs"
],
"webhookUrl": "https://hooks.zapier.com/...",
"demoMode": false
}

View Change History

{
"localFalconApiKey": "your_localfalcon_api_key",
"task": "history",
"placeId": "ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"daysBack": 90,
"demoMode": false
}

How to Get Your LocalFalcon API Key

  1. Sign up at LocalFalcon
  2. Go to Settings → API
  3. Generate or copy your API key
  4. Paste it in the localFalconApiKey field

Note: LocalFalcon API requires an active subscription.

Input Parameters

ParameterTypeDefaultDescription
localFalconApiKeystring-Your LocalFalcon API key (required for real data)
taskstring"monitor"Task: snapshot, compare, monitor, batch_monitor, history
placeIdstring-Google Place ID for single location
placeIdsarray-Array of Place IDs for batch monitoring
snapshotId1string-First snapshot ID (for compare task)
snapshotId2string-Second snapshot ID (for compare task)
daysBacknumber30Days of history to retrieve
demoModebooleantrueReturn sample data for testing
webhookUrlstring-Webhook URL for change alerts
webhookPlatformstring"custom"Platform: zapier, make, n8n, custom

How to Find a Place ID

  1. Go to Google's Place ID Finder
  2. Search for the business
  3. Copy the Place ID (starts with "ChIJ...")

Output Format

Snapshot Output

{
"task": "snapshot",
"snapshotId": "snap-20260128-001",
"placeId": "ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"businessName": "Drive Social Media",
"address": "1 N 1st St, St. Louis, MO 63102",
"phone": "+1 (314) 555-0123",
"website": "https://drivesocialmedia.com",
"primaryCategory": "Marketing Agency",
"additionalCategories": ["Social Media Agency", "Digital Marketing Agency"],
"description": "Drive Social Media is a data-driven marketing agency...",
"hours": {
"Monday": {"open": "09:00", "close": "17:00"},
"Tuesday": {"open": "09:00", "close": "17:00"},
"Wednesday": {"open": "09:00", "close": "17:00"},
"Thursday": {"open": "09:00", "close": "17:00"},
"Friday": {"open": "09:00", "close": "17:00"},
"Saturday": "Closed",
"Sunday": "Closed"
},
"attributes": {
"wheelchair_accessible": true,
"parking_available": true,
"accepts_credit_cards": true
},
"photos": {
"total": 24,
"cover": "https://...",
"logo": "https://...",
"interior": 8,
"exterior": 4,
"team": 6,
"work": 6
},
"reviewSummary": {
"count": 156,
"rating": 4.8
},
"snapshotTakenAt": "2026-01-28T10:30:00.000Z"
}

Comparison Output

{
"task": "compare",
"placeId": "ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"businessName": "Drive Social Media",
"hasChanges": true,
"totalChanges": 3,
"snapshot1Date": "2026-01-15T10:00:00.000Z",
"snapshot2Date": "2026-01-28T10:30:00.000Z",
"changes": [
{
"field": "hours.Monday",
"category": "hours",
"previousValue": {"open": "09:00", "close": "17:00"},
"newValue": {"open": "08:00", "close": "18:00"},
"changeType": "modified",
"significance": "high"
},
{
"field": "photos.total",
"category": "photos",
"previousValue": 24,
"newValue": 27,
"changeType": "added",
"significance": "low"
},
{
"field": "description",
"category": "content",
"previousValue": "Drive Social Media is a data-driven...",
"newValue": "Drive Social Media is the leading data-driven...",
"changeType": "modified",
"significance": "medium"
}
],
"summary": {
"highSignificanceChanges": 1,
"mediumSignificanceChanges": 1,
"lowSignificanceChanges": 1,
"categoriesChanged": ["hours", "photos", "content"]
},
"analyzedAt": "2026-01-28T10:35:00.000Z"
}

Change Significance Levels

SignificanceFieldsImpact
HighHours, phone, address, categoriesDirect ranking/visibility impact
MediumDescription, website, attributesModerate user experience impact
LowPhotos, review countMinor visibility impact

Pricing (Pay-Per-Event)

EventDescriptionPrice
gbp_snapshotPer profile snapshot$0.03
gbp_comparisonPer snapshot comparison$0.02
change_detectedPer change identified$0.01

Example costs:

  • Single snapshot: 1 × $0.03 = $0.03
  • Monitor with 3 changes: $0.03 + $0.02 + (3 × $0.01) = $0.08
  • Batch monitor (10 locations): 10 × $0.08 = $0.80
  • Demo mode: $0.00

Note: You also consume LocalFalcon API credits (billed separately through your LocalFalcon account).

Common Scenarios

Scenario 1: Client Profile Protection

{
"localFalconApiKey": "your_key",
"task": "monitor",
"placeId": "ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"webhookUrl": "https://hooks.zapier.com/...",
"demoMode": false
}

Daily monitoring to catch unauthorized edits.

Scenario 2: Post-Optimization Verification

{
"localFalconApiKey": "your_key",
"task": "compare",
"placeId": "ChIJ4SZQ2nL2D4gRwPhDqdXKMGs",
"snapshotId1": "snap-before-optimization",
"snapshotId2": "snap-after-optimization",
"demoMode": false
}

Verify all requested changes were applied.

Scenario 3: Multi-Location Brand Audit

{
"localFalconApiKey": "your_key",
"task": "batch_monitor",
"placeIds": ["ChIJ...", "ChIJ...", "ChIJ...", "ChIJ...", "ChIJ..."],
"webhookUrl": "https://hooks.zapier.com/...",
"demoMode": false
}

Weekly audit of all franchise locations.

Webhook & Automation Integration

Zapier / Make.com / n8n

  1. Create a webhook trigger in your automation platform
  2. Copy the webhook URL to webhookUrl
  3. Set up alerts based on change significance

Popular automations:

  • High significance change -> Slack urgent alert
  • Any change -> Google Sheets log
  • Weekly snapshot -> Email to client
  • Hours changed -> Calendar notification

Apify Scheduled Runs

Schedule daily or weekly monitoring for continuous protection.

LocalFalcon Suite Comparison

ActorBest For
GBP MonitorProfile change detection
Grid ScannerGeographic ranking visualization
Local Business Intelligence SuiteComplete local SEO audit

FAQ

Q: What changes can you detect?

A: Hours, phone, address, categories, description, website, attributes, photos, review count, and more.

Q: How do I find a Place ID?

A: Use Google's Place ID Finder tool or extract from GBP URL.

Q: Can I monitor competitors?

A: Yes. Any public GBP profile can be monitored.

Q: How often should I take snapshots?

A: Daily for high-value clients, weekly for standard monitoring, on-demand before/after optimizations.

Q: What causes unauthorized changes?

A: Google auto-edits from user suggestions, competitor edits, employee errors, or Google algorithm updates.

Common Problems & Solutions

"Invalid Place ID"

  • Verify Place ID format (starts with "ChIJ")
  • Use Google's Place ID Finder tool
  • Check if business still exists

"Snapshot not found"

  • Verify snapshot ID is correct
  • Snapshots expire after 90 days
  • Take a new snapshot first

"No changes detected"

  • Profile may not have changed
  • Check comparison dates
  • Verify you're comparing different snapshots

"Demo data showing"

  • Set demoMode: false
  • Provide valid localFalconApiKey

📞 Support


Built by John Rippy | Actor Arsenal