G
googlinggoogler
Hi
Hope this is the right group, I dont usually post but am really stuck.
I would like to scrape all the values from the table
http://www.morningstar.co.uk/UK/ISAQuickrank/default.aspx?tab=2&sortby=ReturnM60&lang=en-GB
But im having difficulty getting HTML::TableExtract to achieve this, I
keep returning null values.
The other thing is I want to get all the pages, as you can see from
that page theres something like ~3800 lines in the table.
I have already tried to manipulate my http POST's with the firefox
plugin Tamper Data (great extension, comes highly recommended!) but
the script that serves that page is well written and guards against
this. So I tried to look at the http transfers that cause the "next
button" at the bottom, this has led me to find that it produces an
absolutly massive string, that I can't even begin to understand, plus
I think it uses some sort of validation process based on the field
names (e.g. "__EVENTVALIDATION")
Any advice even its just on the scraping would be greatly recieved.
Kind regards and thanks in advance
Dave
Hope this is the right group, I dont usually post but am really stuck.
I would like to scrape all the values from the table
http://www.morningstar.co.uk/UK/ISAQuickrank/default.aspx?tab=2&sortby=ReturnM60&lang=en-GB
But im having difficulty getting HTML::TableExtract to achieve this, I
keep returning null values.
The other thing is I want to get all the pages, as you can see from
that page theres something like ~3800 lines in the table.
I have already tried to manipulate my http POST's with the firefox
plugin Tamper Data (great extension, comes highly recommended!) but
the script that serves that page is well written and guards against
this. So I tried to look at the http transfers that cause the "next
button" at the bottom, this has led me to find that it produces an
absolutly massive string, that I can't even begin to understand, plus
I think it uses some sort of validation process based on the field
names (e.g. "__EVENTVALIDATION")
Any advice even its just on the scraping would be greatly recieved.
Kind regards and thanks in advance
Dave