CsQueryOnUrl

=CsQueryonUrl(url, query, [htmlAttribute,
 httpSettings, mode]) : string

Results from CS Query function inside Excel


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"))

See

Related Functions


Get help with this function in the community →