user354685
user354685

Reputation: 11

Scrape OneNote Web App page

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

Answers (2)

jayongg
jayongg

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

Darren Beale
Darren Beale

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

Related Questions