Clean Web Clipper Add to Chrome (free)

Who it is for · ·

Track competitor releases in dated notes

To track competitor releases, Clean Web Clipper turns their changelogs, docs and pricing pages into a searchable Markdown corpus instead of a bookmarks folder that decays into dead links. You can grep it, diff it against last quarter’s capture, and quote it in a decision document with the date attached.

Where these numbers come from: the benchmark, with engine versions and dates

Why does competitive research stop being usable?

The bookmarks folder called “competitors” has ninety entries. Half redirect to a rebranded marketing page, a quarter need a login nobody on the team still has, and none of them say what the page claimed in March. When someone asks whether a rival shipped a feature before or after you did, the answer is sitting on a page that has been rewritten since.

Screenshots do not rescue it either. They cannot be searched, they carry no date beyond a file timestamp, and pasting one into a decision document invites the question of what the rest of the page said. What holds up in a review is the text, with the date the page declared, in a file you can still grep six months later.

And the signal is spread across pages that look nothing alike. The changelog says what shipped, the docs say what it actually does, the pricing page says who it is for, the status page says how often it breaks, and a forum thread says what customers think of all four. Nothing watches any of them for you – you look when you look, and whatever you did not capture on the day is simply gone, because none of those pages keeps a history a visitor can read.

The clip window’s Markdown view, with the page’s declared date already sitting in the frontmatter
The icon-click settings, with “Put into a folder” among the options that file a capture with no window at all
The refusal screen for a page with no article body – what a marketing page built from design blocks returns instead
Add to Chrome (free)Free in full. No account, no sign-up, no limits.For Chrome on a computer

What does the corpus give you?

A changelog entry keeps its real datecode.visualstudio.com/updates
---
title: "Version 1.96: release notes"
source: "https://code.visualstudio.com/updates/v1_96"
date: "2024-12-11"
extraction: "dom"
---

## Workbench

- **Search results in the editor.** Results now open as an editor tab.
- **Custom window title.** New variables for the active profile and branch.

## Extension authoring

- The proposed API for terminal shell integration is now stable.

Set up a competitor corpus

The setup is per-site rules and a recurring slot in the calendar. Neither is clever, and together they are the whole method.

  1. Open Options from the extension icon and point the destination at a folder the team can read: research/competitors, ideally in a repository so history comes for free.
  2. Add a per-site rule for each competitor – their domain to their own subfolder. After that, nothing needs filing by hand, which is the only reason the corpus survives a busy quarter.
  3. Set what the icon click does to “save to folder”. Capture has to be cheaper than deciding whether to capture, or you will only capture the pages you already knew were important.
  4. Set the filename template to {date}-{title}, and give each round of captures its own subfolder inside the competitor’s folder, named for the month or quarter. There is no separate variable for the clip day: on a changelog that declares a publication date, {date} is that date for every capture, so the subfolder is what keeps the rounds in order.
  5. Turn on source and date in the frontmatter. The publication date is the page’s own, which is what lets you say a rival shipped a feature in March rather than that you noticed it in March.
  6. Set images to skip. Marketing screenshots are the largest and least useful part of a competitor page, and their URLs change with every redesign.
  7. Put a recurring slot in the calendar and capture the same five pages each time: changelog, pricing, the docs page for the overlapping feature, the status page, and whatever thread is currently active about them.

Which settings suit tracking over time?

Everything here optimises for the second capture rather than the first. A corpus with one capture of each page is a bookmark list with extra steps.

SettingValueWhy this value here
Icon clickSave to folderCapture must cost less than the decision to capture
DestinationA shared research/competitors folderA corpus one person can read is a private hobby
Per-site ruleOne competitor per subfolderFiling by hand is the step that stops happening in a busy quarter
Filename template{date}-{title}{date} is the page’s own date on dated pages, so capture rounds are kept apart by subfolder
Frontmattersource and date onLets a decision document say when a rival shipped, not when you noticed
ImagesSkipMarketing screenshots are the bulkiest and least quotable part of the page
CadenceThe same five pages, on a recurring slotThe diff is the deliverable, and a diff needs two captures
A limits table, captured with the date the page declareda competitor’s documentation page
---
title: "Rate limits"
source: "https://example-api.com/docs/limits"
date: "2026-02-19"
extraction: "dom"
---

| Plan       | Requests / min | Burst | Retention |
| ---------- | -------------- | ----- | --------- |
| Starter    | 60             | 120   | 7 days    |
| Team       | 600            | 1200  | 30 days   |
| Enterprise | negotiated     | –     | 365 days  |

Limits are applied per organisation, not per key.

See three questions it answers

Three questions below get answered from files rather than memory: who shipped a feature first, when a rival’s limits quietly changed, and whether a quoted claim in a decision document can survive review. Each depends on a capture existing from before anyone knew it would matter, not on recollection or a screenshot taken too late.

Who shipped it first

A rival announces a feature you have had in beta since spring, and the room disagrees about the order of events. Your captures of their release notes carry the dates the pages declared for themselves, so the sequence is established from files rather than from memory.

The page’s own date is the point. A file timestamp says when you clipped; a changelog entry that declares 11 December says when they published, and those are different facts that a screenshot conflates into one.

