The provided HTML code appears to be the output of a web browser's developer tools, specifically the console.log() method. It represents a JSON-like object representing a transfer in football.
Here is an example of how you can parse this data using JavaScript:
```javascript
const transfers = [
{
"date": "12 September 2025",
"content": {
"badges": {
"wrapper": {}
},
"arrow": "",
"wrapper2": {}
},
"info": {
"name": "Emanuel Emegha",
"nationality": "ESP",
"position": "Defender",
"club-change": {
"link": "Athletic Club"
},
"player-info-text": "Former Manchester City centre-back, 31, returns to club where he made his name after two-season sojourn in Saudi Pro League."
},
"price": "£8.6m",
"image": "https://media.guim.co.uk/2c430f257d182d63c8765593b4d141863a220e3f/1772_0_1311_1311/500.jpg"
},
// ... more transfers ...
];
transfers.forEach((transfer, index) => {
console.log(`Transfer ${index + 1}:`);
console.log(`Date: ${transfer.date}`);
console.log("Content:");
console.log(`Name: ${transfer.content.name}`);
console.log(`Nationality: ${transfer.content.nationality}`);
console.log(`Position: ${transfer.content.position}`);
console.log(`Club change: ${transfer.info.club-change.link}`);
console.log(`Price: ${transfer.price}`);
console.log(`Image: ${transfer.image}`);
});
```
This code will parse the HTML data and output it in a more readable format to the console.
Here is an example of how you can parse this data using JavaScript:
```javascript
const transfers = [
{
"date": "12 September 2025",
"content": {
"badges": {
"wrapper": {}
},
"arrow": "",
"wrapper2": {}
},
"info": {
"name": "Emanuel Emegha",
"nationality": "ESP",
"position": "Defender",
"club-change": {
"link": "Athletic Club"
},
"player-info-text": "Former Manchester City centre-back, 31, returns to club where he made his name after two-season sojourn in Saudi Pro League."
},
"price": "£8.6m",
"image": "https://media.guim.co.uk/2c430f257d182d63c8765593b4d141863a220e3f/1772_0_1311_1311/500.jpg"
},
// ... more transfers ...
];
transfers.forEach((transfer, index) => {
console.log(`Transfer ${index + 1}:`);
console.log(`Date: ${transfer.date}`);
console.log("Content:");
console.log(`Name: ${transfer.content.name}`);
console.log(`Nationality: ${transfer.content.nationality}`);
console.log(`Position: ${transfer.content.position}`);
console.log(`Club change: ${transfer.info.club-change.link}`);
console.log(`Price: ${transfer.price}`);
console.log(`Image: ${transfer.image}`);
});
```
This code will parse the HTML data and output it in a more readable format to the console.