I tried to parse 50 000 url using Beautifulsoup in Python. The parsing works in loop:
I figure out that time for parsing one page is 15 - 18 seconds. From page I grab around 20 elements.
Why does Beautifulsoup work so slow? How to accelerate Beautifulsoup in Python?