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.

Start building not clicking