S
Steffan A. Cline
I was trying to find a way to troll/poll/scrape a site for data.
Unfortunately the site uses AJAX with .asp which I have never worked with
before. If this site used php, lasso or the like it would be easy to grab
the url and query the data directly. I have done similar things before where
the pages use a plain form and then paginate through the results. (1-100,
101-200 etc).
The example would be this site :
http://www.tblaw.com/FsSales/PendingSales.aspx
I can simply include the url to the site via the likes of curl or something
but it only gets the first 60 records. No matter what I do, I can't find out
how to get more than the 60.
On another site, for example, I hit the page first to get the cookie and
event and action so that I can keep posting them to the next page with the
page parameters and then parse the results.
Sorry if I am not explaining this very well.
Any suggestions?
Thanks,
Steffan
Unfortunately the site uses AJAX with .asp which I have never worked with
before. If this site used php, lasso or the like it would be easy to grab
the url and query the data directly. I have done similar things before where
the pages use a plain form and then paginate through the results. (1-100,
101-200 etc).
The example would be this site :
http://www.tblaw.com/FsSales/PendingSales.aspx
I can simply include the url to the site via the likes of curl or something
but it only gets the first 60 records. No matter what I do, I can't find out
how to get more than the 60.
On another site, for example, I hit the page first to get the cookie and
event and action so that I can keep posting them to the next page with the
page parameters and then parse the results.
Sorry if I am not explaining this very well.
Any suggestions?
Thanks,
Steffan