I want to extract things like date and price and order number from them and stick that data in a spreadsheet.
I am using gMail.
Maybe a chrome extension you recommend or an AI tool?
For scale it less than 1000 emails.
You can definitely make a Python script do this using the Gmail and Sheets API libraries to do this or use Google Apps Script to do it. ChatGTP and/or Claude can probably write the code for you to do it if you know enough programming to understand and debug it.