Q: Industry Monitoring
Hi,
I have a list of hundreds of websites that I want to monitor. I want to monitor the sites for news (for example once a week), copy the new article content and store the content on a internal WordPress website for analyzing purposes. Is this possible with AgenticFlow?

SeanP_AgenticFlowAI
Apr 24, 2025A: Absolutely—here’s how:
1. RSS polling
– Use our RSS MCP (https://agenticflow.ai/mcp/rss) to subscribe to all your site feeds.
2. Schedule the run
– In your workflow’s Settings, add a weekly schedule (or trigger via a Table “cron” row).
3. Parse new items
– Add an LLM/HTML-extract node to clean up each article’s title & body.
4. Publish to WordPress
– Use our WordPress.org MCP (https://agenticflow.ai/mcp/wordpress_org) to create or update posts on your internal site.
Get started by cloning this template and swapping in your feeds:
https://agenticflow.ai/app/explore/workflow/501e0b5d-a6df-4119-a587-7ed85a457fd4
Sorry I was not clear enough in my use case, I know how to grab RSS feeds but I'm looking for a way to grab content from sites without an RSS feed.
Hi Djee, you can grab content from any site by cloning our “Company Research ” template at https://agenticflow.ai/app/explore/workflow/501e0b5d-a6df-4119-a587-7ed85a457fd4 – it uses our built-in Scrape URL node to pull page content, parse it with an LLM node and output structured data. For more industrial-grade scraping (bot handling, JS rendering, etc.) just add the Apify MCP.
Thanks Sean!