← Back to QuickTools

Bookmarks HTML to news_data JSON

Convert a browser bookmarks HTML export into a flat news_data.json-style array. Each bookmark becomes {"t":"title","u":"url"}. Folder names, dates, and icons are ignored, and everything runs locally in your browser.

Choose a Chrome, Edge, Firefox, or Safari bookmarks HTML export.
Folders skipped0
Bookmarks0
Output size0 KB

How to export browser bookmarks

  • Chrome or Edge: open Bookmark Manager, choose the menu, then export bookmarks.
  • Firefox: open Bookmarks, manage bookmarks, then export bookmarks to HTML.
  • Safari: use File, Export, then Bookmarks.

Output format

The output is a flat JSON array like [{"t":"News title","u":"https://example.com"}]. This is useful when you want to turn a bookmark collection into a simple data file for a news reader, crawler seed list, or link dashboard.