I have been using google sheet importxml to scrape seekingalpha for a long time. Recently I find it very difficult to scrape seekingalpha news.
For example to scrape the news from "https://seekingalpha.com/news/3611919-epic-makes-another-attempt-reversing-fortnite-app-store-ban" I use the below formula:
=JOIN(CHAR(13), importxml("https://seekingalpha.com/news/3611919-epic-makes-another-attempt-reversing-fortnite-app-store-ban","//div[@id='bullets_ul']"))
Most of the time, it will have the error: could not fetch url.
In the past, I could add "#1234" or other numbers to the url to "force" download again. But such do not seem to work recently.
Any idea to how I can make the news download more reliable?