@Dasium said in выскабливание 1000 различных сайтов отелей ?:
@Fox
To get the prices need to find where in page is the "price checker", input the dates and click search, sometimes get redirected to a new page before inputing dates.
maybe there is way to indentify which are the elements of the price checker, maybe by creating only 10 templates?
What do you suggest?
How would you do it?
I wouldn't take this order :D
I have completed an order similar to this one, but with 3 sites. On the first site, I managed to get prices using technical queries, in the second by parsing the html page, in the third I do not remember what was already there. For each site, I wrote the logic myself, and if the site changed anything, then I had to change the logic of the script.