# Groupon Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/groupon/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/groupon-product | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.piloterr.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Unlock detailed product data from Groupon.fr with our API. Perfect for competitive analysis, research, and e-commerce enhancement. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/groupon/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "SKU": "123456789", "price": "À partir de 239,90€", "images": [ "https://img.grouponcdn.com/images/12345abcde.jpg", "https://img.grouponcdn.com/images/67890fghij.jpg" ], "vendor": "Groupon Société anonyme", "ratings": { "average": 4.5, "reviewsCount": 200 }, "category": "Maison & Maison", "features": [ "17 cm épaisseur totale", "Noyau : mousse HR-30", "Revêtement : cachemire et polyester", "Matelas reversible", "Fermeté : ferme" ], "dimensions": [ { "size": "90 x 190 cm", "price": "239,90€" }, { "size": "140 x 190 cm", "price": "349,90€" }, { "size": "160 x 200 cm", "price": "449,90€" } ], "description": "Matelas Cachemire Royal Deluxe, disponible en plusieurs dimensions", "availability": "En Stock", "productTitle": "Matelas Cachemire Royal Deluxe", "discountPrice": "239,90€", "originalPrice": "499€", "shippingDetails": { "cost": "Gratuit", "deliveryTime": "2-4 jours ouvrables" }, "discountPercentage": "52%" } ``` ## Documentation ## Overview Unlock detailed product data from Groupon.fr with our API. Perfect for competitive analysis, research, and e-commerce enhancement. ## Quickstart ``` GET https://api.piloterr.com/v2/groupon/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Groupon Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Groupon without maintaining scrapers - Power internal dashboards and workflow automations with live Groupon data