JYSK Denmark Scraper — Furniture & Home Products avatar

JYSK Denmark Scraper — Furniture & Home Products

Pricing

from $4.00 / 1,000 result scrapeds

Go to Apify Store
JYSK Denmark Scraper — Furniture & Home Products

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

Studio Amba

Maintained by Community

Actor 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

FieldTypeRequiredDescription
searchQueryStringNoSearch term in Danish (e.g., "seng", "madras", "sofa", "reol")
categoryUrlStringNoA JYSK.dk category page URL
maxResultsIntegerNoMax products (default: 100)
proxyConfigurationObjectNoProxy 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

FieldTypeExample
nameString"Kontinentalseng 180x200 TYRIA + FLYA grå-23 Medium"
brandString"JYSK"
priceNumber4000
currencyString"DKK"
originalPriceNumber4999
eanString"5709132891234"
skuString"S320005"
productIdString"TYRIA + FLYA"
inStockBooleantrue
ratingNumber4.3
reviewCountNumber156
imageUrlStringProduct photo
imageUrlsArrayGallery images
descriptionStringProduct description (plain text)
categoryString"Kontinentalsenge"
categoriesArray["Soveværelse", "Senge", "Kontinentalsenge"]
languageString"da"

How it works

  1. Sitemap discovery (default): the scraper reads sitemap.xml, keeps the category pages whose URL slug matches your searchQuery, and queues them as listing pages.
  2. Category crawl: on each listing page it collects the product-detail links (URLs with four or more path segments) and queues them.
  3. Product extraction: each product page carries a ProductGroup JSON-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.dk host redirects to the apex jysk.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

  1. Open the Input tab and provide a Danish search query or a category URL
  2. Adjust optional settings such as maxResults or proxy configuration
  3. Click Start and wait for the run to complete
  4. Download results from the Output tab in JSON, CSV, Excel, XML, or HTML
  5. 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: 10 before 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.