GBP Audit Scheduler with Change Tracking avatar

GBP Audit Scheduler with Change Tracking

Pricing

from $0.01 / 1,000 results

Go to Apify Store
GBP Audit Scheduler with Change Tracking

GBP Audit Scheduler with Change Tracking

Schedule regular GBP audits to monitor listing health, track changes, and catch issues before they impact rankings. Perfect for agencies managing multiple client locations.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

7 days ago

Last modified

Share

GBP Audit Scheduler

Schedule automated Google Business Profile audits with change tracking and alerts. Monitor your GBP listings for completeness, accuracy, and optimization opportunities. Perfect for agencies managing multiple client locations.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"locations": [
{
"name": "Starbucks Reserve Roastery Seattle",
"searchQuery": "Starbucks Reserve Roastery Seattle WA"
}
]
}

Run with real data

{
"demoMode": false,
"locations": [
{
"name": "Starbucks Reserve Roastery Seattle",
"searchQuery": "Starbucks Reserve Roastery Seattle WA"
}
],
"auditDepth": "standard",
"includePhotos": true,
"includeReviews": true,
"includePosts": true,
"includeQA": true,
"alertOnChanges": true
}

Input Parameters

ParameterTypeDefaultRequiredDescription
locationsarray-NoArray of GBP locations to audit. Provide either placeId or search query.
previousAuditIdstring-NoApify dataset ID from previous audit run to compare changes against
auditDepthstring"standard"NoHow thorough should the audit be?
includePhotosbooleantrueNoInclude photo count and quality analysis
includeReviewsbooleantrueNoInclude review metrics and recent reviews
includePostsbooleantrueNoInclude GBP post activity analysis
includeQAbooleantrueNoInclude Questions & Answers section analysis
webhookUrlstring-NoURL to POST results to when audit completes
alertOnChangesbooleantrueNoOnly trigger webhook if changes are detected
demoModebooleantrueNoRun in demo mode without real credentials. Returns mock success response for testing.

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Audit CompletedEach GBP audit completed$0.10

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal