groupon_get_deal
Fetch a Groupon deal's details using its permalink slug or full URL. Returns title, price, rating, merchant, and option summaries in compact or full view.
Instructions
Fetch a single Groupon deal by its permalink slug (or full deal URL). Returns the slim projection by default (title, subtitle, merchant, price, rating, division, option summaries, url); set view="full" for Groupon's whole record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and strips image URLs elsewhere; "full" returns Groupon's whole records. | |
| dealId | Yes | Deal permalink slug (e.g. "enset-productions-and-ventures-3") OR a full Groupon deal URL — the last path segment is used. | |
| optionId | No | Optional deal option id to focus on. |