App Logo
app.notion.com

List Notion Marketplace custom agents

List the custom agents published on the Notion Marketplace (app.notion.com/marketplace/custom-agents). Returns the total count and one page of agents, each with id, slug, url, title, briefDescription, icon, features, installCount, rating and updatedAt. Order by "popular" (default) or "recent"; paginate with limit/offset. Read-only.

Input

limit optional

Agents per page. The site itself asks for 50. Default 50.

Default: 50
locale optional

Listing locale, e.g. "en-US" (the site's default). Agents are published per locale.

Default: "en-US"
offset optional

Zero-based offset into the result set; page N = (N-1) * limit. Default 0.

Default: 0
orderBy optional

Marketplace ordering. Only these two are accepted by the site. Default "popular".

Default: "popular"

Output

url required
limit required
agents required
offset required
hasMore required

True when the page came back full, i.e. there is probably another page at offset + limit.

count optional

The marketplace's own estimate — it undercounts (reported 116 while offset paging reached 270 agents). Trust hasMore, not this, to know when to stop.

FAQ

List the custom agents published on the Notion Marketplace (app.notion.com/marketplace/custom-agents). Returns the total count and one page of agents, each with id, slug, url, title, briefDescription, icon, features, installCount, rating and updatedAt. Order by "popular" (default) or "recent"; paginate with limit/offset. Read-only.
Optional: limit, locale, offset, orderBy.
It returns url, count, limit, agents, offset, hasMore.
Yes. It acts as you on app.notion.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.notion.com cookies saved by the Reduck extension.
It only reads. It looks things up on app.notion.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/app.notion.com/list_marketplace_agents, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.notion.com/list_marketplace_agents
It is part of Reduck's official curated catalogue.

Start building not clicking