![π¦ Bank Routing Number Lookup avatar](https://images.apifyusercontent.com/OyHF8brh_rdHcfINwuVWb-LTEUq0CtU8PGYo_Fyx5P4/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItWVFGRDJYYnNPWmdOZUg4UzktQ3VkWkp6VEp3SS1iYW5rLWxvZ28ucG5n.webp)
π¦ Bank Routing Number Lookup
2 hours trial then $19.99/month - No credit card required now
![π¦ Bank Routing Number Lookup](https://images.apifyusercontent.com/OyHF8brh_rdHcfINwuVWb-LTEUq0CtU8PGYo_Fyx5P4/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItWVFGRDJYYnNPWmdOZUg4UzktQ3VkWkp6VEp3SS1iYW5rLWxvZ28ucG5n.webp)
π¦ Bank Routing Number Lookup
2 hours trial then $19.99/month - No credit card required now
Effortlessly retrieve and validate US bank information using routing numbers. Get comprehensive details including bank names, addresses, and institution information for ACH/WIRE transfers. Perfect for payment processing systems and financial data verification.
Easily retrieve detailed bank information using routing (ABA) numbers. This actor helps you validate and lookup US bank details through routing numbers, perfect for financial applications, payment processing, and banking data verification.
π― Use Cases
- Validate bank routing numbers
- Get detailed bank information for ACH/WIRE transfers
- Verify financial institution details
- Automate bank data collection
- Payment processing systems integration
β¨ Features
- π Lookup bank details using routing numbers
- β Validates routing number format (9-digit check)
- π’ Returns comprehensive bank information including:
- Bank name
- Physical address
- Contact information
- Institution type
- Status and last update information
- π³ Supports both ACH and WIRE payment methods
- β‘ Built-in rate limiting to respect API constraints
- π‘οΈ Error handling and detailed logging
π Output
The actor returns structured data for each routing number, including:
- Bank name and contact details
- Complete address information
- Institution type and status
- Timestamp of data collection
- Payment method context
π Getting Started
- Create a new task
- Input your routing numbers
- Select payment method
- Run and get results!
π Limitations
- Only supports US bank routing numbers
- Requires valid 9-digit routing numbers
- Includes 1-second delay between requests
π‘ Input Configuration
Required input parameters:
routingNumbers
: Array of routing numbers to processpaymentMethod
: Payment type (ACH or WIRE)
Input Example
A full explanation of an input example in JSON.
1{ 2 "routingNumbers": ["021000021", "026009593"], 3 "paymentMethod": "ACH" 4}
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.
1[ 2 { 3 "routingNumber": "021000021", 4 "paymentMethod": "ACH", 5 "scrapedAt": "2025-02-05T06:47:34.608Z", 6 "bankInfo": { 7 "name": "JPMORGAN CHASE", 8 "institution": { 9 "status": "Active", 10 "lastUpdate": null 11 } 12 } 13 }, 14 ... 15]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 7 days ago