
It may change from time to time, but should be similar. The exact look will depend on the version of Google Chrome you’re using. Note that, for Safari, you’ll need to enable the “ Develop menu” first. If you’re using a Mac, use Cmd+Opt+J for Chrome, and Cmd+Opt+C for Safari. Open your browser’s Developer console. For most browsers on Windows, you can open the console by pressing F12. If you have no idea how to find out the indexes of tables on an HTML page, follow the steps below: Step 1 Import website data to Google Sheets with IMPORTHTML How to get indexes of tables/lists to pull data from website to Google Sheets using IMPORTHTMLĪ page may contain one or more tables and/or lists. A table with index = 1 means that it’s the first table, index = 2 means that it’s the second table, and so on.

An HTML table is defined by the tag, while a list is defined by the (for unordered list) and (for ordered list) tags.

You can use it to scrape texts within a table or list.

The Google Sheets IMPORTHTML function looks for a specific HTML table or list and copies the data out of it. Google Sheets IMPORTHTML Error Loading Data How does the IMPORTHTML function work in Google Sheets?
