B
B
Bogdan2019-10-25 18:20:00
Parsing
Bogdan, 2019-10-25 18:20:00

Website scraper with proxy?

Hello. Advise what is best to use.
You need to make a parser for the site, but in order to parse, you need to press buttons. Cookies are not needed, but dynamic proxy switching is needed (so that the site is not banned).
Thank you.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
Phoenixsma, 2019-10-31
@bogdan_uman

Puppeteer is here to help.

K
Kirill, 2019-10-26
@Lobanov

If you are familiar with Python, you can use the Python + Scrapy + Splash + Proxy bundle - you get a very powerful system that can do everything you need, from parsing simple sites to sites that work with front-end frameworks.

E
Evgeny Ivanovich, 2019-10-26
@Pauk_Code

You can use regular python requests with tor binding if the buttons do not need to be pressed, and if the site requires full-fledged work, then as selenium webdriver said above. Of the minuses of selenium-a, I can single out so far only limited input / output / interactive emulation with a web page. Perhaps this is how optimization works, but there is definitely a minus in this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question