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.
The actor returns structured data for each routing number, including:
Required input parameters:
routingNumbers
: Array of routing numbers to processpaymentMethod
: Payment type (ACH or WIRE)A full explanation of an input example in JSON.
1{ 2 "routingNumbers": ["021000021", "026009593"], 3 "paymentMethod": "ACH" 4}
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]
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!