I used (and still like) to scrape stock information from some web pages. For instance, I use(d) the NYSE Euronext pages to extract Option prices. I could find that information by displaying the HTML source and by comparing it to the actual displayed page. I then could locate some "markers" which I used in a VBA program to automate the extraction.
But ... lately they improved the website's look and feel, and since then I'm unable to run my program. When I now look at the source code, it seems no longer to reflect the displayed page. How is this possible?
If for instance you look at the page [link ]BP Option Price[/url] you clearly see the word Classification. However if you display its source code and perform a search for that word, no matches will be found.
_________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]
But ... lately they improved the website's look and feel, and since then I'm unable to run my program. When I now look at the source code, it seems no longer to reflect the displayed page. How is this possible?
If for instance you look at the page [link ]BP Option Price[/url] you clearly see the word Classification. However if you display its source code and perform a search for that word, no matches will be found.
_________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]