live
Jysk APIjysk.pl ↗
Browse and search JYSK Poland's complete product catalog to find deals, view detailed product information, explore categories, and check real-time store availability across locations. Discover current promotions and navigate the full category hierarchy to easily find furniture and home goods that match your needs.
This API takes change requests — .
Endpoint health
monitoredget_category_products
get_category_tree
get_deals
get_product_details
get_store_availability
Checks pendingself-healing
Endpoints
6
Updated
1h ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination (1-based).
Search query term (e.g. 'biurko', 'materac', 'sofa').
→ api.parse.bot/scraper/067c4c6b-d287-4464-a6f2-f844201b6e73/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/067c4c6b-d287-4464-a6f2-f844201b6e73/search_products?page=1&query=biurko' \ -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalmissing one? ·
Search for products on JYSK Poland by keyword. Returns paginated results with product name, price, discount info, and availability. Each page returns up to 36 products.
Input
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination (1-based). |
| queryrequired | string | Search query term (e.g. 'biurko', 'materac', 'sofa'). |
Response
{
"type": "object",
"fields": {
"count": "Number of products on this page",
"query": "The search query used",
"products": "Array of product objects with name, url, sku, price, original_price, discount_percentage, image, rating, online_available, store_available",
"total_count": "Total number of matching products",
"total_pages": "Total number of pages",
"current_page": "Current page number"
},
"sample": {
"data": {
"count": 36,
"query": "biurko",
"products": [
{
"sku": "3681949",
"url": "https://jysk.pl/biuro/biurka/biurko-billund-54x120-kolor-bialy-szary",
"name": "Biurko BILLUND 54x120 kolor biały/szary",
"image": "https://cdn3.jysk.com/getimage/wd3.medium/268317",
"price": "250 zł",
"rating": 4.7,
"original_price": "649 zł /szt.",
"store_available": true,
"online_available": true,
"discount_percentage": 61
}
],
"total_count": 48,
"total_pages": 2,
"current_page": 1
},
"status": "success"
}
}About the Jysk API
The Jysk API on Parse exposes 6 endpoints for the publicly available data on jysk.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.