How to Extract Notion data into MS SQL Server via JavaScript NodeJS?

DigNo Ape
3 min readFeb 16, 2023

Notion is a freemium productivity and note-taking web application offering organizational tools including task management, project tracking, to-do lists, bookmarking, etc.

In this article, we will show you how to query the database in Notion via Notion API integration and to import all articles’ titles into MS SQL Server so you can manipulate the structure data via SQL.

Target Database

Required package: dotenv/ @notionhq/client/ node-adodb

Steps:

  1. Register and create new API integration

--

--