JYSK Denmark Scraper — Furniture & Home Products
Pricing
from $4.00 / 1,000 result scrapeds
JYSK Denmark Scraper — Furniture & Home Products
Scrape products, prices, ratings, and stock from JYSK.dk. Danish furniture and home products retailer. Supports keyword search and category browsing, no login or cookies required.
Pricing
from $4.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
JYSK Denmark Scraper
Scrapes furniture, beds, mattresses, and home goods from jysk.dk, the Danish
storefront of JYSK. It discovers products through JYSK.dk category pages and
extracts detailed product data from each product page's JSON-LD (ProductGroup).
No login, no cookies, no API key. Point it at a keyword or a category URL and download clean, structured product data.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Search term in Danish (e.g., "seng", "madras", "sofa", "reol") |
categoryUrl | String | No | A JYSK.dk category page URL |
maxResults | Integer | No | Max products (default: 100) |
proxyConfiguration | Object | No | Proxy settings (Apify residential, country DK recommended) |
Without any input, the scraper fetches sitemap.xml, matches category pages
against the default query, and crawls their products.
Example input
{"searchQuery": "seng","maxResults": 100,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "DK"}}
Output
| Field | Type | Example |
|---|---|---|
name | String | "Kontinentalseng 180x200 TYRIA + FLYA grå-23 Medium" |
brand | String | "JYSK" |
price | Number | 4000 |
currency | String | "DKK" |
originalPrice | Number | 4999 |
ean | String | "5709132891234" |
sku | String | "S320005" |
productId | String | "TYRIA + FLYA" |
inStock | Boolean | true |
rating | Number | 4.3 |
reviewCount | Number | 156 |
imageUrl | String | Product photo |
imageUrls | Array | Gallery images |
description | String | Product description (plain text) |
category | String | "Kontinentalsenge" |
categories | Array | ["Soveværelse", "Senge", "Kontinentalsenge"] |
language | String | "da" |
How it works
- Sitemap discovery (default): the scraper reads
sitemap.xml, keeps the category pages whose URL slug matches yoursearchQuery, and queues them as listing pages. - Category crawl: on each listing page it collects the product-detail links (URLs with four or more path segments) and queues them.
- Product extraction: each product page carries a
ProductGroupJSON-LD block. The scraper reads name, brand, price, currency, SKU, images, stock, category, and description from it, and merges the breadcrumb trail.
You can also skip discovery entirely by passing a categoryUrl, in which case
the scraper crawls that one category's products directly.
Cost
About $0.25 per 1,000 products, plus Apify proxy usage.
Notes
- Danish JYSK site. Content and prices in Danish (DKK).
- Product URLs have four or more path segments:
/{room}/{category}/{subcategory}/{product-slug}. - The
www.jysk.dkhost redirects to the apexjysk.dk; the scraper uses the apex directly. - Breadcrumb labels like "Forside" are filtered out of the category trail.
Why use JYSK Denmark Scraper
- Price monitoring — Track prices, stock, and promotions across JYSK.dk at scale
- Competitive intelligence — Compare your catalog against JYSK pricing and assortment
- Market research — Analyze category trends, new arrivals, and rating distributions
- Lead generation — Build product datasets for affiliate sites, comparison tools, or feeds
- No login or cookies required — Authenticated access not needed; works out of the box
How to use JYSK Denmark Scraper
- Open the Input tab and provide a Danish search query or a category URL
- Adjust optional settings such as
maxResultsor proxy configuration - Click Start and wait for the run to complete
- Download results from the Output tab in JSON, CSV, Excel, XML, or HTML
- Schedule recurring runs from the Schedule tab if you need ongoing data
How to scrape JYSK data
This Actor automates the process of extracting structured product data from JYSK.dk. You can run it directly from the Apify console, the Apify API, or any of the official SDKs (JavaScript, Python). The scraper handles pagination, retries, and rate limiting so you can focus on the data, not the plumbing.
Typical workflows:
- One-off export: paste a category URL or Danish keyword, set
maxResults, and run - Scheduled monitoring: set a daily cron in the Schedule tab to track prices over time
- Programmatic integration: trigger runs from your backend via the Apify API and pull the dataset when finished
- Webhook automation: receive a callback the moment a run completes and pipe the results into Zapier, Make, n8n, BigQuery, or Google Sheets
Tips for best results
- Start small — run with
maxResults: 10before launching large jobs - Use residential proxies — country DK residential proxies reduce blocking
- Throttle on big jobs — keep concurrency modest (5–10) for stability
- Schedule runs — daily runs are usually enough for price monitoring
- Inspect the dataset schema — the Storage tab shows the full output structure
FAQ and support
Is it legal to scrape JYSK? This Actor extracts publicly available data. Always review the website's Terms of Service before scraping at scale, and respect rate limits.
Why am I getting fewer results than expected? Narrow or broaden your
searchQuery so it matches more category pages, and increase maxResults.
Can I scrape a single category? Yes — provide the full category URL in
categoryUrl and the scraper will return that category's products.
The site blocks me — what should I do? Enable Apify residential proxies with country set to DK. Datacenter IPs are blocked by many e-commerce sites.
For issues, feature requests, or bug reports, open a ticket in the Issues tab on the Actor page or contact support@apify.com. We monitor every actor and ship fixes quickly when sites change.