File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # JD.com
2+
3+ ** Mode** : 🔐 Browser · ** Domain** : ` item.jd.com `
4+
5+ ## Commands
6+
7+ | Command | Description |
8+ | ---------| -------------|
9+ | ` opencli jd item <sku> ` | Fetch product details (price, images, specs) |
10+
11+ ## Usage Examples
12+
13+ ``` bash
14+ # Get product details by SKU
15+ opencli jd item 100291143898
16+
17+ # Limit detail images
18+ opencli jd item 100291143898 --images 5
19+
20+ # JSON output
21+ opencli jd item 100291143898 -f json
22+ ```
23+
24+ ## Prerequisites
25+
26+ - Chrome running and ** logged into** jd.com
27+ - [ Browser Bridge extension] ( /guide/browser-bridge ) installed
Original file line number Diff line number Diff line change 1+ # Web
2+
3+ ** Mode** : 🔐 Browser · ** Domain** : any URL
4+
5+ ## Commands
6+
7+ | Command | Description |
8+ | ---------| -------------|
9+ | ` opencli web read <url> ` | Fetch any web page and export as Markdown |
10+
11+ ## Usage Examples
12+
13+ ``` bash
14+ # Read a web page and save as Markdown
15+ opencli web read https://example.com/article
16+
17+ # Custom output directory
18+ opencli web read https://example.com/article --output ./my-articles
19+
20+ # Skip image download
21+ opencli web read https://example.com/article --download-images false
22+
23+ # JSON output
24+ opencli web read https://example.com/article -f json
25+ ```
26+
27+ ## Prerequisites
28+
29+ - Chrome running
30+ - [ Browser Bridge extension] ( /guide/browser-bridge ) installed
You can’t perform that action at this time.
0 commit comments