CtrlZvi / zyf

A personal financial tracker with an emphasis on anticipatory cashflow
MIT License
0 stars 0 forks source link

Create an American Express web scraper importer #6

Open CtrlZvi opened 6 months ago

CtrlZvi commented 6 months ago

American Express exposes many more details (useful ones, too) on its website that are not exposed in PDF statements, CSV downloads, or Open Financial Exchange data. These data include actual merchant names, wallet used (Apple Pay or Samsung Pay, etc.) address, URL, etc.

CtrlZvi commented 6 months ago

Instead of doing HTML web scraping, it appears that we may only need to have the user provide a cookie and we can use the same JSON API that the website uses.