Reputation: 11
I'm really liking many things about OneNote however, to really use it to the full, I need to be able to at least Scrape data from OneNote web app pages. They make pretty ingenious use of javascript to emulate the Desktop UI. I would love to be able to read/write data on these pages. Ideas?
Upvotes: 1
Views: 1110
Reputation: 513
Look at the REST API: https://dev.onenote.com/docs It does support reading and you can get a large portion of page content, which is at parity (or close to it) with what is on the web content. Not to mention it is easier to parser with a structured schema.
Upvotes: 0
Reputation: 773
Could you do something with Selenium?
Or wait until the RESTful API allows reading? Is there something you need to do that can only be achieved by scraping?
Upvotes: 0