Integrations
Connect Notebooker with the tools you already use. Import from anywhere, export to everywhere.
Notion
ProductivitySync your bookmarks to Notion databases for seamless integration with your workspace.
Obsidian
Note TakingExport bookmarks as markdown files directly to your Obsidian vault.
Slack
CommunicationShare bookmarks to channels and receive notifications when team members add new content.
Zapier
AutomationConnect Notebooker to thousands of apps with custom automation workflows.
IFTTT
AutomationCreate simple automations to save content from your favorite sources automatically.
Import your existing Pocket library and keep everything in one place.
Raindrop.io
ImportEasily migrate from Raindrop.io with full collection and tag support.
Chrome
ImportImport all your Chrome bookmarks in one click with full folder structure.
Safari
BrowserNative Safari extension with iCloud sync support for Apple users.
Firefox
BrowserPrivacy-focused Firefox extension with container tab support.
Arc
BrowserBeautiful Arc browser integration with space and folder sync.
Raycast
ProductivityQuick-add bookmarks and search your library from Raycast on macOS.
Build with our API
Create custom integrations with the Notebooker API. Access your bookmarks programmatically, build automations, or integrate with your own tools.
- RESTful API with full CRUD operations
- Webhooks for real-time updates
- Official SDKs for Python, JavaScript, and Ruby
curl https://api.notebooker.ai/v1/bookmarks \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"title": "Example Page",
"collection": "research"
}'
Don't see your favorite tool?
We're always adding new integrations. Let us know what you'd like to see.
Request an Integration