pricecious

pricecious

Docker app from pureelectricity's Repository

Overview

Pricecious is a vibe-coded, self-hosted, AI-powered price tracking application. It uses GenAI Vision Models (OpenAI, Anthropic, Ollama, etc.) to visually analyze product pages, detect prices, and monitor stock status.

Features:

  • AI-Powered Analysis: "Sees" price and stock status, bypassing complex HTML.
  • Visual History: Keeps a screenshot history of every check.
  • Smart Scrolling: Handles lazy-loaded content.
  • Notifications: Supports Discord, Telegram, Email, etc. via Apprise.

Prerequisites:

  1. A PostgreSQL Database.
  2. A Browserless (headless chrome) container (accessible via WebSocket).
  3. An API key for an AI Provider (OpenAI/Anthropic) OR a local Ollama instance.

Requirements

PostgreSQL Database
Browserless (Chrome) instance

Runtime arguments

Web UI
http://[IP]:[PORT:8000]
Network
bridge
Privileged
false

Template configuration

WebUI PortPorttcp

Container Port: 8000

Target
8000
Default
8000
Value
8000
Database URLVariable

Format: postgresql://user:password@host:5432/pricewatch

Target
DATABASE_URL
Browserless URLVariable

WebSocket URL for the Browserless instance (e.g., ws://192.168.1.10:3000)

Target
BROWSERLESS_URL
Screenshots PathPathrw

Persistent storage for captured screenshots.

Target
/app/screenshots
Default
/mnt/user/appdata/pricecious/screenshots
Log LevelVariable

Application logging level (DEBUG, INFO, WARN, ERROR).

Target
LOG_LEVEL
Default
INFO
Value
INFO
SQL EchoVariable

Log all SQL queries to console (true/false).

Target
SQL_ECHO
Default
false
Value
false

Details

Repository
ghcr.io/ds-sebastian/pricecious:latest
Last Updated2026-05-31
First Seen2025-11-22

Run Pricecious on Unraid.

Pricecious is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.