Bulk import via CSV
Upload a spreadsheet of URLs to track in one go.
For when you live in spreadsheets
On the + Add products page, click ↑ Upload CSV / text file. Pick any file: .csv, .tsv, or plain .txt.
Format
We don't care about column structure. The parser extracts every URL it can find by splitting on whitespace, commas, semicolons, any of those work. Headers, comments, extra columns are all ignored.
The simplest valid file is one URL per line:
https://store-a.com/products/widget https://store-b.com/collections/dog-food https://store-c.com/products/another-widget
📷 CSV upload button
Drop a PNG at
/public/help/screenshots/csv-upload-button.png and reference it here.What happens next
The extracted URLs are appended to the textarea so you can review, edit, or add more before clicking Track products. From there it behaves like a regular paste.
Was this helpful? If something was missing or unclear, email support@rivlr.app and I'll fix the article.