Skip to main content
Bkmark makes it easy to move your bookmarks in and out. You can import from Pocket, Raindrop.io, any major browser, or a previous Bkmark JSON export, and you can download a complete backup of your library whenever you need one. All import and export options are found under Settings → Data.
Imports are rate-limited to 5 per hour. If you need to import multiple files (for example, you exported several collections from Raindrop), spread them out or combine them into a single file before importing.

Importing bookmarks

Pocket lets you export your saved articles as a JSON file from its account settings.
1

Export your Pocket data

Sign in to getpocket.com, go to Settings → Export, and click Export HTML file or request a full data export. For Bkmark’s importer, download the JSON export from getpocket.com/export.
2

Open the import screen in Bkmark

In Bkmark, go to Settings → Data → Import and select Pocket as the source.
3

Upload the file

Click Choose file, select the JSON file you downloaded from Pocket, then click Start import.
4

Wait for the import to complete

Bkmark processes your file and adds each saved item as a bookmark. A summary shows how many bookmarks were imported and how many were skipped.

Exporting your library

You can download a complete backup of your Bkmark library at any time. The export includes all bookmarks, their tags, and their group memberships in a single JSON file.
1

Open the Data settings

Go to Settings → Data → Export.
2

Start the export

Click Export bookmarks. Bkmark generates the file and your browser downloads it automatically. For large libraries this may take a few seconds.
3

Save the file

The downloaded file is named bkmark-export-YYYY-MM-DD.json. Keep it somewhere safe — you can use it to restore your library or migrate to a new account.
The export uses Bkmark’s own JSON format. Every bookmark object includes its URL, title, description, tags, groups, favorite status, archive status, and timestamps. You can also retrieve the same data programmatically via the API:
curl https://api.bkmark.it/api/v1/bookmarks/export \
  -H "Authorization: Bearer bk_your_key_here" \
  -o my-bookmarks.json