I'm using this connector in Excel (where the A column is my list of domains I want total visit data for): =Dump(XPathOnUrl("https://www.similarweb.com/website/"&A3,"//span[contains(@class,'engagementInfo-value engagementInfo-value--large u-text-ellipsis')]","",,"text"))
It should be scraping this from SimilarWeb:
The thing is this has worked previously at much higher rates than it is now. I was able to scrape total visit data with about a 75% success rate a few weeks or a month ago. Now, I'm returning barely 1% of results.
Any suggestions for mining SimilarWeb data?