Just as a precursor, although I am not totally new to Excel or VBA, I am nowhere near where I would like to be in regards to using it as a tool to "scrape". Regardless, I have been toying (recording macros with different paths and selections) with it this morning and have finally come to the conclusion a little help from the forums probably wont hurt. So here is my problem.

I want to collect data of this website (http://www.appannie.com/top/). Notice that there are 5 variables I want to account for:

Top left corner: Date
Top right corner: iPad vs iPhone selection
Left "column": "All Apps", "In App Purchases" (IAP), No IAP links

These are the 5 variable I would like to manipulate to get raw data in excel. I would like to get the data from the table, 300 rows and 3 columns. Ultimately I would like to be able to scale the dates to pull date ranges, but I think I may be able to handle that. The scraping is a bit beyond me.

Can anyone help or point me in the right direction?

Thank you