Site Status
Checking…
Pinging StoreRadar…
—%
30-day uptime
Ping
Blinkit
No data
dark stores
Zepto
No data
dark stores
Instamart
No data
dark stores
Trigger Scrape
Run workflow manually via GitHub Actions
🗺️
Open Map
View all stores on the live map
📥
Export Logs
Download full scrape history as JSON
📋
Copy Status
Copy current status report to clipboard
No historical data yet — run the scraper to populate this chart
Blinkit
Zepto
Instamart
0 runs
Common errors and how to fix them
Blinkit 0 stores returned / auth_key expired
Open Chrome on your laptop → go to blinkit.com
Press F12Network tab → reload (F5) → filter by layout/feed
Click the request → Headers → find and copy auth_key value
GitHub repo → Settings → Secrets → Actions → BLINKIT_AUTH_KEY → Update
Go to Actions → Run workflow to trigger a fresh scrape
Zepto Bearer token expired / no geofences
Open Chrome → go to zeptonow.com → log in with phone OTP
Press F12Network → reload → click any request to api.zepto.com
Find header: Authorization: Bearer eyJ… → copy everything after Bearer
GitHub → Settings → Secrets → ZEPTO_BEARER_TOKEN → Update
Re-run workflow from the Actions tab
Swiggy Rate limited / count dropped
Wait 24 hours — Swiggy rate limits reset daily
If persistent → check GitHub Actions log for 429 or 503 errors
Re-trigger the workflow after 24 hours
System Workflow didn't run at scheduled time
GitHub delays scheduled workflows by up to 30 minutes — wait and check again
If it didn't run at all → Actions tab → enable workflows (GitHub disables after 60 days of inactivity)
Trigger manually: Actions → StoreRadar Weekly Scrape → Run workflow