Notion Template Scraper avatar

Notion Template Scraper

Pricing

from $2.70 / 1,000 notion templates

Go to Apify Store
Notion Template Scraper

Notion Template Scraper

Find public Notion templates by search, category, trending lists, or gallery URL. Get titles, links, creators, tags, prices, and available popularity data.

Pricing

from $2.70 / 1,000 notion templates

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

🧩 Find useful Notion templates in one dataset

Made for researchers, creators, and teams, this Actor finds public Notion templates and saves their links, creator details, tags, prices, dates, and available popularity data. Search the gallery, browse a category, check trending templates, or collect known gallery URLs.

📦 What data is returned?

Each saved template has its stable ID, title, gallery and template links, preview image, description, category, tags, and publication date. It also has available creator, price, duplicate, like, and rating data. Missing optional values stay null or use an empty array.

▶️ How to run the Actor

  1. Choose keyword search, category browsing, specific template URLs, or trending templates.
  2. Fill in the matching target option.
  3. Add optional price, creator, profile, or work-limit settings.
  4. Click Start. Open the dataset when the run ends.

The Actor saves the first eligible occurrence of each template. If the same template appears again, it is skipped.

🧾 Input

FieldTypeWhat it does
targetstringChooses keyword search, category browsing, specific public template URLs, or trending templates.
querystringSets the words used only for keyword search.
categorystringSets the gallery category used only for category browsing.
templateUrlsarrayLists public Notion Template Gallery URLs used only for the URL target.
pricestringKeeps free or paid templates for search, category, and trending targets. Leave it empty to keep both.
creatorTypestringKeeps official or community-made templates for search, category, and trending targets. Leave it empty to keep both.
includeCreatorDetailsbooleanAdds available creator bios and public social or website links. This may make the run slower.
maxItemsintegerStops after this many templates. Leave it empty to return all available results until the source is exhausted.

Default-input example from a successful run:

{
"target": "search",
"query": "project management",
"includeCreatorDetails": false,
"maxItems": 3
}

Only settings for the chosen target are used. Other target-option values are ignored.

📤 Output

FieldTypeWhat it does
templateIdstringStable public template ID.
titlestringTemplate name.
galleryUrlstringPublic gallery page.
templateUrlstring or nullDirect public link for opening or duplicating the template.
previewImageUrlstring or nullMain preview image.
descriptionstring or nullPublic template summary.
categorystring or nullGallery category.
tagsarrayGallery topics and labels.
publishedAtstring or nullPublication date and time.
creator.creatorIdstring or nullStable public creator ID.
creator.namestring or nullPublic creator name.
creator.profileUrlstring or nullPublic gallery creator profile.
creator.creatorTypestring or nullWhether the creator is official or community-made.
creator.biostring or nullBio when profile details were requested and found.
creator.websiteUrlstring or nullWebsite when profile details were requested and found.
creator.socialLinksarrayPublic social profiles found for the creator.
creator.socialLinks[].namestringSocial site name.
creator.socialLinks[].urlstringPublic social profile URL.
duplicateCountinteger or nullVisible use or duplicate count.
likeCountinteger or nullVisible like count.
ratingnumber or nullVisible gallery rating.
ratingCountinteger or nullNumber of ratings behind the visible rating.
price.isFreeboolean or nullWhether the template is free.
price.amountnumber or nullNumeric price.
price.currencystring or nullPrice currency code.
{
"templateId": "4b542475-5bd4-436f-a723-bb7247049968",
"title": "Proofread",
"galleryUrl": "https://www.notion.com/templates/proofread",
"templateUrl": "https://notion-templates.notion.site/Proofread-39917954d9c280aa90d3c82c4bd2a1c0",
"previewImageUrl": "https://s3-us-west-2.amazonaws.com/public.notion-static.com/template/6726f47a-38ca-4c3b-ac64-ea6f899f32a4/1783718357152/desktop.jpg",
"description": "Tighten and correct a selection or page without changing its meaning.",
"category": "Project Management",
"tags": [
"Writing Skills",
"Writing",
"Documentation",
"Blogging",
"Editorial Calendar",
"AI Skills",
"Life",
"Hobbies",
"Docs",
"Work",
"Website Building",
"Marketing",
"Project Management",
"Roadmaps & Calendars"
],
"publishedAt": "2026-03-27T06:59:22.929Z",
"creator": {
"creatorId": "a5109c3c-545e-4750-82c1-7e81b4e2bec8",
"name": "Notion",
"profileUrl": "https://www.notion.com/templates/creators/notion",
"creatorType": "official",
"bio": null,
"websiteUrl": null,
"socialLinks": []
},
"duplicateCount": null,
"likeCount": null,
"rating": null,
"ratingCount": null,
"price": {
"isFree": null,
"amount": null,
"currency": null
}
}

💳 Pricing

This Actor uses pay-per-event pricing. You are charged for each public Notion template saved to the dataset. Runs that save no templates do not create a template charge.

🔌 Integrations

Use the dataset with the Apify API, webhooks, schedules, Google Sheets, Zapier, Make, or other Apify integrations.

❓ FAQ

Can it copy a template into my workspace?

No. It returns public gallery data and a direct template link when one is available. It does not copy or import template content.

Can it read private Notion templates?

No. It works with public Template Gallery pages only.

Are creator, price, and popularity fields always filled?

No. These details are saved when they are available. Missing optional values stay clear instead of being guessed.

When should I add creator profile details?

Turn them on when you need available bios, websites, or social links. Leave them off for a simpler run.

What happens when I leave the maximum empty?

The Actor returns all available results until the source is exhausted.

📝 Changelog

0.0: Initial release

  • Find public Notion templates by keyword, category, trending lists, or gallery URL, with links, creator details, tags, prices, dates, and available popularity data.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

Made with ❤️ by Maxime Dupré