Want to grab data from the internet? Google Sheets has a built-in function called ImportXML which can be used to scrape publicly available structured data from websites. ImportXML imports data from any of various structured data types including XML, HTML, CSV, TSV, and RSS and ATOM XML feeds. IMPORTXML(url, xpath_query) …