9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
1.2 KiB
1.2 KiB
PowerChina
Mode: 🔐 Browser · Domain: bid.powerchina.cn
Commands
| Command | Description |
|---|---|
opencli powerchina search "<query>" --limit <n> |
Search PowerChina procurement notices with API-first extraction and browser fallback |
Usage Examples
# Search by keyword
opencli powerchina search "procurement" --limit 20 -f json
# Search with another keyword
opencli powerchina search "substation" --limit 10 -f json
Prerequisites
- Chrome running with an active
bid.powerchina.cnsession - Browser Bridge extension installed
Notes
searchprefers the structured announcement API and falls back to browser DOM extraction when the API is unavailable.- Search results return V2 procurement fields (
content_type,publish_time,snippet,quality_flags, etc.) and keep compatibledate/summary. - Results are deduplicated by
title + url. --limitdefaults to20and is capped at50.
Troubleshooting
- If the site asks for login or human verification, complete it in Chrome and retry.
- If extraction only sees portal/navigation rows, the adapter returns taxonomy-style errors instead of weak candidates.