Last active
July 17, 2018 19:15
-
-
Save adardesign/0a422cdd1cd617dec6e519f5a09aae2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "success", | |
"type": "GetPageData", | |
"data": { | |
"cursorData": { | |
"total": 2000, | |
"startAt": 40 | |
}, | |
"productList": [ | |
"INKD750", | |
"INKD850", | |
"INKD950" | |
], | |
"productData": { | |
"INKD750":{}, | |
"INKD850":{}, | |
"INKD950":{} | |
}, | |
"page":{ | |
"title": "Professional Camcorders", | |
"description": "this is the aboutCategory", | |
"promoBannerHTML": "<a href=\"/g/RED-Trade-In \"><img src=\"/col/UIimages/promos/Categry_Banner-1134x200-RedTradeIn.jpg\" style=\"border-width:0px;\"> </a>" | |
}, | |
"search":{ | |
"searchTerm": "DALR cameras", | |
"originalSearchTerm": "DSLR cameras", | |
"originalSearchTermUrl": "/path/to/original/term", | |
"modifiedSearchTermMessage": "No exact matches were found for hasselblad 1250 mm, here are some results that match your keywords." | |
}, | |
"majorFilterSegments": [ | |
{ | |
"active": true, | |
"count": 455, | |
"id": "Used-Items", | |
"name": "Used Items", | |
"url": "/path/to/link" | |
}, | |
{ | |
"active": false, | |
"id": "Used-Items", | |
"name": "Used Items", | |
"count": 55, | |
"url": "/path/to/link" | |
}, | |
{ | |
"active": false, | |
"title": "Kits", | |
"count": 55, | |
"url": "/path/to/link" | |
} | |
], | |
"featuredBrands": [ | |
{ | |
"brand": "Canon", | |
"moto": "Delighting You Always", | |
"image": "/image/lsa/brand/brandicon-canon.png", | |
"url": "/l/Video-Equipment/Canon~Professional-Video-Cameras" | |
} | |
], | |
"popularCategories": [ | |
{ | |
"name": "Category name", | |
"image": "/path/to/image", | |
"url": "path/to/catagory" | |
}, | |
{ | |
"name": "Category name", | |
"image": "/path/to/image", | |
"url": "path/to/catagory" | |
} | |
], | |
"faqContent":"html" | |
}, | |
"meta": { | |
"params": {}, | |
"siteID": "AD", | |
"title": "<document.title>", | |
"description":"<meta-description>", | |
"id": 49908, | |
"pageType": "topCategory", | |
"pageSubType": "", | |
"pageGroup": "TBD", | |
"server": { | |
"servedBy": "85" | |
}, | |
"timestamp":1531345121299, | |
"groupInfo": { | |
"priceMode": "", | |
"country": "US", | |
"mode": "AD", | |
"isVip": false, | |
"isLoggedIn": false, | |
"isVip360": false, | |
"clientOffset": -5, | |
"isEmailPrice": false | |
}, | |
"pageFlags": {}, | |
"breadcrumbs": [ | |
{ | |
"name": "Adorama", | |
"link": "/" | |
}, | |
{ | |
"name": "Video Equipment", | |
"link": "/c/Video-Equipment" | |
}, | |
{ | |
"name": "Professional Video Cameras", | |
"link": "/c/Video-Equipment/Professional-Video-Cameras" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment