Industry Intelligence⭐ Featured

Bidding Notice Aggregator

招标公告抓取

Automatically collect energy and mining bidding notices with filtering by region, amount, and industry. Generates structured task lists.

招标能源矿业采购抓取自动化
Install Command
npx openclaw skills install bidding-notice
Version
1.0.0
Author
shuzhihui
Updated
Sat Apr 11 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Features

  • Multi-source bidding notice aggregation
  • Advanced filtering (region, amount, industry, keywords)
  • Automatic deadline tracking
  • Structured export to task list / CSV / Excel
  • Scheduled daily digest delivery
  • Supported Sources

    | Source Type | Examples |

    |-------------|----------|

    | Government Procurement | China Government Procurement, Provincial Portals |

    | Energy Companies | CNPC, Sinopec, CNOOC tender portals |

    | Mining Companies | China Coal, China National Gold, Rare Earth groups |

    | Industrial Parks | Energy Industrial Park tender sections |

    Use Cases

  • **Business Development**: Discover new project opportunities
  • **Sales Team**: Track competitor bidding activities
  • **Procurement**: Monitor market prices and competitor bids
  • Installation

    npx openclaw skills install bidding-notice

    Usage Examples

    # Get today's bidding notices for energy sector

    bidding-notice query --sector energy --date today

    # Filter by amount range (10M - 100M RMB)

    bidding-notice query --amount-min 10000000 --amount-max 100000000

    # Export to CSV

    bidding-notice export --format csv --output notices.csv

    # Set up daily digest

    bidding-notice schedule --time "9:00" --frequency daily