Before anyone says this is a duplicate, I did see an older question but it was from 2013 so I thought it time to ask a new one.

Is there a Google Keep API?

My end goal is to have an hourly script running on my server that finds all new Keep notes and sends me an e-mail. I'm not having much luck finding any APIs that will let me do this?

2

There are 2 best solutions below

1
On BEST ANSWER

Yes, there is one available now

https://developers.google.com/keep/api

0
On

No, right now there isn't one, hope google releases one.

I made a little python script to scrape all the data from the keep.google.com

you can find the github project here