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. 🏦 💳
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.
The actor returns detailed JSON data including:
Parameter | Type | Description |
---|---|---|
bin | String | The 6-8 digit Bank Identification Number (BIN) |
The actor supports several proxy options:
To use proxies, simply configure the proxyConfiguration
in the input:
A full explanation of an input example in JSON.
1{ 2 "bin": "45717360" 3}
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.
1[ 2 { 3 "bin": "45717360", 4 "number": {}, 5 "scheme": "visa", 6 "type": "debit", 7 "brand": "Visa Classic/Dankort", 8 "country": { 9 "numeric": "208", 10 "alpha2": "DK", 11 "name": "Denmark", 12 "emoji": "🇩🇰", 13 "currency": "DKK", 14 "latitude": 56, 15 "longitude": 10 16 }, 17 "bank": { 18 "name": "Jyske Bank A/S" 19 }, 20 "timestamp": "2025-01-08T09:19:42.584Z" 21 } 22]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!