Many brands publish news without an RSS feed. This flow checks a news page each week, pulls the newest posts, and saves titles, short summaries, keywords, dates, and links into a NocoDB table. It helps marketing and comms teams track updates and plan content faster.
On a weekly schedule, it loads the listing page, uses CSS selectors to grab post links and dates, splits the arrays into single items, and pairs each link with its date. A code step keeps only items from the last set number of days. It opens each link, scrapes the title and body, and sends the text to OpenAI. OpenAI returns a summary under 70 words and three technical keywords. Merge by position keeps fields aligned even when scraping arrays. The results are combined with the link and date, then written to NocoDB as clean records.
Setup needs correct CSS selectors, an OpenAI API key, and a NocoDB API token. Expect less manual tracking, quicker research, and a reliable archive for weekly reporting. Use it for press monitoring, competitor updates, and content planning with very little upkeep.