BIN Lookup avatar
BIN Lookup

Pricing

$1.50 / 1,000 results

Go to Apify Store
BIN Lookup

BIN Lookup

A simple and powerful tool for performing Bank Identification Number (BIN) lookups using a local SQLite database. This script retrieves detailed information about a card's issuing bank, card brand, type, and country based on the first 6 to 16 digits of a card number.

Pricing

$1.50 / 1,000 results

Rating

0.0

(0)

Developer

VCBox

VCBox

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

1

Monthly active users

7 months ago

Last modified

Categories

Share

๐Ÿ” BIN Card Lookup

A simple and powerful tool for performing Bank Identification Number (BIN) lookups using a local SQLite database. This script retrieves detailed information about a card's issuing bank, card brand, type, and country based on the first 6 to 16 digits of a card number.

๐Ÿ’ก Hosted by VCBox โ€” your reliable tool for verification, enrichment, and data automation.
๐Ÿ’ฌ Need help? Contact: @VCBox_Team on Telegram


๐Ÿš€ Features

  • ๐Ÿง  Instant BIN Lookup: Retrieve metadata from BIN (first 6โ€“16 digits).
  • โšก Fast & Lightweight: Uses a local SQLite database for quick lookups.
  • ๐ŸŒ Comprehensive Data: Includes card brand, type, category, bank details, country info, currency, and even emoji ๐Ÿ‡ฏ๐Ÿ‡ต.
  • โ˜๏ธ Optimized for platform automation: Works seamlessly with structured input/output.

๐Ÿ“ฅ Input Schema

This tool expects a simple JSON input with one key: bin.

Example Input

{
"bin": "498000"
}

๐Ÿ“Œ The bin value must be a string of 6โ€“16 numeric digits.


๐Ÿ“ค Output Schema

The result will be returned as a JSON object.

โœ… Example: BIN Found

{
"bin": "498000",
"card_brand": "VISA",
"card_type": "CREDIT",
"card_category": "PREMIER",
"bank_name": "SUMITOMO MITSUI CARD CO., LTD.",
"bank_phone": "81-3-3282-8111",
"bank_url": "www.smfg.co.jp",
"country_code": "JP",
"country_code3": "JPN",
"country_name": "Japan",
"country_phone_code": "+81",
"currency_symbol": "ยฅ",
"currency_code": "JPY",
"currency_name": "Japanese yen",
"continent": "Asia",
"continent_code": "AS",
"country_capital": "Tokyo",
"emoji": "๐Ÿ‡ฏ๐Ÿ‡ต"
}

โŒ Example: BIN Not Found

{
"error": "BIN not found"
}

๐Ÿ› ๏ธ How It Works

  1. Receives a JSON input with the bin key.
  2. Queries a local SQLite database for a match.
  3. Returns detailed information or an error message.
  4. Result is stored in the default Key-Value Store.

๐Ÿ“ก Use Cases

  • ๐Ÿฆ Fraud detection & payment validation
  • ๐Ÿ“ฒ Card BIN enrichment in fintech apps
  • ๐ŸŒ E-commerce or checkout flow optimization
  • ๐Ÿ”’ Real-time compliance verification

๐Ÿง‘โ€๐Ÿ’ป Developer Notes

  • Built with Node.js
  • No need to expose a port or run a web server
  • Local SQLite database bundled with the script

๐ŸŒ About VCBox

VCBox is a toolkit for email, phone, IP, BIN, and domain verification โ€” supporting high-scale enrichment & data validation.
Explore more tools: https://vcbox.in

Join our dev & user group: @VCBox_Team


๐Ÿ“ƒ License

MIT โ€” free to use, modify, and share. For commercial integration or large-scale use, please contact the VCBox team.