BIN + IP Lookup Checker
Pricing
Pay per usage
Go to Apify Store
BIN + IP Lookup Checker
Lookup BIN/IIN card information combined with IP geolocation for risk scoring. Returns card scheme, bank, country, and IP geolocation data
Pricing
Pay per usage
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Lookup BIN/IIN card information combined with IP geolocation for risk scoring. Returns card scheme, bank, country, and IP geolocation data.
Features
- Structured data extraction — outputs clean JSON fields ready for analysis
- Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support
Use Cases
- Data collection and research automation at scale
- Building structured datasets from public web content
- Monitoring for new listings, updates, or changes over time
- Competitive intelligence and market benchmarking
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
lookups | array | — | ✓ | List of objects with 'bin' (6-8 digit card BIN) and optionally 'ip' (IP address for geolocation/risk). |
maxItems | integer | 20 | Maximum number of items to scrape | |
proxyConfiguration | object | Apify Residential | Proxy settings. Residential proxy is strongly recommended |
Output
Each scraped item includes:
| Field | Description |
|---|---|
status | Status |
Sample Output
{"status": "status_value"}
Notes
- Proxy: Residential proxy is highly recommended — set
proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] } - Rate limits: Keep
maxItemsreasonable per run to avoid IP bans or rate throttling - Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset