I have this situation where I need to get some data from a webpage and I'm trying to scrape it with Yahoo Pipes to make a rapid prototype. I divided the data with "Fetch Page", then I added a YQL query to a "Loop" so I can browse each result from the "Fetch Page" module and extract the data I need while keeping the grouping that came from the "Fetch Page" module.
The YQL query always sends an error when I add XPath to it asking for a URL.
So my question is that if it is possible to get XPath to work with the feed coming from the loop?