Search code examples
rssyahoo-pipes

Filter the RSS links based on keywords in their content in Yahoo Pipes


I'm creating an RSS feed with Yahoo Pipes and I'm trying to filter the links based on the keywords used in the page. How Can I do this? Note that I only have the link in the data.

An example is that I have the link : http://blogs.technet.com/b/dataplatforminsider/archive/2014/11/05/microsoft-announces-major-update-to-azure-sql-database-adds-free-tier-to-azure-machine-learning.aspx

Keyword to look for in the content : "Big Data"

Any help is appreciated.


Solution

  • I ended up using the Fetch Page in a Loop to load the whole data and then filter it.