
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
allkeyshop-api
Advanced tools
Unofficial AllKeyShop API made in typescript
npm install allkeyshop-api
import { AllkeyshopService } from 'allkeyshop-api'
const allkeyshopService = new AllkeyshopService()
const options = {
currency: 'eur',
platform: '',
store: 'steam'
}
const allkeyshopService = new AllkeyshopService(options)
allkeyshopService.search('Borderlands 3').then((data) => {
console.log(data)
})
// Output:
// {
// success: true,
// offers: [
// {
// id: 133508130,
// affiliateUrl: 'https://www.g2a.com/borderlands-3-standard-edition-steam-key-europe-i10000186970058?aid=13344657>ag=dccb1b16c9&utm_content=COM_GLOBAL_PB_PLUS_GAM_LISTING_NOR_allkeyshopPLUS',
// isActive: true,
// merchant: '61616',
// price: [Object],
// edition: '1',
// region: '9',
// stock: 'InStock',
// platform: 'steam'
// },
// ...
// ],
// merchants: {
// '1': {
// id: '1',
// name: 'Steam',
// aggregateRating: [Object],
// types: 'Official Store',
// searchable: 1,
// paymentMethods: [Object],
// logoSlug: 'steam',
// reviewUrl: 'https://www.allkeyshop.com/blog/review/steam/'
// },
// ...
// },
// editions: {
// '1': { id: '1', name: 'Standard' },
// ...
// },
// regions: {
// '1': { id: '1', name: 'GLOBAL', filterName: 'PUBLISHER GLOBAL' },
// ...
// }
// }
allkeyshopService.find('FIFA 22').then((data) => {
console.log(data)
})
// Output:
// {
// status: 'success',
// games: [
// { id: '83060', name: 'FIFA 22' },
// { id: '83063', name: 'FIFA 22 PS4' },
// ...
// ]
// }
Search for games and get the cheapest price for each platform
Feel free to submit issues and enhancement requests here: Report Issue
If you want to support the project, you can buy me a coffee. Thanks!
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
FAQs
Unofficial Allkeyshop API
The npm package allkeyshop-api receives a total of 78 weekly downloads. As such, allkeyshop-api popularity was classified as not popular.
We found that allkeyshop-api demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.