BIN + IP Lookup Checker avatar

BIN + IP Lookup Checker

Pricing

Pay per usage

Go to Apify Store
BIN + IP Lookup Checker

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

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

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

FieldTypeDefaultRequiredDescription
lookupsarrayList of objects with 'bin' (6-8 digit card BIN) and optionally 'ip' (IP address for geolocation/risk).
maxItemsinteger20Maximum number of items to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
statusStatus

Sample Output

{
"status": "status_value"
}

Notes

  • Proxy: Residential proxy is highly recommended — set proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] }
  • Rate limits: Keep maxItems reasonable 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