You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,9 +284,3 @@ You can find this complete code in the file `wiki_toc.py` file.
284
284
## Other Tools
285
285
286
286
Some websites do not have data in the HTML but are loaded from other files using JavaScript. In such cases, you would need a solution that uses a browser. The perfect example would be to use Selenium. We have a [detailed guide on Selenium here](https://en.wikipedia.org/wiki/Web_scraping).
287
-
288
-
## Conclusion
289
-
290
-
Building web scrapers in Python and extracting data is easy.
291
-
292
-
If you want to find out more about how proxies or advanced data acquisition tools work, or about specific web scraping use cases, such as [web scraping job postings](https://oxylabs.io/blog/web-scraping-job-postings) or building a [yellow page scraper](https://oxylabs.io/blog/building-your-own-yellow-pages-scraper), check out our blog. We have enough articles for everyone: a more detailed guide on how to [avoid blocks when scraping](https://oxylabs.io/blog/how-to-crawl-a-website-without-getting-blocked), [is web scraping legal](https://oxylabs.io/blog/is-web-scraping-legal), an in-depth walkthrough on [what is a proxy](https://oxylabs.io/blog/what-is-proxy) and many more!
0 commit comments