ansh batra has asked for the wisdom of the Perl Monks concerning the following question:
hi monks
i need to scrap website which have several links to be navigated
now the problem is that those links are ajax binded i.e they dont actually contain any url
i am using www::mechanize , please tell me how should i proceed<a onclick="new Ajax.Updater('reviews-list', '/rate-and-review/repagin +ate?product_type=home_loans&provider=6', {asynchronous:true, eval +Scripts:true, method:'get', parameters:'page=2'}); return false;" hre +f="#">2</a>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: web scrapping
by Corion (Patriarch) on Mar 20, 2013 at 15:21 UTC | |
|
Re: web scrapping
by marto (Cardinal) on Mar 20, 2013 at 15:23 UTC |