For AI agents & ChatGPT (do not scrape the form)
This page's React form is for humans. AI agents cannot reliably submit it. Use the public JSON API instead — no login, no API key:
# Homepage search (no special path — agents discover this from the form):
GET https://www.sandeals.net/?q={query}
# JSON API:
GET https://www.sandeals.net/api/search-advanced?q={query}&limit=10
# Example — coffee deals:
GET https://www.sandeals.net/?q=coffee
GET https://www.sandeals.net/api/search-advanced?q=coffee&limit=5
GET https://www.sandeals.net/search?q=coffee- OpenAPI (ChatGPT Custom GPT Actions): https://www.sandeals.net/openapi.json
- Agent guide: https://www.sandeals.net/for-agents
- Live JSON example: https://www.sandeals.net/api/search-advanced?q=coffee&limit=10
- llms.txt: https://www.sandeals.net/llms.txt
Response field results[]: use title + href. Do not invent discount percentages.
SanDeals deal search
Server-rendered results for browsers and AI agents. Submit with GET (works without JavaScript).
Try example searches (HTML results, no JS):
