Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 12:39:48 +08:00

37 lines
1.2 KiB
Markdown

# 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
```bash
# 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.cn` session
- [Browser Bridge extension](/guide/browser-bridge) installed
## Notes
- `search` prefers 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 compatible `date/summary`.
- Results are deduplicated by `title + url`.
- `--limit` defaults to `20` and is capped at `50`.
## 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.