latestbinfetcher
v1.0.0
Published
Get the latest bin updates in json format. This project was built using Axios and Cheerio.
Downloads
5
Maintainers
Readme
Latest Bin Fetcher
Get the latest bin updates in json format. This project was built using Axios and Cheerio.
HOW TO INSTALL?
npm i latestbinfetcher
Require to export function
//CommonJS
const { getLatestBin } = require('latestbinfetcher');
SIMPLE USAGE
* getLatestBin()
//Using then()
getLatestBin({
search: 'Spotify',
quantity: 1
}).then((res)={
console.log(res)
})
//Using Await
let res = await getLatestBin({
search: 'Spotify',
quantity: 1
})
console.log(res)
Sample Responses
Success Response
//Every success result is in array
[
{
BinTitle: 'BIN SPOTIFY',
BinDate: ' Published Date: 23-08-2022',
BinDesc: '\n' +
'🔰 BIN SPOTIFY 🔰\n' +
'📤| BIN: 515834000452xxxx\n' +
'Visit Namso Gen\n' +
'📤 DATE: 02|2026\n' +
'📮 CVV: RND\n' +
'🌏 IP: CHANGE PAYMENT TO PANAMA 🇵🇦\n' +
'📤 BIN LINK: https://allbins.co/bin-spotify.html\n' +
'📝| Note: Also work with Paramount Plus\n' +
'�| GEN: https://allbins.co/namsogen/\n' +
'�| Follow: https://twitter.com/allbinsco\n' +
'�| Join: https://reddit.com/r/allbins\n'
}
]
Error Responses
here are the typea of error responses.
{
status: '[ERR] Input Error',
message: 'Quantity needs to be a number.'
}
{
status: '[ERR] Input Error',
message: 'Quantity/Search value needs to be filled.'
}
{
status: '[ERR] Invalid Search!',
message: 'You searched for "!GetBin" but nothing was found on our database. Please try again.'
}
{
status: '[ERR] Blocked Request',
message: 'No requests lower than 1'
}
{
status: '[ERR] Data was not found.',
message: "Right now your'e requesting 99 Bins to Retrieve. As of now there are only 21 Bin on BIN SPOTIFY List, Please reduce the amount of data you want to request."
}
All Params
Params | Is Required | Type | Explanation | Sample
--- | --- | --- | --- | ---
search
| yes | string | keyword/bin type | "multifunctional"
quantity
| yes | Int or number | Quantity of bin you want to get on specific bin type. | 1