How to programmatically download a URL and query the DOM? I don't care that much about the language of implementation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to programmatically download a URL and query the DOM? I don't care that much about the language of implementation

How to programmatically download a URL and query the DOM? I don't care that much about the language of implementation

4th Jan 2017, 10:35 AM
Anna Papachristou
Anna Papachristou - avatar
2 Answers
+ 6
Ajax & RegEx (do it in JS, follow internet tutorials)
4th Jan 2017, 10:39 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
I would use Python and beautifulSoup to get a URL and then an XPath selector to target a specific element inside the DOM
11th Jan 2017, 11:15 PM
Georget