Today we will learn about Google Sheets crawling scraping.
The method is simple.
=importxml()
=IMPORTXML("https://www.google.com/", "//title") // Crawl the site's title
how to get Xpath link- https://www.litenews.shop/2024/02/how-to-get-xpath.html
xpath
grammar
IMPORTXML(url, xpath_query, locale)
url - The URL of the page to review, including the protocol (e.g. http://).
The url value must be enclosed in quotes or be a reference to a cell containing appropriate text.
xpath_query - An XPath query that runs on structured data.
0 Comments