
通过详情 URL 从 Google 地图中提取数据,包括营业时间、联系信息、位置、价格和评价等,不受 Google Places API 的限制。支持导出数据、API 调用或与第三方工具集成。
通过提供以下输入参数来配置采集工具。必填字段用星号 (*) 标记。
{
"detail_url": "",
"lang": "en",
"max_reviews_per_place": ""
}This parameter specifies the URL of the details that the script needs to crawl.
Source language of the text.
This parameter can limit the maximum number of reviews crawled for each place.