International Internet Preservation Consortium
Harvesting Working Group
The modifications described below are based on HTTP Archive 1.2
This object represents list of exported pages.
"pages": [
{
"startedDateTime": "2009-04-16T12:07:25.123+01:00",
"id": "page\_0",
"title": "Test Page",
"pageTimings": {...},
"comment": "",
"renderedContent": {...},
"renderedElements": [],
"map": []
}
]
This object represents the DOM of the final page.
"renderedContent": {
"text": "PCFET0NUWVBFIGh0bWw+P...",
"encoding": "base64"
}
This object represents a list of images rendered from the page or some subsection thereof.
"renderedElements": [
{
"selector": ":root",
"format": "PNG",
"content": "iVBORw0KGgoAAAANSU...",
"encoding": "base64"
}
]
The object represents a list of clickable areas within the page.
"map": [
{
"href": "/",
"location": {...}
}
]
This object represents a specific area within a page.
"location": {
"bottom": 46,
"height": 46,
"left": 37,
"right": 110,
"top": 0,
"width": 73
}