What is the best way for extracting some data from Amazon pages? Basically I want to get information about top rated/specific category books (title, publisher, pages, etc) in a csv file.
I thought about loading and parsing the page but this seems quite complicated. If it makes any difference, I want to do it from a Windows platform.