CsQueryOnUrl
=CsQueryonUrl(url, query, [htmlAttribute,
httpSettings, mode]) : string
Purpose
Allows scraping of webpages using CSS jQuery path selectors. Mode can be "text" or "html".
Examples
Extract all Html:
=Dump(CsQueryOnUrl("https://www.seotoolsforexcel.com","html"))
Extract all links:
=Dump(CsQueryOnUrl("https://www.seotoolsforexcel.com","a","href"))
Get help with this function in the community →