Notion Template Gallery Scraper avatar

Notion Template Gallery Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Notion Template Gallery Scraper

Notion Template Gallery Scraper

Scrape Notion's public template marketplace with search templates, browse by category, get trending picks, or enrich specific template URLs. Extracts title, creator, pricing, usage count, ratings, tags, and duplicate links

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract templates from Notion's public marketplace — search by keyword, browse by category, get trending picks, or enrich specific template URLs. Ideal for researchers, tool builders, and anyone building Notion-related integrations.

What It Scrapes

Notion Marketplace hosts 30,000+ community and official templates covering productivity, project management, HR, finance, design, and more. This actor retrieves full metadata for each template including creator info, pricing, usage count, ratings, and the direct duplicate link.

Input

FieldTypeDescriptionDefault
modeSelecttrending, search, byCategory, or byTemplateUrlstrending
searchQueryTextKeyword to search (mode=search)project management
categorySelectCategory to browse (mode=byCategory)all
madeBySelectFilter by creator: notion_and_community, notion, communitynotion_and_community
paidSelectFilter by pricing: free_and_paid, free, paidfree_and_paid
startUrlsListNotion template URLs to enrich (mode=byTemplateUrls)
maxItemsIntegerMaximum templates to return (1–2000)50

Category Options

projects, personal, education, productivity, design, engineering, marketing, sales, hr, finance, docs-wikis, meetings, startups, agile, crm, content-calendar, student, habit-tracker, journal

Output

Each record contains:

FieldTypeDescription
templateIdStringUnique Notion template ID
titleStringTemplate name
urlStringFull marketplace URL
thumbnailUrlStringDesktop preview image URL
creatorNameStringCreator's display name
creatorUrlStringCreator's profile URL
creatorTypeStringcommunity or notion
categoryStringPrimary category (e.g. Project Management)
descriptionStringTemplate description
usageCountIntegerNumber of installs/duplicates
likeCountIntegerNumber of ratings/likes
priceFloatPrice in dollars (0.0 = free)
isPremiumBooleanTrue if paid template
isFreeBooleanTrue if free template
isVerifiedBooleanTrue if Notion-official template
tagsArrayTag IDs
publishDateStringISO 8601 first-published date
duplicateUrlStringURL to duplicate/use the template
recordTypeStringAlways notionTemplate
scrapedAtStringISO 8601 scrape timestamp

Example Output

{
"templateId": "3ca8fcbe-e130-4622-98dc-50ef4d1a25d0",
"title": "Project Management",
"url": "https://www.notion.com/templates/project-management",
"thumbnailUrl": "https://s3.us-west-2.amazonaws.com/public.notion-static.com/template/3ca8fcbe.../desktop.jpeg",
"creatorName": "Jack Harrison-Sherlocka",
"creatorUrl": "https://www.notion.com/@jack-harrison-sherlocka",
"creatorType": "community",
"category": "Project Management",
"description": "Quickly plan your next project!",
"usageCount": 1364,
"likeCount": 17,
"price": 0.0,
"isPremium": false,
"isFree": true,
"isVerified": false,
"tags": ["35MTwBQoiGEMS4LkotwdKs"],
"publishDate": "2021-11-06T18:55:42.239000+00:00",
"duplicateUrl": "https://www.notion.so/Project-management-b0da96e986714d9f98319675ed48114c",
"recordType": "notionTemplate",
"scrapedAt": "2026-05-15T12:00:00+00:00"
}

FAQ

Q: Do I need a Notion account or API key? A: No. All templates in the gallery are publicly accessible without authentication.

Q: How many templates can I scrape? A: Up to 2,000 per run. Notion's marketplace has 30,000+ templates total.

Q: Why are some usageCount values different from what I see on the site? A: Notion does not always expose exact duplicate counts. The actor uses the best available metric — installation count from the marketplace listing or vote scores as a proxy.

Q: Can I get templates for a specific topic not in the category dropdown? A: Yes — use mode=search with a custom searchQuery like "kanban board", "OKR", or "habit tracker".

Q: What does duplicateUrl give me? A: It's the public Notion page URL for the template. Click it or paste it in your browser to open and duplicate the template directly into your workspace.

Q: Are premium/paid templates included? A: By default yes (all pricing types). Use the paid=free filter to see only free templates, or paid=paid for premium only.

Q: How fresh is the data? A: The scraper fetches live data directly from Notion's website on each run. No cached datasets are used.