Jianyu
April 20, 2026 路 View on GitHub
Mode: 馃攼 Browser 路 Domain: www.jianyu360.cn
Commands
| Command | Description |
|---|---|
opencli jianyu search "<query>" --limit <n> [--since_days <n>] | Search Jianyu bid notices and keep only accessible detail links |
opencli jianyu detail "<url>" | Extract detail-page evidence blocks from a search URL |
Usage Examples
# Search by keyword
opencli jianyu search "procurement" --limit 20 -f json
# Search another keyword with an explicit recency window
opencli jianyu search "substation" --limit 10 --since_days 30 -f json
# Extract structured detail evidence
opencli jianyu detail "https://www.jianyu360.cn/nologin/content/....html" -f json
Prerequisites
- Chrome running with an active
jianyu360.cnsession - Browser Bridge extension installed
Notes
searchreturns accessible procurement rows withpublished_at,detail_status,project_code,budget_or_limit,url, plus compatiblepublish_time/date.searchkeeps all reachable rows by default.--since_daysenables an explicit recency filter.detailreturns the same structured fields and addsdetail_text+evidence_blocks.- Date fields are normalized to
YYYY-MM-DDwhen date text is detectable. - Results are deduplicated by stable notice id when it is available.
--limitdefaults to20and is capped at50.
Troubleshooting
- If the page shows login/verification prompts, complete it in Chrome and retry.
- If the command returns no valid rows due to noise/navigation pages, it reports taxonomy-style extraction errors instead of silent weak results.