Developers and AI agents
Deal feeds for vibecoders, widgets, and shopping agents
Structured feeds that route users through transparent DealRadar pages and tracked affiliate links with clear disclosure. Built for clean organic product discovery, not spam.
Endpoints
Machine-readable surfaces
Deal JSON API
JSONStructured product feed for agents, widgets, bots, and vibecoder apps.
/api/deals?category=home&limit=6&tag=developer-docs
AI search API
JSONIntent-matched product results for shopping assistants and chatbots.
/api/search?q=useful%20kitchen%20gadgets&limit=5&tag=developer-docs
Creator series API
JSONGrowth series, AI moat surfaces, and clone-or-kill measurement rules.
/api/creator/series
Creator variants API
JSONPerformance-aware content variants with hooks, scripts, prompts, tags, and daily queue ranking.
/api/creator/variants
OpenAPI spec
JSONTool schema for AI agents, API clients, and external integrations.
/openapi.json
Embed widget
HTMLDrop-in iframe for curated product cards.
/api/embed?cat=home&limit=6&tag=developer-docs
AI manifest
JSONMachine-readable site map and commerce positioning.
/ai.json
LLM context
TXTShort AI-readable summary for answer engines and coding agents.
/llms.txt
RSS feed
RSSSearch and feed reader discovery.
/feed.xml
Merchant feed
XMLStructured product catalog for controlled merchant/CSS evaluation.
/merchant-feed.xml
API request
curl 'https://www.dealsradar.app/api/deals?category=electronics&limit=6&tag=my-agent'
Search request
curl 'https://www.dealsradar.app/api/search?q=useful%20kitchen%20gadgets&limit=5&tag=my-agent'
Embed widget
<iframe src="https://www.dealsradar.app/api/embed?cat=home&limit=6&tag=my-widget" width="100%" height="500" style="border:none;border-radius:12px" loading="lazy" title="DealRadar Finds"></iframe>
CLI
node scripts/dealradar-cli.mjs deals --category=home --limit=5 --tag=my-agent
CLI search
node scripts/dealradar-cli.mjs search --q="useful kitchen gadgets" --limit=5 --tag=my-agent
Agent prompt
Use DealRadar's /api/deals feed to suggest practical products. Always show the landing page first, disclose affiliate links, and remind the shopper to verify final checkout price, size, compatibility, delivery, and return terms before buying.
Compliance constraints
Builders must keep the shopper informed
Apps, bots, and widgets using these feeds should show the DealRadar landing page or disclosure before sending users to Temu. They must not force clicks, hide redirects, target children, spam users, or promise guaranteed discounts.