I'm trying to check a particular parameter on a page using importxml but I keep getting "Could not fetch url". I'm trying to check if the casino is Closed or restricted.
Heres what I'm using.
=importxml("https://www.askgamblers.com/online-casinos/reviews/winning-casino","/html/body/div[4]/div[1]/div/span")
And
=IMPORTXML("https://www.askgamblers.com/online-casinos/reviews/chipstars-casino","//*[@id='casino-review__new']/div[1]/div/span")
This used to work in the past (about 2 years back), doesn't seem to work now.
I'm not sure how to get this to work.