We are crawling the notice of certain public institutions with Python.
But when I turned the page, there was no change in url, and only the page was grouped separately in div class with javascript.
<a href="javascript:listShow('1')">
I wonder if there is a way to crawl multiple pages in this case.
python crawling beautifulsoup
You can use Selenium when scraping sites configured using JavaScript with Python.
See here.
© 2024 OneMinuteCode. All rights reserved.