
输入企业链接即可批量提取 Yelp 商家评论,包含作者、评分、日期、内容及配图。无需编写代码,一键导出 CSV/JSON 结构化数据。
通过提供以下输入参数来配置采集工具。必填字段用星号 (*) 标记。
{
"business_url": "",
"unrecommended_reviews": "yes",
"sort_by": "DATE_DESC",
"review_page_turning": "1"
}This parameter is used to specify the Yelp business URL to be crawled.
This parameter is used to specify whether to capture unrecommended comments.
This parameter is used to specify the sorting method for capturing comments.
This parameter is used to specify the maximum number of pages for crawling merchant reviews.