Google Maps Reviews Scraper Apify
/install google-maps-reviews-scraper-apify
Google Maps Reviews Scraper Apify Skill
Overview
This skill helps an AI agent run the Apify Google Maps Reviews Scraper actor for exact-place review extraction.
Default actor:
- Actor ID:
V2kIsQs3Ta9C9kkEt - Actor name:
x_guru/google-maps-reviews-scraper - Store page:
https://apify.com/x_guru/google-maps-reviews-scraper
Use this skill when a user asks to:
- export Google reviews from a known Google Maps place
- scrape reviews from Google Maps place URLs, CID URLs, review data URLs, or Place IDs
- collect review text, star ratings, dates, review IDs, and direct review URLs
- include public reviewer profile fields
- collect owner replies, review images, review context, detailed ratings, and place metadata
- build review datasets for local SEO, reputation monitoring, sentiment analysis, competitor research, or BI exports
Quick Workflow
- Confirm the user has exact sources: Google Maps place URLs, CID URLs, review URLs, or Place IDs.
- If the user only has a keyword/location search, run the main Google Maps Scraper first to discover places.
- Build input with
startUrlsorplaceIds,maxReviews,reviewsSort,language, andpersonalData. - Set
reviewsStartDateonly when the user needs recent reviews. - Set a budget guard with Apify
maxTotalChargeUsdwhen spend matters. - Run
scripts/google_maps_reviews_scraper_actor.pyor call the Apify API directly. - Return rows plus a compact summary. Mention
RUN_SUMMARYfor diagnostics.
Payload Rules
startUrlsmust be array objects:[{"url": "https://www.google.com/maps/..."}].placeIdsaccepts raw Google Place IDs,place_id:values, or compatible URLs.maxReviewsis required in practice and should be a positive integer.reviewsSortmust be one ofnewest,mostRelevant,highestRanking, orlowestRanking.- Use
reviewsSort: "newest"withreviewsStartDate. reviewsStartDateacceptsYYYY-MM-DDor relative values such as8 days,3 months, or1 year.reviewsOriginshould usually begoogle;allis accepted for compatibility.- Set
personalData=falsewhen the user only needs review text, rating, date, and place metadata.
Authentication
Use an Apify token:
export APIFY_TOKEN='apify_api_xxx'
Never hardcode or print the full token.
Script Usage
The bundled script uses only Python standard library.
Run by Place ID:
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/google_maps_reviews_scraper_actor.py quick-place-id \
--place-id "ChIJ8Q2WSpJZwokRQz-bYYgEskM" \
--max-reviews 25 \
--budget-usd 1
Run by Google Maps URL:
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/google_maps_reviews_scraper_actor.py quick-url \
--url "https://www.google.com/maps/place/Joe%27s+Pizza/..." \
--max-reviews 100 \
--reviews-sort newest \
--budget-usd 1
Run custom JSON:
APIFY_TOKEN='apify_api_xxx' \
python3 scripts/google_maps_reviews_scraper_actor.py run \
--input-file references/sample_input.json \
--budget-usd 1
Input Examples
Place URL
{
"startUrls": [
{
"url": "https://www.google.com/maps/place/Joe%27s+Pizza/@40.7306597,-74.0021707,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259924a960df1:0x43b20488619b3f43!8m2!3d40.7306597!4d-74.0021707!16s%2Fg%2F1tyyy0n3"
}
],
"maxReviews": 100,
"reviewsSort": "newest",
"language": "en",
"personalData": true
}
Place ID
{
"placeIds": ["ChIJ8Q2WSpJZwokRQz-bYYgEskM"],
"maxReviews": 250,
"reviewsSort": "mostRelevant",
"reviewsOrigin": "google",
"language": "en"
}
Recent Reviews
{
"placeIds": ["ChIJ8Q2WSpJZwokRQz-bYYgEskM"],
"maxReviews": 100,
"reviewsSort": "newest",
"reviewsStartDate": "3 months",
"personalData": false
}
Output Contract
The runner returns:
okactorIdfetchedAtinputUseditemCountrows[]
Rows are actor dataset items. Important groups:
- Source:
searchString,inputStartUrl,inputPlaceId,rank,searchPageUrl,searchPageLoadedUrl - Review:
reviewId,reviewUrl,text,textTranslated,publishAt,publishedAtDate,stars,rating,likesCount,reviewOrigin,originalLanguage,translatedLanguage - Owner response:
responseFromOwnerDate,responseFromOwnerText - Review extras:
reviewImageUrls,reviewContext,reviewDetailedRating,visitedIn,isAdvertisement - Reviewer:
reviewerId,reviewerUrl,name,reviewerNumberOfReviews,isLocalGuide,reviewerPhotoUrl - Place:
title,placeId,fid,cid,kgmid,categoryName,categories,totalScore,reviewsCount,url,imageUrl,price - Address/runtime:
address,city,state,countryCode,location,scrapedAt,language
For the full contract, read references/input-output-contract.md.
Agent Response Rules
- If the user provides a broad search URL, explain that this reviews actor needs exact places.
- If no rows are returned, say the run succeeded but no matching reviews were saved, then suggest checking
RUN_SUMMARY. - If reviewer profile fields are null, check whether
personalData=falsewas used before treating it as missing data. - If date filtering is active, describe it as best-effort because Google often returns relative dates.
- For large jobs, split by place list and use budget limits.
References
references/input-output-contract.mdreferences/sample_input.jsonreferences/troubleshooting.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-maps-reviews-scraper-apify - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-maps-reviews-scraper-apify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Google Maps Reviews Scraper Apify 是什么?
Use this skill when the user needs Google Maps reviews from exact places through an Apify actor, including review text, ratings, dates, review URLs, reviewer... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Google Maps Reviews Scraper Apify?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-maps-reviews-scraper-apify」即可一键安装,无需额外配置。
Google Maps Reviews Scraper Apify 是免费的吗?
是的,Google Maps Reviews Scraper Apify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Maps Reviews Scraper Apify 支持哪些平台?
Google Maps Reviews Scraper Apify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Maps Reviews Scraper Apify?
由 hundevmode(@hundevmode)开发并维护,当前版本 v1.0.0。