Did Google delete your client's 5-star review, or did a reported fake review finally disappear? The dedicated data engine for Google Maps review lifecycle auditing, removal detection, and change monitoring.
{
"reviewUrl": "https://maps.app.goo.gl/abcdef1234567890",
"status": "ACTIVE",
"authorName": "David Miller",
"authorId": "109847291847192",
"rating": 5,
"reviewText": "Top tier customer service and incredible turnaround time. Highly recommended!",
"publishedAt": "2026-08-20T10:15:00Z",
"likesCount": 4,
"ownerResponse": {
"text": "Thank you David! We appreciate your business.",
"respondedAt": "2026-08-21T09:00:00Z"
},
"scrapedAt": "2026-09-25T14:30:00Z"
}
Built specifically for high-throughput enterprise pipelines with zero credential leakage.
Confirm whether a specific review URL is still live, removed by Google algorithms, or taken down by the author.
Compare historical text, star ratings, and owner responses across sweeps to detect when reviewers update their feedback.
10x faster and 10x cheaper than browser automation, running at sub-second speeds with minimal compute.
Compile evidence packages and verify dispute status automatically on a schedule for hundreds of client profiles.
Trigger extractions via the official Apify Client or standard REST endpoints.
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run_input = {
"reviewUrls": ["https://maps.app.goo.gl/abcdef1234567890"],
"maxItems": 50
}
run = client.actor("unitbytes/google-maps-reviews-tracker").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["reviewUrl"], item["status"], item["rating"])
Traditional scrapers crawl entire place listings. This Actor inspects individual review permalinks to definitively verify whether a specific review is ACTIVE, REMOVED, or HIDDEN.
By executing direct protocol requests without running headless Chromium or Puppeteer, compute costs are slashed to bash and runs complete in milliseconds.
Yes. Schedule weekly or monthly runs with your client review URLs to immediately flag unexpected deletions.
Yes. By comparing output datasets between runs, you can immediately detect when a reviewer edited their rating or text.
Complementary extractors built for the same intelligence stack.
Extract real-time trending searches, breakout keywords, historical interest curves (over time), and geographic demand across 250+ countries. Zero compute fees.
Audit Google Maps Local Guide profiles, track deleted and edited reviews, evaluate reviewer authority levels, and detect competitor review fraud.
Extract high-resolution contributor photos from Google Maps venues, restaurants, and points of interest with view counts and upload timestamps.
Our data engineering team provides private cluster deployments, custom webhook integrations, continuous schema monitoring, and high-frequency delivery directly to BigQuery, Snowflake, or AWS S3.
Start running immediately on UnitBytes Cloud with zero infrastructure setup, or contact our engineering team for dedicated S3/BigQuery delivery pipelines.