I´m trying to scrape a site http://www.aukce-neumann.cz/ which has no change in url (everything on this site is based on onclick event).
My goal is to download information on all the products from all auctions (from menu "aukční katalog"). Menu "aukční katalog" can be opened by this link: http://www.aukce-neumann.cz/index.php?menu=katalog. But this only get the products from the first auction in the list.
My question is how to get products from other auctions.
Note_1: I tried to follow the change in URL addresses using the Firefox Firebug. This is POST: lang=cr&mena=CZK&krok=Aukce+3-2013&mode=&menu=katalog.
But if I add this to the URL, it does not work (it works, but still get the first auction).
Note_2: I tried Google Chrome console and auction can be changed using command:
document.forms['changekat'].elements['krok'].value = 'Aukce 3-2013'; document.forms['changekat'].submit();
Is there a way to execute this command from Web-Harvest (from XML configuration file)?
Thanks for the answer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I´m trying to scrape a site http://www.aukce-neumann.cz/ which has no change in url (everything on this site is based on onclick event).
My goal is to download information on all the products from all auctions (from menu "aukční katalog"). Menu "aukční katalog" can be opened by this link: http://www.aukce-neumann.cz/index.php?menu=katalog. But this only get the products from the first auction in the list.
My question is how to get products from other auctions.
Note_1: I tried to follow the change in URL addresses using the Firefox Firebug. This is POST: lang=cr&mena=CZK&krok=Aukce+3-2013&mode=&menu=katalog.
But if I add this to the URL, it does not work (it works, but still get the first auction).
Note_2: I tried Google Chrome console and auction can be changed using command:
document.forms['changekat'].elements['krok'].value = 'Aukce 3-2013'; document.forms['changekat'].submit();
Is there a way to execute this command from Web-Harvest (from XML configuration file)?
Thanks for the answer.
Solved.
Last edit: Milan 2013-08-22