---
title: "Notion Search"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/notion/notionsearch
markdown: https://docs.nodetool.ai/nodes/lib/notion/notionsearch.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/notion/notionsearch.md
---

# Notion Search

**Type:** `lib.notion.Search`

**Namespace:** `lib.notion`

## Description

Search across all pages and databases the Notion integration has access to.
    notion, search, pages, databases, api

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| query | `str` | Search query string | `` |
| filter_type | `str` | Filter by object type: "page", "database", or empty for all | `` |
| sort_direction | `str` | Sort direction: "ascending" or "descending" | `descending` |
| page_size | `int` | Number of results to return (max 100) | `10` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| result | `dict` |  |
| results | `list` |  |

## Related Nodes

Browse other nodes in the [lib.notion](./) namespace.
