Reviews Report Links Extractor - Google Maps avatar
Reviews Report Links Extractor - Google Maps

Pricing

Pay per event

Go to Apify Store
Reviews Report Links Extractor - Google Maps

Reviews Report Links Extractor - Google Maps

Unlike the Google Maps Reviews Scraper, this scraper is designed to extract reviews report links efficiently. It works as a lightweight add-on that can be combined with your existing Google Maps Reviews Scraper to include review report links in the results—reliable and hassle-free.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Alkausari M

Alkausari M

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Overview

This lightweight scraper extracts review report links from Google Maps review data URLs. Designed as a complementary add-on to your existing Google Maps Reviews Scraper, it efficiently retrieves the direct report link for each review — enabling seamless integration into reporting, moderation, or compliance workflows.

It processes raw review data endpoints and outputs:

  • 🔍 Original review URL
  • ⚠️ Report abuse link (/local/review/rap/report) with full postId, entityid, and tracking parameters

The scraper is fast, reliable, and non-blocking, making it perfect for:

  • Automated review moderation pipelines
  • Compliance & abuse reporting systems
  • Enhancing existing review datasets with actionable report URLs
  • Integrating with internal tools or dashboards

⚙️ Input Configuration

The scraper accepts review data URLs via a JSON input object.

Example input:

{
"maxConcurrency": 100,
"startUrls": [
{
"url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sCi9DQUlRQUNvZENodHljRjlvT21waFh6VmxPRzFyVjBWbFF6VnJTalZHUm5odk1VRRAB!2m1!1s0x0:0xe546a7dd1cd5899d!3m1!1s2@1:CAIQACodChtycF9oOmphXzVlOG1rV0VlQzVrSjVGRnhvMUE%7C%7C?hl=en",
"method": "GET"
},
{
"url": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUMtejhqWk5nEAE!2m1!1s0x0:0xe546a7dd1cd5899d!3m1!1s2@1:CIHM0ogKEICAgIC-z8jZNg%7C%7C?hl=en",
"method": "GET"
}
]
}