Need some help reading Google news

Hi All,

Im new to Lucee. I played with CFML late 90’s, but not much recently. Im trying to find a way to pull google alerts into my intranet I’m building. Does anyone have any suggestions?

1 Like

Hi and welcome back to CFML @GlennOC! Can you point us to a specific API or feed you are trying to consume?

Hi @bdw429s… Thanks for the reply. im trying to pull this feed…

https://www.google.com/alerts/feeds/06478798483259491867/13071424462792624454

Im going to create many alert urls in my DB, and pull when i want an article for a particle keyword.

You might try <cffeed />:

Or grabbing and parsing the XML directly into a useful format for processing:

Thanks, will go through and see what i can figure out.

Thanks for the help