sqanything - Query any data tables on the Web with SQL

by
Data tables are all over the internet, especially Wikipedia. sqanything lets you query the HTML tables in all your open Chrome tabs with SQL. You can send the results of your query to Google Sheets or just send all the tables on a web page to Google Sheets.

Add a comment

Replies

Best
I love the idea! Implementation could be better though, it breaks on first table I tried it on
Your right, there's a lot of ways tables can be formatted so we're still working out the kinks! The first table on the page is not actually a table but a content box, which is why it doesn't work. Querying the next two tables on that page both work though if you want to give those a try. There's a lot of "pseudo" tables on Wikipedia that have a "table" tag but aren't actually data tables, so we're trying to hide those from the Schema so people don't try to query them. Thanks for trying it!
Here is a loom of successfully querying the two tables that page with sqanything:
.
Very cool tool!
SQL data tables will not a problem anymore. Good job!
A cool data analytics tool from an awesome company.
Take a Bow
Thank you! Great idea of application!