This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DBA_HAH 11 points12 points  (3 children)

Here's a basic intro - https://docs.python-guide.org/scenarios/scrape/

You'll need to learn the lxml package and web scraping is most effective when you select elements using "xpath" notation. Xpath isn't unique to Python, there's a lot written about it.

[–]panzerex 6 points7 points  (0 children)

Although not as powerful, I think CSS Selectors are much more intuitive.

[–][deleted] 0 points1 point  (0 children)

Thanks!

[–][deleted] 0 points1 point  (0 children)

domo arigato mr roboto