tender-scraper-xiaobai

v1.0.0

爬取官网招投标采购公告,按日期和类型分组输出,支持商业情报和政府采购信息追踪分析。

0· 327·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jiahuishao/tender-scraper-xiaobai.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "tender-scraper-xiaobai" (jiahuishao/tender-scraper-xiaobai) from ClawHub.
Skill page: https://clawhub.ai/jiahuishao/tender-scraper-xiaobai
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install tender-scraper-xiaobai

ClawHub CLI

Package manager switcher

npx clawhub@latest install tender-scraper-xiaobai
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included code and SKILL.md. The Python script posts to the declared site API, parses results and returns structured JSON; required packages (requests, beautifulsoup4) are appropriate.
Instruction Scope
SKILL.md instructs running the included script or calling crawl_and_return_json; the code only accesses the documented target site and does not read local files, environment variables, or send data to third-party endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. It includes a small requirements.txt (requests, beautifulsoup4) — no downloads from arbitrary URLs or archive extraction.
Credentials
No environment variables, credentials, or config paths are requested. The script runs with no secret access and only performs network requests to the stated domain.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system configuration; it has no elevated or persistent privileges.
Assessment
This package appears coherent and small: it scrapes the declared procurement site and returns JSON, and it does not ask for credentials. Before installing, review and run the script in a controlled environment (virtualenv or sandbox), install dependencies into an isolated environment, and inspect the code yourself. Confirm that scraping this site is permitted (check robots.txt and terms of service) and be mindful of rate limits and potential privacy/legal issues if the data contains personal information. If you plan to run this repeatedly or at scale, add polite rate limiting and error/retry handling.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f0k0dqk5ddnetjh6v1j07hh833adj
327downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

招投标采购公告资讯 Skill

数据来源

快速开始

python scripts/crawl.py --limit 30

编程调用

import sys
sys.path.insert(0, "tender-scraper")
from scripts.crawl import crawl_and_return_json

result = crawl_and_return_json(limit=50)
# AI自行处理返回数据

字段说明

字段说明
title采购公告标题
url原文链接
publish_time发布日期
tags类型标签
tender_type公告类型

类型标签

根据 infoTypeId 字段:

标签说明
工程工程类
非工程类货物货物类
非工程类服务服务类
工程类货物工程货物类
工程类服务工程服务类
中介超市服务中介服务类
其他其他类型

总结输出格式

按日期+类型分组,使用emoji:

📅 2026-03-17 招投标公告 (共15条)

🔷 2026-03-17

🏗️ 工程
• [项目名称](链接)
• [项目名称](链接)

📦 非工程类货物
• [项目名称](链接)

🛠️ 非工程类服务
• [项目名称](链接)

👔 中介超市服务
• [项目名称](链接)

🔧 工程类服务
• [项目名称](链接)

---
🔷 2026-03-16 (共20条)

🏗️ 工程
• [项目名称](链接)
...

Comments

Loading comments...