# How to Set Up "Notify Me" in Safari: Setup Guide and Hands-On Review

Source: PageCrawl.io Blog
URL: https://pagecrawl.io/blog/how-to-set-up-notify-me-safari
Published: 16 September, 2026

---

Apple shipped macOS 27 and iOS 27 on 14 September 2026, and with them a feature people have been asking browsers for since roughly forever: tell Safari to watch a page, and it tells you when the page changes. Apple calls it **Notify Me**, and in its own words it lets you "stay on top of website changes in Safari, like product restocks or price drops" ([Apple Newsroom](https://www.apple.com/newsroom/2026/09/major-updates-for-apples-software-platforms-are-now-available/)).

We build website change monitoring for a living, so we set it up the day it landed, on our own homepage, on a Mac in the EU. This post is the setup walkthrough plus the honest review: what Notify Me does well, the limits Apple deliberately built into it, and what we would use instead once those limits start to bite.

The short version, and we will say up front that we are biased on the third one: **for simple personal watching on an Apple device, Notify Me is genuinely good and you should just use it.** If you are not on macOS or iOS, our free Chrome and Firefox extension [Noticer](https://chromewebstore.google.com/detail/noticer-website-change/eagdehiehldfoofmkhihkpegddjaolbn) does the same job in any browser on any operating system. And for anything that has to be reliable, filtered, shared with other people, or kept as a record, that is the job PageCrawl is built for.

### How do you set up Notify Me in Safari?

On a Mac, open the page you want to watch, click the page menu icon at the left of the address bar, and choose **Notify Me…**. A dark panel appears with the heading "Notify Me" and the line "Safari can let you know when a website updates the content you're interested in." Describe the change you want, pick a frequency and a time, then click **Done**.

[Image: Safari's Notify Me panel open on the PageCrawl homepage, with a custom prompt, an hourly frequency and a check time of :44]

That is the whole flow. Step by step:

1. **Open the page in Safari.** Notify Me watches the exact URL you are on, so land on the product, listing, or policy page itself rather than a search result that leads to it.
2. **Click the page menu icon** to the left of the address bar. On iPhone and iPad, tap the page settings icon in the same position. Choose **Notify Me…**.
3. **Answer "What should Safari look for?"** The field is free text, with the placeholder "Describe a change…". We typed "anything changes on this page". You can also describe something specific, such as a price falling or a size returning to stock, and Safari will match it to what it understands.
4. **Pick a frequency.** The picker offers Hourly, Daily, Weekly, and Monthly. Hourly is the fastest option available.
5. **Pick a time.** For an hourly watch this is the minute past the hour, and Safari confirms the schedule in plain language underneath: "Check every hour at :44".
6. **Click Done,** and grant Safari notification permission if you have not already. Without it, Safari tells you to turn notifications on in System Settings before any automation can run.

Safari then confirms what it set up, in the shape of "All set! Safari will: ... Notify you when the item price drops". To see or change your watches later, go to **Safari, Settings, Websites, Notify Me**, where each one can be edited or deleted.

Note: if you do not have a page in mind, watch our [demo product page](/demo/product). We built it to stress test change monitoring tools, so its price, stock status, version number, feature list, changelog, and banner all rotate every few minutes. Point any watcher at it and you will see within an hour whether the setup works and what the alert actually tells you.

### What can Safari actually watch for?

Notify Me is built around three recognised intents plus free text. Safari has dedicated handling for **Price Drops**, **Back in Stock**, and **Registration Open**, and anything else you type becomes a custom prompt that it interprets and then looks for on each check. Your words are matched to an intent rather than to a CSS selector.

That design is the nicest thing about the feature. You do not pick an element, you do not learn a selector, you do not think about the page's structure at all. You say what you care about and Safari works out the rest. When it fires, the notification reflects the intent: "An item price drop was detected", "An item is back in stock", "Registration is now open", or, for a custom prompt, the generic "An update was detected on this page."

There is a trade in there that is easy to miss on day one. Because the prompt is interpreted rather than pinned to a specific element, you cannot verify what Safari is actually comparing, and you cannot correct it when it reads the page differently from how you meant. You get the convenience of plain language and you give up the certainty of pointing at a thing.

### How often does Safari check a page?

Once an hour at the most. Safari is explicit about it and refuses a tighter schedule with the message "Safari can check for an update on the website up to once an hour." The frequency picker offers Hourly, Daily, Weekly, and Monthly, and hourly is the floor.

For slow pages that is plenty. A policy page, a documentation page, a council agenda, or a job listings page moves on a scale of days, so an hourly or daily look misses nothing that matters.

For fast pages it is a real ceiling, and worth understanding rather than discovering. A restock, a ticket release, a limited drop, or a price that moves with a promotion can open and close inside a few minutes. An hourly watcher is not slow in a fixable way, it is structurally incapable of catching a window shorter than its interval. As our [out-of-stock and restock monitoring guide](/blog/out-of-stock-monitoring-alerts-guide) shows, popular items routinely sell through in less time than that.

There is a second, subtler point about cadence. Hourly is the schedule, not a promise. Safari records checks it chose not to run, with reasons including inactivity, Low Power Mode, and the device's thermal state. So the real cadence is "up to hourly, when your Apple devices are awake, charged enough, and cool enough". Apple is being sensible here, because this runs on battery-powered hardware you carry around, but it means the schedule is best-effort rather than guaranteed. If your Mac is shut and your iPhone is in Low Power Mode on the way home, that hour can quietly pass without a check.

On the plus side, the watch is not tied to one machine. Notify Me syncs across your Apple devices and records when a check was handled by another device, so your iPhone can cover the hours your Mac is closed.

### Which pages will Safari refuse to watch?

Three refusals matter in practice: the page must be publicly reachable ("Webpage must be accessible publicly to be monitored for changes"), Safari will not click through to what you want ("Safari cannot check for an update when additional navigation is required"), and it does not run in Private Browsing. Screen Time restrictions block it too.

Unpack those and you have the boundary of the feature:

- **No pages behind a login.** Account dashboards, member price lists, client portals, university systems, internal wikis: all out. This is the single biggest category of pages people want watched, and it is the one Notify Me cannot reach.
- **No interaction.** Safari watches the URL as loaded. If the value only appears after you choose a size, switch a tab, accept a store, or press a button, there is nothing for it to compare.
- **No private tabs.** Safari says plainly that it cannot check for this update privately, so the page has to be watched from a normal window.
- **Requests can be declined.** The prompt is evaluated by an Apple service rather than purely on your device, so a watch can fail with "Unable to check for updates. Try again later", and some requests are refused outright on content or personal-privacy grounds.

And one limit that only shows up once you get keen: there is a cap on how many Notify Me automations you can have at once. Safari warns that "running automations in the background can increase power consumption" and tells you how many you have going, then blocks the next one with a message that you have reached the limit and need to delete an existing automation first. This is a feature for watching a handful of pages, not a watchlist.

### Is Notify Me available in the EU?

Yes, in our testing. We set it up on a Mac running macOS 27 in Lithuania and the panel appeared, accepted a prompt, and scheduled a check normally. Several Apple Intelligence features have shipped late or not at all in the EU, so this was worth checking rather than assuming, and Notify Me was there.

Note: we are reporting one machine in one EU country two days after release. Availability can differ by country and by device, so treat this as "it worked for us" rather than a guarantee for every EU user.

### What are the pros and cons of Safari's Notify Me?

The honest scorecard after setting it up: it is the easiest page watcher anyone has shipped, and it is deliberately modest. Nothing below is a bug. Apple built a low-power convenience for a handful of personal pages, and it is very good at being exactly that.

**What we liked**

- **Nothing to install and nothing to sign up for.** It is already in the browser you use, at no cost.
- **Plain language instead of selectors.** "Tell me when the price drops" is a far better interface than a CSS path, and the price, restock, and registration intents are the three things most people actually want.
- **It reads the schedule back to you.** "Check every hour at :44" removes any doubt about what you just set up.

**Where it runs out of road**

- **Hourly is the ceiling,** and checks can be skipped for inactivity, Low Power Mode, or heat.
- **Public pages only.** No logins, no two-factor, no portals.
- **No interaction,** so variant-level and size-level watching is out.
- **You never see what changed.** The notification says an update was detected. There is no before-and-after view, no highlighted diff, no screenshot, and no history to look back at.
- **One destination.** The alert reaches your own Apple devices and nowhere else: no email, no Slack, no Microsoft Teams, no Telegram, no webhook, no shared workspace.
- **No filtering beyond the prompt.** There are no thresholds, no keyword conditions, no "only on a decrease", and no way to mute a region of the page that changes constantly.
- **A hard cap on how many pages you can watch.**
- **Apple only.** macOS 27 and iOS 27. Nothing for Windows, Android, Linux, Chrome, or Firefox.

### What should you use if you are not on macOS or iOS?

Use [Noticer](https://chromewebstore.google.com/detail/noticer-website-change/eagdehiehldfoofmkhihkpegddjaolbn), our free extension for Chrome and Firefox. It is the same idea as Notify Me, works on Windows, macOS, and Linux, checks as often as every minute rather than every hour, needs no account, and costs nothing.

It also closes two of Safari's gaps for personal watching. You can point at a single element with an on-page picker instead of describing it, and every alert opens on a before-and-after view of what actually changed. It can summarise a change and judge a plain-language rule using the browser's on-device model, so nothing leaves your machine.

Its own ceiling is honest and easy to state: checks run inside your browser, so they pause when the browser is closed or the laptop sleeps. It keeps a short local history, alerts only on that device, and cannot reach pages behind a login. It is built for roughly twenty pages, not hundreds. Install it from the [Chrome Web Store](https://chromewebstore.google.com/detail/noticer-website-change/eagdehiehldfoofmkhihkpegddjaolbn) or [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/ai-change-monitor-noticer/).

### When is a browser watcher not enough?

When the check has to happen whether or not your devices are awake, when someone other than you needs the alert, when the page needs a login, or when you need to see and keep a record of what changed. Those four are the line between a browser convenience and monitoring you can depend on.

We are the vendor here, so take the recommendation with that in mind: we think PageCrawl is the most capable website change monitoring tool available, and this is where we would point anyone whose job depends on catching the change.

- **Checks run in the cloud, not on your hardware.** Every 15 minutes on Standard, 5 on Enterprise, 2 on Ultimate, with your laptop shut and your phone in a drawer. Nothing is skipped for Low Power Mode or heat.
- **Pages behind a login are in scope.** Form login with a saved session, emailed codes, and authenticator TOTP, covered in our guide to [monitoring pages behind a login form](/blog/monitor-website-behind-login-form-steps-automation).
- **You see what changed.** A highlighted before-and-after diff, a screenshot of every check, a plain-language AI summary such as "the return window changed from 30 days to 14 days", and a full history you can point at later.
- **Alerts go where the work happens.** Email, Slack, Discord, Microsoft Teams, Telegram, webhooks, and [mobile and desktop web push](/help/notifications/article/web-push-notifications.md), shared with a team rather than trapped on one Apple ID.
- **Real filtering.** Importance scoring plus conditional keyword, price, and threshold rules, so a noisy page stays quiet until something you asked about moves.
- **Element-level tracking.** Watch one price, one availability state, one number, one visual region, or one JSON field, instead of the whole page.
- **Hundreds of pages,** with folders, labels, templates, and scheduled reports, rather than a handful.

If you want the quickest bridge from Safari, you can [send a page to PageCrawl straight from Safari's Share Sheet on an iPhone or iPad](/help/tutorials/article/add-page-from-ios-safari.md) and set the monitor up properly from there.

### How do Safari, Noticer, and PageCrawl compare?

Safari is the built-in hourly watcher for a few personal pages on Apple devices. Noticer is the free cross-browser version, faster and more precise, bounded by your browser being open. PageCrawl is the cloud service for when the page has to be watched properly.

| | Safari Notify Me | Noticer (free extension) | PageCrawl |
|---|---|---|---|
| Platforms | macOS 27 and iOS 27 only | Chrome and Firefox on Windows, macOS, Linux | Any platform, via the web app |
| Fastest check | Hourly, best-effort | Every minute, while the browser is open | Every 15 min, 5 min, or 2 min by plan |
| Runs with your devices off | No, checks can be skipped | No | Yes, checks run in the cloud |
| What you target | A described intent | An element you pick, or the page | Price, availability, text, number, visual region, JSON field, PDF |
| Pages behind a login | No | No | Yes, including emailed codes and TOTP |
| Shows what changed | No, a generic notification | Before-and-after view | Full diff, screenshot per check, AI summary |
| History | None | Short, local | Full history and archive |
| Alert destinations | Your Apple devices | That browser, on that device | Email, Slack, Discord, Teams, Telegram, webhooks, web push |
| Filtering | The prompt only | Plain-language filter on Chrome | Importance scoring plus keyword, price, and threshold rules |
| Team sharing | No | No | Yes, shared workspaces |
| How many pages | A capped handful | About twenty | Hundreds to thousands |
| Price | Included with macOS 27 and iOS 27 | Free | Free tier, paid plans from $8 per month |

For the wider context, our earlier piece on [Safari's "Notify Me When a Webpage Updates"](/blog/safari-notify-me-webpage-updates) covers how the feature was announced and how it fits next to the rest of the category, and our roundup of the [best free website change monitoring tools](/blog/best-free-website-change-monitoring-tools) puts the free options side by side.

### The verdict

Notify Me is the best default any browser has shipped for this, and the fact that [Safari](https://www.apple.com/safari/) now asks "what should I look for?" in plain English will do more to normalise page monitoring than a decade of extensions did. If you are on an Apple device and you want to know when a policy page or a product page moves, use it. It is free, it is already there, and it is good.

Just know what you have. It checks up to once an hour when your devices allow, on public pages only, with no diff, no history, one notification destination, and a cap on how many pages you can watch. Those are the seams where people will outgrow it, and they will outgrow it in a specific order: first the hourly ceiling on a fast page, then a page behind a login, then wanting to know what actually changed, then needing the alert to reach a colleague.

When you hit the first of those, [start free with PageCrawl](/register), put your most important page in, and tell it what you want to hear about. The change gets caught by a service that is awake whether or not you are, and when the alert arrives it tells you exactly what moved.

---

Need more? The complete PageCrawl.io help center, with every article, is available as a single document at https://pagecrawl.io/llms-full.txt. Read it for context on anything this page does not cover.
