Hi all! I understand that in order to do web scraping, I need to use a proxy. However, I'm not sure if what I intend to do is actually web scraping, and I'm looking for advice... (sorry if this is dumb and the answer is "yes, this is obviously web scraping").
I'm hoping to export data about my Garmin activities from connect.garmin.com. On each activity page, they have an option in a menu to "Export to TCX/GPX". I'm hoping to use Puppeteer or Playwright to login, navigate to the most recent activity, and click that menu option. Is this web scraping? Or just using automation?
Thanks!