I would like to scrape web pages that load content dynamically with Javascript or similar.
Something like a headless browser, that I could use on a Linux Shared Host without X.
I can use PHP, Perl, Ruby or Python.
Do any of you know some framework/headless browser that can help me?
Thank you very much.
Try Selenium to control the browser if you need to simulate key presses or clicks in order to get the content to load.
For a headless browser, there are some listed here: headless internet browser?