๐ Test Steps for Chrome Web Store Reviewers
- Click the WireData toolbar icon (W) on this browser tab to open the Side Panel.
- In the Side Panel, click "โบ Start Capture" (REC status appears).
- Click the "๐ Generate JSON API Request" button below.
- Notice the Side Panel immediately increments to 1 response and detects the
orders collection.
- Click "โน Stop Capture" in the Side Panel.
- Click "Open Full Workbench โ" โ verify the captured request appears in the list.
- Switch to the Candidates tab in Workbench and click "โก Extract Combined Dataset" to create the
orders table.
- Switch to the SQL Runner tab and click "Run Query (Ctrl+Enter)" to query
SELECT * FROM orders LIMIT 20; via DuckDB.
- (Alternative) Click "โก Load Sample Data" in the top bar to test analytical SQL immediately with 1 click.
- (Optional) In the Side Panel, click "๐ฒ Scrape Table" to test one-time DOM table extraction from the table below.
1. Live JSON API Traffic Test
Clicking this button fires a standard HTTP fetch() request for structured JSON data on this origin.
2. HTML Table Data Test (for Table Scraping)
WireData's "Scrape Table" feature extracts structured data from standard HTML table elements.
| Product ID |
Product Name |
Category |
In Stock |
Unit Price |
| PROD-101 |
Wireless Developer Keyboard |
Hardware |
Yes |
$129.99 |
| PROD-102 |
Ultra-Wide 4K Monitor |
Hardware |
Yes |
$499.00 |
| PROD-103 |
Ergonomic Standing Desk |
Furniture |
No |
$650.00 |
| PROD-104 |
USB-C Dual 4K Dock |
Accessories |
Yes |
$89.50 |