Never miss a stock-out on the shelf
Online availability for your products across every pharmacy — catch an out-of-stock the week it happens, before it costs you the sale.
The stock-out you can't see is the sale you're losing
Three things you get the moment your catalog is on the index.
Stock status, every run
In stock, out, or low for every listing — recorded run after run.
Out-of-stock the moment it appears
The run a product goes unavailable online, you know — not when sales dip.
Per network, per product
The same SKU's availability across every pharmacy you sell through.
See stock status on every shelf.
For every chain that lists your product, whether it's in stock, out, or low online — recorded every run, matched by GTIN. When a product goes out, about 1 in 3 shoppers just buy the competitor instead.
- In stock / out / low per listing
- Online availability, weekly
- Per network, per product
Catch stock-outs before sales fall.
A product going unavailable is invisible until the numbers dip. Week-over-week changes surface it the run it happens — and flag the recovery.
- Out-of-stock flagged the run it happens
- Back-in-stock too
- Week-over-week changes
Every network, one view.
Your shelf isn't one site — it's all of them. Availability side by side, so you spot the chain-specific gaps.
- Same SKU joined by GTIN
- Availability side by side
- Spot chain-specific gaps
| CVS | Walgreens | Rite Aid | |
|---|---|---|---|
| CeraVe Cream | |||
| La Roche-Posay | |||
| Cetaphil |
Every status, stored and served by API.
Availability accretes run after run — plot the gaps. One REST endpoint serves it all: your BI, your models, your agents.
- Availability history from the snapshots endpoint
- One REST call, all your products
- Push it straight into your own dashboards
$ curl https://api.rxradar.xyz/v1/snapshots?gtin=0020714002527 \ -H "Authorization: Bearer $RXRADAR_KEY" # 200 OK { "gtin": "0020714002527", "network": "cvs", "collected_at": "2026-07-16", "stock": { "available": true, "label": "In stock" } }
Try it live on your own products
Look up any product by GTIN and see exactly what the API returns.
The rest of the shelf, same index
Availability is one read of the shelf. Here's the rest — same catalog, same networks, same run.