I would like to import a lot of web articles from Instapaper to Zotero.
Since Zotero does not support CSV or HTML, I assume that I will need to do this with code using the REST API.
I am able to generate a list of URLs for articles.
I am able to post/write an article to my Zotero library using the URL. However, the fields (author, title, dates, etc.) are not populated like when using the Zotero browser extension.
Any suggestions would be appreciated, especially links to code examples.