A pricing change nobody announced

You capture a competitor’s limits page each quarter. Between two captures the burst allowance on the entry plan halves and retention on the top plan triples, with no blog post and no changelog entry – the page simply says something different now.

The diff is three lines and it changes a positioning argument. Neither capture is remarkable on its own, which is exactly why the method only works if capturing is cheap enough to do before you know what will matter.

A claim in a decision document that survives review

The recommendation quotes a rival’s documented rate limit. The quote comes from a file with the source URL and the date above it, so the reviewer who wants to check it opens the file rather than asking you to find the page again.

Pages built entirely from marketing blocks are the exception worth knowing about – those often have no article body, and the extension reports “no article” rather than returning a page of links. When that happens, the documentation page usually carries the same claim in a form you can actually quote.

How does it compare to the usual competitive research?

Teams generally do the first two, occasionally pay for the third, and rarely do any of them consistently. The costs below are what makes consistency hard.

How it is done nowWhat you getWhat it costs
A bookmarks folderA list of where to lookEvery entry resolves to today’s page; half of them redirect within a year
Screenshots in a shared driveWhat the page looked likeNot searchable, no date beyond the file, no way to quote a sentence
A page-monitoring serviceAlerts when a page changesA subscription, and it watches the pages you thought of in advance
Notes typed into a documentYour reading of the pageParaphrase, not evidence; six months on nobody can tell which was which
Clean Web ClipperDated text files you can grep and diffNo monitoring and no alerts. It captures when you look, and does not watch

What happens when a competitor page will not clip?

Four limits cover most tracking problems: a marketing page refused as mostly link labels, a changelog that paginates older entries out of view, a page with one date for the whole document rather than one per entry, or the honest ceiling that captures show something changed, not exactly when. Each is explained below, with what a capture can and cannot tell you.

The pricing page came back as “no article”

Modern marketing pages are often built entirely from design components with no article body at all, and more than about a quarter of the extracted text ends up inside link labels and button captions. The extension refuses that rather than returning a page of fragments. The documentation or the terms page usually carries the same limits in prose, and those clip normally.

Only the newest release notes came through

Changelogs commonly paginate, or load older entries behind a “show more” control. The extension reads the DOM at the moment you clip, so what has not been loaded does not exist to capture. Expand the list first, or clip each page of the archive. The files can sit side by side in the competitor’s folder.

The individual entries have no dates

The date field holds one date for the page, taken from the page’s own metadata, not a date per entry. Where a changelog puts the date in the body text of each entry, it comes across as body text and stays readable. Where the site emits no date at all, the field is empty rather than filled with today – and on some corpora that is common rather than rare.

I need to know when it changed, not just that it did

Clean Web Clipper cannot tell you when a page changed – there is no monitoring, no alerting and no scheduled recapture, so the resolution of your record is the frequency of your captures. A page you capture quarterly tells you a change happened within a quarter. If the timing itself is the decision, a monitoring service is the right tool and this is not.

What will it not do?

Clean Web Clipper does not watch pages for you: no monitoring, no alerts, no scheduled recapture. You clip when you look. There is no crawler and no batch mode, so a docs site is clipped a page at a time. And it does not diff for you; it produces files any diff tool can compare.

Marketing pages built entirely from design blocks with no article body may be reported as “no article”, because the extension prefers saying so to returning a page of links.

Add to Chrome (free)Free in full. No account, no sign-up, no limits.For Chrome on a computer

What can it track, and how?

Can I keep each competitor in a separate folder? Yes. That is what per-site rules do. A URL pattern gets its own subfolder, its own image setting and its own frontmatter fields, and it costs nothing.

Does it clip pricing pages well?
Pricing tables usually survive. Pages built entirely from marketing blocks with no article body may be reported as “no article” – the extension prefers saying so to returning a page of links.
Can it tell me when a competitor changes a page?
No. There is no monitoring and no alerting. You clip when you look, and compare the new file against the old one.
Can I clip several tabs at once?
Clean Web Clipper does not clip several tabs at once: it clips the page you are on, one at a time; there is no batch mode and no crawler.
Is any of it paid?
No. Per-site rules, the vault, the filename template and everything else are free, with no account.

Is tracking visible, shareable or risky?

Can the whole team share the corpus? Yes, and it is worth doing. The files are plain text, so a shared folder or a repository works, diffs are readable in a pull request, and nobody needs the extension installed to read what somebody else captured.

Does the competitor see that I clipped their page?
No. The extension tells them nothing – it reads the page your browser had already loaded. Their logs record the visit you made, exactly as they would if you had only read the page and closed the tab.
Can I capture pages inside a competitor’s trial account?
The extension reads whatever your browser has rendered for your session, so technically yes. Whether you may hold a copy of material behind their terms of service is a question those terms answer, and clipping does not change what they say.
Do changelog headings and bullets survive?
Yes. Headings keep their levels, nested bullets keep their nesting, and bold labels at the start of an entry stay bold – which matters because that is usually how a changelog marks the difference between a feature and a fix.
How do I actually compare two captures?
With any diff tool, including the one in your editor or in your version control host. That is the whole reason the output is line-based text – no special viewer, no import step, and a diff that a colleague can read in a pull request.