I am working on having a formula that will be able to go out and pull news sources into a Google sheet so we can have a list of the most relevant and recent articles regarding whatever we chose to search, preferably somewhere within the 10-20 range.
Right now I have this for the formula:
=IMPORTXML( "https://duckduckgo.com/?q=" & A26 , "//div[contains(@class, 'result__body')]" )I would much rather be able to put in something like Google News however when I try that I always get "error: Resource at url contents exceeded maximum size"
Would anyone be able to help me to resolve this error?
I have tried a different formula using
=ARRAYFORMULA( CLEAN( IMPORTFEED("https://news.google.com/search?q=Clous.Io&hl=en-US&gl=US&ceid=US%3Aen",,,10)))but this is super finicky