ggzy_collect

从公共资源交易网站(淄博)抓取项目信息并保存到Excel。用于收集特定日期范围内的招标公告、中标信息等信息。触发场景:(1) 用户要求查询或收集公共资源交易信息 (2) 需要从ggzyjy.zibo.gov.cn抓取项目数据 (3) 需要将项目列表导出为Excel文件

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 "ggzy_collect" with this command: npx skills add n1ke9yd/ggzy-collect

ggzy_collect - 公共资源交易信息收集

快速开始

  1. 使用浏览器访问目标网站
  2. 设置日期筛选条件
  3. 翻页收集项目信息
  4. 导出到Excel文件

网站信息

  • 网站: http://ggzyjy.zibo.gov.cn:8082/
  • 栏目: 公共资源子站 -> 建设工程 -> 招标公告/中标公示
  • URL模式: http://ggzyjy.zibo.gov.cn:8082/jyxx/002001/gonggongziyuan.html?Paging={页码}

工作流程

1. 打开浏览器并导航

使用浏览器工具打开目标页面:

  • 使用 profile="clawdbot-cn" 或 profile="chrome"(如果用户已连接Chrome扩展)
  • 初始URL: http://ggzyjy.zibo.gov.cn:8082/jyxx/002001/gonggongziyuan.html?Paging=1

2. 设置日期筛选

页面通常有筛选器,可以按日期过滤:

  • 找到日期筛选控件(通常在页面顶部)
  • 设置开始日期和结束日期
  • 点击"查询"或"确定"按钮

3. 翻页收集数据

  • 点击"下一页"按钮继续浏览
  • 每天一个表格,包含:项目地点、项目名称、发布时间
  • 当遇到日期早于目标范围时停止

4. 数据格式

每个项目包含以下字段:

  • 项目地点: 如"市本级"、"张店区"等
  • 项目名称: 招标/中标项目标题
  • 发布时间: 格式如 "2026-03-20"

5. 保存到Excel

使用Node.js脚本创建Excel文件:

const XLSX = require('xlsx');

const data = [
  ['项目地点', '项目名称', '发布时间'],
  ['市本级', 'XXX项目', '2026-03-20'],
  // ... 更多数据
];

const worksheet = XLSX.utils.aoa_to_sheet(data);
const workbook = XLSX.utils.book_new();
XLSX.utils.book_append_sheet(workbook, worksheet, '项目列表');

XLSX.writeFile(workbook, 'D:\\ggzyjy.zb\\output.xlsx');

或者使用VBS脚本创建Excel。

注意事项

  • 翻页时等待页面加载完成
  • 检查项目日期,确保在目标日期范围内
  • Excel文件路径可以使用用户指定的路径
  • 如果页面有反爬机制,适当增加等待时间

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

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated