Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Code:
NSURL *url = [NSURL URLWithString:@"theWebsiteURL"];
NSString *webData= [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding error:nil];

i could get by this way.
 
Look into the HPPLE library on github and XPath queries to parse html and access individual bits of it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.