
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
transfermarkt
Advanced tools
Scrape top transfer and query fotball club in world
Install using:
npm install transfermarkt --save
this module require nodejs ver ^18.11.0
Get top transfer:
var { clubInfoFromCountry, topTransfer, findland } = require("transfermarkt");
(async() => {
const transfer = await topTransfer("brazil")
console.log(transfer)
})()
// ->
[
{
name: 'Erling Haaland',
position: 'Centre-Forward',
marketprice: '€150.00m',
newclub: 'Manchester City',
images: {
photo: 'https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569',
logo: 'https://tmssl.akamaized.net/images/wappen/tiny/281.png?lm=1467356331'
}
},
{
name: 'Antony',
position: 'Right Winger',
marketprice: '€35.00m',
newclub: 'Manchester United',
images: {
photo: 'https://tmssl.akamaized.net/images/wappen/tiny/985.png?lm=1457975903',
logo: 'https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569'
}
},
...
]
Get clubs by country:
var { clubInfoFromCountry, topTransfer, findland } = require("transfermarkt");
(async() => {
const clubs = await clubInfoFromCountry("indonesia")
console.log(clubs)
})()
// ->
[
{
name: 'Indonesia',
league: 'International Friendlies',
marketvalue: '€6.35m',
squad_size: '23',
average_age: '24.7',
foreigners: '6 26.1 %',
'konföderation': 'AFC',
fifa_world_ranking: 'Pos 152',
players: [
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object]
]
},
{
name: 'Persija Jakarta',
league: 'Liga 1 Indonesia',
marketvalue: '€6.15m',
squad_size: '34',
average_age: '24.6',
foreigners: '4 11.8 %',
national_team_players: '6',
stadium: 'Stadion Patriot Candrabhaga 30.000 Seats',
current_transfer_record: '€-200k',
players: [
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object]
]
},
...
]
FAQs
Scrape top transfer and query fotball club in world
The npm package transfermarkt receives a total of 4 weekly downloads. As such, transfermarkt popularity was classified as not popular.
We found that transfermarkt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.