The workflow, in plain English
Before: Amazon shows individual orders but never totals them. You have no idea you spent $4,200 this year. You scroll through pages of orders, never seeing the big picture.
After: Dassi reads your entire order history (paginating automatically), computes totals, and injects a spending dashboard at the top: “2025 Total: $4,217. Monthly average: $351. Impulse purchases under $25: 47 orders totaling $823. Top category: Electronics ($1,430).” Your order history became a financial mirror.
Why traditional tools can’t: Amazon doesn’t expose this data via API. Third-party tools that do this require account access credentials. Dassi reads the DOM you’re already logged into.
Step-by-step
- Open your Amazon Orders page.
- Ask dassi to compute totals across a time range (e.g., last year).
- Let it paginate and aggregate; then review category breakdown.
- Copy a summary into Notes/Sheets if you want a permanent record.
Example prompts to try
- “Compute my total Amazon spend for the last 12 months.”
- “Show a monthly chart and top categories.”
- “List orders under $25 and sum them.”
Tips for better results
- Be specific about what you want injected into the page (buttons, filters, a panel, a summary, etc.).
- If the page has multiple sections, tell dassi exactly what to focus on (e.g., “the transactions table” or “the diff for file X”).
- Prefer safe workflows first: draft, summarize, label, and prepare — then take actions (submit, purchase) only after review.