nowucca.com - personal software technology blog

In this post I am sharing a little iMacros for Chrome script that lets you scrape Chase Bank check images from your Chase checking account.

For about a year I've been hand downloading Chase check images every now and then.  But this little iMacros script has helped tonight - it's not yet handling all the work of downloading images yet, or extra pages of check images, but it is a start:

VERSION BUILD=6060703 RECORDER=CR
URL GOTO=https://banking.chase.com/AccountActivity/AccountDetails.aspx?AI=NNNNNNNNN&PageIndex=1
WAIT SECONDS=3
TAG POS=1 TYPE=SELECT FORM=ID:AccountDetails ATTR=ID:TxnTypesList CONTENT=%CHECK_WITHDRAWS
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:AccountDetails ATTR=ID:btnShowTxntype
WAIT SECONDS=4
TAG POS= TYPE=A ATTR=TXT:(view)
PAUSE