App Logo
notion.so

Get Notion pricing plans

Read Notion's public pricing page (notion.com/pricing): all plans (Free, Plus, Business, Enterprise) with price, billing unit, description, CTA, and feature list, for either monthly or yearly billing. Currency follows the site's own geo/session detection (not independently selectable) and is returned as `currency` so callers know what the prices are denominated in. No "monitor changes" affordance exists here or on the site itself — diff repeated get_pricing calls yourself if you need change tracking.

Input

billing optional

Billing interval to price against, mirroring the site's own 'Pay monthly'/'Pay yearly' toggle. Yearly is the site's default view and shows per-month-equivalent pricing at the yearly discount.

Default: "yearly"

Output

plans required
billing required
currency required

3-letter currency code active for this session (e.g. EUR, USD), as shown by the site's own currency selector. Not caller-controlled.

FAQ

Read Notion's public pricing page (notion.com/pricing): all plans (Free, Plus, Business, Enterprise) with price, billing unit, description, CTA, and feature list, for either monthly or yearly billing. Currency follows the site's own geo/session detection (not independently selectable) and is returned as `currency` so callers know what the prices are denominated in. No "monitor changes" affordance exists here or on the site itself — diff repeated get_pricing calls yourself if you need change tracking.
Optional: billing.
It returns plans, billing, currency.
No. It only uses pages of notion.so that are reachable without signing in.
It only reads. It looks things up on notion.so and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/notion.so/get_pricing, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/notion.so/get_pricing
It is part of Reduck's official curated catalogue.

Start building not clicking