Pricing pages, comparison tables, sports stats — the data is right there in Safari on your phone. But long-press copy gives you one merged blob of text, and there is no extension store for iOS Safari. Here is the free workaround that keeps every row and column.
Updated August 2026 · 4 minute read
The problem is not your iPhone — it is what reaches the clipboard.
iOS selects the single cell you pressed, not the whole table — and dragging to extend the selection across a table is unreliable at best.
Even when you manage to select the whole table, it arrives as unseparated text. Apps cannot tell where one column ends and the next begins.
Safari on iOS supports Web Extensions only since iOS 15, and installing them is nothing like the one-click stores on desktop. Most people never bother.
The free Clean Copy bookmarklet converts exactly the table you point at into clean Markdown — no install, no account, works in Safari on any iPhone or iPad.
Open the Clean Copy bookmarklet page in Safari.
Copy the bookmarklet link.
Tap Share → Add Bookmark → save it
(any page works as a placeholder).
Open Bookmarks, find the new bookmark,
tap Edit and replace the address field with
the bookmarklet link you copied. Save.
Open the page with the table in Safari.
Type the bookmark's name in the address bar
and tap it. Choose "Copy as Markdown".
The whole table is now on your clipboard.
Notes / Craft / Obsidian: paste as-is for a real table.
Numbers / Excel: tap the first target cell and paste —
each value lands in its own cell.
Notion: paste into a database view for rows + properties.
Clean Copy reads the real HTML <table>, so every <td> lands where it belongs after paste.
No ads, cookie banners or captions — only the table you pointed at.
The conversion runs inside Safari itself. No server, no upload, works behind logins too.
| Method | Keeps structure? | Catch |
|---|---|---|
| Long-press + Copy | No | Selects one cell; multi-cell selection collapses to text |
| Screenshot + OCR | After cleanup | Number errors are hard to spot on small screens |
| "Open in desktop Excel" flows | Sometimes | Only where the site offers export |
| Third-party scanner apps | Often | Paid, per-app setup, privacy questions |
| Clean Copy bookmarklet — Copy as Markdown | Yes | One-time manual bookmark edit |
Yes. The trick is a Safari bookmarklet: save any page as a bookmark, edit it and paste in the Clean Copy bookmarklet address. Open the page with the table, tap the bookmark — the table is copied as clean Markdown, ready to paste anywhere as rows and columns.
A normal copy grabs plain text without separators, so iOS has no way to know where one cell ends and the next begins. Copying the table element itself as Markdown preserves row and column boundaries, which apps like Notion, Obsidian and Craft parse back into a real structure.
Yes — every browser on iPhone and iPad uses WebKit under the hood, and the bookmarklet method works wherever bookmarks can be edited. In most iOS browsers that means adding a bookmark manually and replacing its address, exactly like in Safari.
Copy the table with the bookmarklet, open Numbers or Excel, tap the first target cell and paste. Tabular clipboard content is split into cells automatically — check the column order matches your sheet before pasting.
No. The bookmarklet runs entirely inside your browser. The table never leaves your device until you paste it where it needs to go yourself.