Navigate web pages from php interpreting javascript -


in past have written php script continuously fetches external web page curl, gets html, parses it, , stores "caught" numbers in database.

now such external web page has evolved: number no longer "static" (meaning: constants in page's html, or generated server scripting), generated after non-trivial javascript scripting after web page ready, involving ajax call. so, can't use curl anymore.

what can use "numbers" after javascript has completed calculations , calls? i'd write in php, if needed may use other language (on unix) , call php.

what recommend? can done or hell?

(p.s.: i'm afraid of may think may doing "illegal" it's nothing that, "external website" belongs company.)

thanks lot


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -