notion-search-retrieve

Installation
SKILL.md

Notion Search & Data Retrieval

Overview

Search across a Notion workspace, query databases with compound filters, retrieve individual pages, and extract nested block content. Covers the full read path: workspace-level search, database queries with filter/sort/pagination, page retrieval, and recursive block tree traversal.

Prerequisites

  • @notionhq/client installed (npm install @notionhq/client)
  • Notion integration token with read access to target pages/databases
  • Integration added to target pages via the Share menu in Notion
  • Completed notion-install-auth setup

Instructions

Step 1: Search the Workspace

Call notion.search() to find pages and databases. The integration only sees content explicitly shared with it.

Related skills
Installs
1
GitHub Stars
2.2K
First Seen
Mar 25, 2026