Winylownia APIwinylownia.pl ↗
Browse current deals and promotions from winylownia.pl to find discounted vinyl records and special offers available at the Polish online store. Stay updated on the latest sales to catch the best prices on your favorite albums.
curl -X GET 'https://api.parse.bot/scraper/2fcf25b2-f388-429b-841e-d2e646baecf3/get_deals?page=1' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns the current special offers and discounted products from the Winylownia promotions page. Each page returns up to 45 products with their discounted and original prices, discount percentage, product URL, and thumbnail image. Paginated via the page parameter; omitting it returns the first page.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination (1-indexed). Each page contains up to 45 deals. |
{
"type": "object",
"fields": {
"page": "current page number",
"deals": "array of deal objects with product_id, name, discounted_price, original_price, discount_percent, product_url, thumbnail_url",
"has_more": "boolean indicating whether more pages exist",
"total_pages": "total number of pages available"
},
"sample": {
"data": {
"page": 1,
"deals": [
{
"name": "SYSTEM OF A DOWN Toxicity LP",
"product_id": "65368",
"product_url": "https://winylownia.pl/en/products/system-of-a-down-toxicity-lp-65368.html",
"thumbnail_url": "https://winylownia.pl/hpeciai/8073ba6d351d7583fda15b3f6d0ab951/eng_il_SYSTEM-OF-A-DOWN-Toxicity-LP-65368.webp",
"original_price": 29.27,
"discount_percent": 40.5,
"discounted_price": 17.42
}
],
"has_more": true,
"total_pages": 382
},
"status": "success"
}
}About the Winylownia API
The Winylownia API on Parse exposes 1 endpoint for the publicly available data on winylownia.pl. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.