BIN Lookup Scraper ๐Ÿ” avatar
BIN Lookup Scraper ๐Ÿ”

Pricing

$19.99/month + usage

Go to Apify Store
BIN Lookup Scraper ๐Ÿ”

BIN Lookup Scraper ๐Ÿ”

Developed by

EasyApi

EasyApi

Maintained by Community

A powerful BIN/IIN lookup tool that provides comprehensive card information including issuing bank, country, and card scheme details. Perfect for payment processing, fraud detection, and financial data analysis. ๐Ÿฆ ๐Ÿ’ณ

0.0 (0)

Pricing

$19.99/month + usage

0

23

2

Last modified

7 months ago

BIN Lookup Actor ๐Ÿ”

This actor helps you look up Bank Identification Number (BIN) information. It provides detailed information about payment cards including the card scheme, type, brand, issuing bank, and country details.

Features โœจ

  • ๐Ÿฆ Retrieves comprehensive BIN/IIN information
  • ๐ŸŒ Includes detailed country data (name, currency, coordinates)
  • ๐Ÿข Provides issuing bank information
  • ๐Ÿ’ณ Identifies card scheme (Visa, Mastercard, etc.)
  • โšก Fast and reliable lookups
  • ๐Ÿ”„ Automatic error handling and retries

Use Cases ๐Ÿ’ก

  • Payment system integration testing
  • Card validation processes
  • Financial data analysis
  • Fraud detection systems
  • Geographic transaction analysis

Output ๐Ÿ“Š

The actor returns detailed JSON data including:

  • Card scheme and type
  • Brand information
  • Issuing bank details
  • Country information (including currency and location)
  • Timestamp of the lookup

Input Parameters โš™๏ธ

ParameterTypeDescription
binStringThe 6-8 digit Bank Identification Number (BIN)

Tips ๐Ÿ’ก

  • Use valid BIN numbers (first 6-8 digits of a card number)
  • Consider rate limits when running bulk lookups
  • Check returned data completeness as some fields might be optional

Proxy Support ๐Ÿ”’

The actor supports several proxy options:

  • Apify Proxy (Recommended)
    • Automatic IP rotation
    • Residential and datacenter proxies
    • Geographic location targeting
  • Custom Proxies
    • Use your own proxy servers
    • Support for authenticated proxies

To use proxies, simply configure the proxyConfiguration in the input:

Input Example

A full explanation of an input example in JSON.

{
"bin": "45717360"
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"bin": "45717360",
"number": {},
"scheme": "visa",
"type": "debit",
"brand": "Visa Classic/Dankort",
"country": {
"numeric": "208",
"alpha2": "DK",
"name": "Denmark",
"emoji": "๐Ÿ‡ฉ๐Ÿ‡ฐ",
"currency": "DKK",
"latitude": 56,
"longitude": 10
},
"bank": {
"name": "Jyske Bank A/S"
},
"timestamp": "2025-01-08T09:19:42.584Z"
}
]