Pluck
tables from any webpage

Chrome extension that instantly analyzes tables, CSV files, and data on any website. Privacy-first, lightning-fast, and AI-powered.

salesforce.com/reports/customer-data

Table detected: Customer Data

1,247 rows • 8 columns • Updated 2 mins ago

See Pluck in action

Watch how the extension seamlessly integrates with any webpage to provide instant data analysis capabilities

Extension Popup

Pluck
Found 2 tables and 3 files
📄 Files (3)
📊 sales-data.csv
CSV • Download
💾 users.json
JSON • API Response
📊 Tables (2)
Customer Data
156 rows • 8 columns
Product Inventory
23 rows • 5 columns • Detected

JSON Data Analysis

sales-data.json • 8 records
Region
Quarter
Revenue
Growth
North America
Q1 2024
€1.15M
12%
Europe
Q1 2024
€820K
8%
Asia Pacific
Q1 2024
€695K
15%
+ 5 more rows

Hover over any file URL to get an instant preview without downloading. Click analyze to process with Pluck.

Table Detection

Name
Revenue
Growth
Acme Corp
€1.9M
+12%
TechStart
€1.7M
+8%
DataFlow
€1.4M
-3%
📊 Analyze Table
✓ Table detected automatically
3 rows • 3 columns

Data tables are automatically identified on any webpage. Analyze instantly with one click.

Data analysis, reimagined

Stop downloading, importing, and switching between tools. Analyze data where you find it.

Instant Analysis

Right-click any table to get immediate insights, statistics, and data quality checks.

Privacy First

All processing happens in your browser. Your data never leaves your computer.

AI Poweredenterprise

Ask questions in plain English. Get SQL queries and insights automatically.

From data to insights in seconds

Watch how Pluck transforms raw customer data into actionable insights with powerful SQL queries

SQL Query
-- Find top customers by revenue
SELECT
customer_name,
SUM(order_value) as total_revenue,
COUNT(*) as order_count,
AVG(order_value) as avg_order
FROM
customer_orders
WHERE
order_date >= '2024-01-01'
GROUP BY
customer_name
ORDER BY
total_revenue DESC
LIMIT
10;
✓ Query executed in 23ms
10 rows returned

Top Customers by Revenue

Enterprise Corp
47 orders • €2,615 avg
€123,105
Global Industries
23 orders • €2,850 avg
€65,640
TechStart Solutions
31 orders • €1,675 avg
€52,025
+ 7 more customers
Total Revenue:
€448,320
Avg Order Value:
€2,235

Full SQL Power

Complex JOINs, aggregations, and window functions powered by DuckDB

Lightning Fast

Query millions of rows in milliseconds with columnar processing

Export Ready

Copy SQL, export results, or share insights with your team

Built for data people who value their time

Start analyzing data instantly. No downloads, no setup, no data upload required.

Free to use
Privacy-first
Works anywhere