php file_get_contents - AFTER javascript executes -


basically, trying scrape webpages php want after initial javascript on page executes - want access dom after initial ajax requests, etc... there way this?

short answer: no.

scraping site gives whatever server responds http request make (from "initial" state of dom tree derived, if content html). cannot take account "current" state of dom after has been modified javascript.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -