Knowing all the bog standard metadata for a screenshot isn't enough information for everyone.
Saving the HTML and parsing it server side is one option. But that takes time and can be a memory intensive pain to do at scale.
What if you could get any data you want from a page at the same moment your screenshot is being taken?
We've supported the execution of custom JavaScript with Urlbox for years. Now that JavaScript can return data to you by assigning a value to a special variable window.customUrlboxData.
Here's an example of a simple request you could make including some JavaScript you'd like us to execute:
It results in a response like the following:
You can view the full set of json here.