Let's say I have a site that provides dynamic data, for our example let's say stock prices, to web consumers. Because this data is so dynamic, I'm using JSON to pull it from a server and Javascript to stuff it into an empty html file.
My question: What do the crawlers see when they visit? A blank page? Or do they execute the Javascript on page load and get the dynamic material as well?