Notion Detector
Check any public website to see whether it uses Notion.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Notion
Browse real website examples detected with Notion.
View examplesMore CMS detectors
Compare related tools and identify the wider stack behind a website.
Browse detectorsWhat we check
Stackcrawler looks for public page markers, scripts, platform fingerprints, metadata, and other visible implementation clues.
How can you check if a website is using Notion?
Determining whether a website is built with Notion involves inspecting the website’s source code and certain identifiers that are unique to Notion.
Here’s a step-by-step guide on how to do it:
- Open the Page Source: Right-click on the webpage and select “View Page Source” or press
Ctrl+U(Windows) orCmd+Option+U(Mac) to open the page source code. - Search for Notion-Specific Identifiers: Use
Ctrl+F(Windows) orCmd+F(Mac) to open the search function and look for the following keywords that are characteristic of Notion:notion: Look for this keyword, which often appears in URLs and scripts.https://www.notion.so/is a common example.notionpage: This term frequently appears in JavaScript or HTML attributes if the site utilizes Notion’s API or embeds.
- Check for Notion-Specific Meta Tags: Some websites may use specific meta tags that indicate they are built with Notion. Look for tags like:
<meta name="notion" content="notion-id-goes-here"> - Look for Embedded Notion Links: If you find embedded links that point to Notion pages such as
https://www.notion.so/, it is likely that the website uses Notion for its content. - Search for Notion JS Libraries: Some Notion sites may include JavaScript libraries specific to Notion. Check if you can find references to Notion scripts or libraries in the source code that appear like this:
<script src="https://www.notion.so/notion.js"></script> - Inspect Network Requests: Open the browser’s developer tools (press
F12) and go to the Network tab. Refresh the page and look for any network requests to Notion-related URLs, which could indicate usage of Notion.
If you identify these elements, there is a good chance that the website is utilizing Notion in some capacity.
Learn more about Notion with these articles
Explore these excellent Notion website examples. Find inspiration for portfolios, landing pages, SaaS, and more through our real-world site showcases.
Christoffer Pettersen