Get structured product data from any e-commerce store. No browser automation, no proxy setup, no scraping infrastructure. Just clean JSON.
Trusted by developers building with
50+
Platforms supported
99.5%
Uptime SLA
<3s
Average response time
$0.20
Per store sync
βWe replaced our entire scraping infra with ShelfRun. One API call to get every product from any store. Our agent runs 10x faster now.β
Marcus K.
AI Engineer, YC Startup
βThe price monitoring agent we built with ShelfRun tracks 200+ stores for a fraction of what we were paying. The webhook system is chef's kiss.β
Sarah A.
Founder, PriceBot
Sign up and generate an API key from the dashboard. Takes 30 seconds.
POST any store URL to /v1/quickscan. We handle platform detection, anti-bot, and extraction.
Receive clean, standardized product data. Same schema for every store, every time.
Paste any e-commerce URL. We'll detect the platform and extract real product data.
Whether you're building AI agents, monitoring competitors, or tracking inventory β we've got you covered.
Build agents that track competitor prices and alert on changes. Get structured data every hour.
Monitor entire product catalogs. Detect new launches, price drops, and stockouts in real time.
Know when products go in/out of stock. Perfect for resellers and arbitrage bots.
Power product recommendation agents with real-time pricing data from any store.
No browser automation. No proxy setup. No scraping infrastructure. Just JSON.
curl -X POST https://api.shelfrun.com/v1/quickscan \
-H "X-API-Key: sr_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"url": "nike.com"}'
# Response:
# {
# "products_found": 2847,
# "products": [
# {
# "name": "Air Force 1 '07",
# "price": 115.00,
# "currency": "USD",
# "in_stock": true,
# "url": "https://nike.com/t/..."
# },
# ...
# ]
# }JSON-first
Every response is structured, typed JSON
Agent-ready
Built for LLM agents and automation
No browser needed
Server-side extraction, no Puppeteer
Sub-3s responses
Fast enough for real-time apps
Stop scraping. Start building. Get your API key in 30 seconds.