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 jackiezhao-eng/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

Fitbit Tracker

Personal Fitbit integration for daily health tracking with adaptive sleep and activity reporting

Registry SourceRecently Updated
General

Ollama Load Balancer

Ollama load balancer for Llama, Qwen, DeepSeek, and Mistral inference across multiple machines. Load balancing with auto-discovery via mDNS, health checks, q...

Registry SourceRecently Updated
General

Google Merchant Center

Google Merchant Center integration. Manage Accounts. Use when the user wants to interact with Google Merchant Center data.

Registry SourceRecently Updated
General

Twitter/X All-in-One — Search, Monitor & Publish Text & Media Posts

Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts, likes/unlike...

Registry SourceRecently Updated