groupon_get_deal
Retrieve a specific Groupon deal's details via its permalink or URL, with an option for a compact summary.
Instructions
Fetch a single Groupon deal by its permalink slug (or full deal URL). Returns full detail by default; set compact=true for a slim view (title, subtitle, merchant, price, rating, division, option summaries, url).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dealId | Yes | Deal permalink slug (e.g. "enset-productions-and-ventures-3") OR a full Groupon deal URL — the last path segment is used. | |
| compact | No | Return a slim projection instead of the full deal. | |
| optionId | No | Optional deal option id to focus on. |