Y
Hacker News
new
|
ask
|
show
|
jobs
by
techaddict009
4679 days ago
Does this help in scraping website which provide data via jquery ? I mean does this render the javascript on page ?
1 comments
klibertp
4679 days ago
Yes. It interprets and executes JS like a real browser would. Which is nice. For Python:
http://jeanphix.me/Ghost.py/
link