Car Scraper

车辆信息采集反爬 Skill - 从大搜车、懂车帝、汽车之家采集二手车/新车数据,输出 OpenClaw 兼容格式。USE FOR: 采集车辆列表、车辆详情、价格行情、商家信息。支持反爬对策: UA轮换、限速退避、Cookie管理、指纹伪装。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Car Scraper" with this command: npx skills add car-scraper

万能反爬 Skill

能力

  1. 大搜车采集 (dasouche_scraper.py): 采集 souche.com 二手车列表和详情
  2. 懂车帝采集 (dongchedi_scraper.py): 采集 dongchedi.com 二手车数据(API + SSR 双模式)
  3. 汽车之家采集 (autohome_scraper.py): 采集 che168.com 二手车数据(含字体反爬处理)
  4. OpenClaw 导出 (openclaw_export.py): 统一格式输出 JSON/JSONL/CSV

使用方式

# 单平台采集
from dasouche_scraper import DasoucheScraper
scraper = DasoucheScraper()
result = scraper.scrape(pages=3)

# OpenClaw 导出
from openclaw_export import export_scrape_result
files = export_scrape_result(result, output_format="json")

数据模型

所有车辆数据统一为 VehicleInfo (见 data_models.py),包含:

  • 品牌/车系/车型/年款
  • 价格/里程/上牌信息
  • 发动机/变速箱/驱动/排放等技术参数
  • 图片/商家/车况描述

反爬配置

编辑 config.py 调整请求间隔、代理池、目标页数等参数。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated