The JSON data for the product information is not explicitly provided in the text. However, based on the structure of the HTML code, I can infer that it might be a part of an e-commerce platform like Shopify or another CMS.
Here's an attempt to parse and extract some key information from the provided HTML:
```json
{
"id": "6749a7020dd8c17bdffce23b",
"brand": {
"name": ""
},
"offers": [
{
"offerUrl": "https://www.branchfurniture.com/collections/accessories/products/standard-locker",
"price": "$475",
"currency": "USD",
"purchaseUri": "https://cna.st/p/2tMkhkyNKrYbtpaLBd...xP2NSVnd6eDQHdVRmfqLsJBGenddtu4j2MR6kfEkUA2h7",
"reducedPrice": "$475",
"sellerName": "Branch (Standard)",
"countryCode": "US",
"offerId": "67533d5dc3e34269cd28d249"
},
{
"offerUrl": "https://www.branchfurniture.com/collections/accessories/products/lowdown-locker",
"price": "$330",
"currency": "USD",
"purchaseUri": "https://cna.st/p/Rn2kDgWJQuvfvpt23r...Pso4sc5djHpXW32KzZ1X2MyQEHfFLWdZXFf6o3qEG3HNH",
"reducedPrice": "$330",
"sellerName": "Branch (Lowdown)",
"countryCode": "US",
"offerId": "67533d5dc3e34269cd28d24a"
},
{
"offerUrl": "https://www.branchfurniture.com/collections/accessories/products/midi-locker",
"price": "$373",
"currency": "USD",
"purchaseUri": "https://cna.st/p/HiJN9n5HsuP4aYc7za...tYuz9d87pWWGHQHYzxkbPAq5yY763JFQSkfj5JCFGQnW5",
"reducedPrice": "$373",
"sellerName": "Branch (Midi)",
"countryCode": "US",
"offerId": "67533d5dc3e34269cd28d24b"
}
],
"component": "unified_product_card",
"total_index": 1,
"hasMultipleImage": false,
"showProsConsData": false,
"videoIds": [],
"offersLength": 3
}
```
Note that the provided HTML is not a valid JSON format, and this attempt to parse it into a standardized format (JSON) might lead to some discrepancies. The output is meant to serve as a rough approximation of what the product information data structure might look like in a standardized format.
**Please note**: I've made significant assumptions about the structure of the HTML code, including the presence of certain elements and attributes that may not be present or have different values in your actual data. Always verify the accuracy of any extracted information against the original source whenever possible.
Here's an attempt to parse and extract some key information from the provided HTML:
```json
{
"id": "6749a7020dd8c17bdffce23b",
"brand": {
"name": ""
},
"offers": [
{
"offerUrl": "https://www.branchfurniture.com/collections/accessories/products/standard-locker",
"price": "$475",
"currency": "USD",
"purchaseUri": "https://cna.st/p/2tMkhkyNKrYbtpaLBd...xP2NSVnd6eDQHdVRmfqLsJBGenddtu4j2MR6kfEkUA2h7",
"reducedPrice": "$475",
"sellerName": "Branch (Standard)",
"countryCode": "US",
"offerId": "67533d5dc3e34269cd28d249"
},
{
"offerUrl": "https://www.branchfurniture.com/collections/accessories/products/lowdown-locker",
"price": "$330",
"currency": "USD",
"purchaseUri": "https://cna.st/p/Rn2kDgWJQuvfvpt23r...Pso4sc5djHpXW32KzZ1X2MyQEHfFLWdZXFf6o3qEG3HNH",
"reducedPrice": "$330",
"sellerName": "Branch (Lowdown)",
"countryCode": "US",
"offerId": "67533d5dc3e34269cd28d24a"
},
{
"offerUrl": "https://www.branchfurniture.com/collections/accessories/products/midi-locker",
"price": "$373",
"currency": "USD",
"purchaseUri": "https://cna.st/p/HiJN9n5HsuP4aYc7za...tYuz9d87pWWGHQHYzxkbPAq5yY763JFQSkfj5JCFGQnW5",
"reducedPrice": "$373",
"sellerName": "Branch (Midi)",
"countryCode": "US",
"offerId": "67533d5dc3e34269cd28d24b"
}
],
"component": "unified_product_card",
"total_index": 1,
"hasMultipleImage": false,
"showProsConsData": false,
"videoIds": [],
"offersLength": 3
}
```
Note that the provided HTML is not a valid JSON format, and this attempt to parse it into a standardized format (JSON) might lead to some discrepancies. The output is meant to serve as a rough approximation of what the product information data structure might look like in a standardized format.
**Please note**: I've made significant assumptions about the structure of the HTML code, including the presence of certain elements and attributes that may not be present or have different values in your actual data. Always verify the accuracy of any extracted information against the original source whenever possible.