Tag Archives: YQL
Scraping websites using YQL
Posted on 19. Jan, 2010 by Nikhil Sheth.
0
We typically do lot of data scraping for various projects. We either use php functions or CURL for scraping data from remote websites. This involves reading remote url content, removing unwanted characters from it and then using regular expressions getting relevant data.
While this is not that complex, it sometimes becomes too messy. So while exploring [...]
