Fonq Scraper — Dutch Home, Living & Furniture Products avatar

Fonq Scraper — Dutch Home, Living & Furniture Products

Pricing

from $2.00 / 1,000 result scrapeds

Go to Apify Store
Fonq Scraper — Dutch Home, Living & Furniture Products

Fonq Scraper — Dutch Home, Living & Furniture Products

Scrape product listings, prices, ratings, and availability from Fonq.nl — a leading Dutch online store for home and living products.

Pricing

from $2.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

3 days ago

Last modified

Categories

Share

Fonq Scraper

Scrapes product data from fonq.nl, one of the Netherlands' largest home and living webshops. Think lamps, furniture, kitchenware, and bathroom accessories. No login or cookies required.

How it works

Feed it a category URL or search term, and it crawls the listing pages, follows links to individual product pages, and extracts detailed data from JSON-LD structured data embedded in each page. Pagination is handled automatically.

Input

FieldTypeRequiredDescription
categoryUrlStringNoA fonq.nl category page (e.g., https://www.fonq.nl/categorie/verlichting/)
searchQueryStringNoKeyword to search (default: "lamp" if no category given)
maxResultsIntegerNoMax products to scrape (default: 100)
proxyConfigurationObjectNoProxy config for large scraping runs

What comes out

FieldTypeExample
nameString"Zuiver Dek 51 Hanglamp"
brandString"Zuiver"
priceNumber189.00
originalPriceNumber229.00
currencyString"EUR"
eanString"8718548048126"
skuString"ZUI-5300099"
inStockBooleantrue
ratingNumber4.3
reviewCountNumber27
imageUrlStringMain product image
descriptionStringProduct description
categoryString"Verlichting"
urlStringFull product page URL

Example

{
"name": "Zuiver Dek 51 Hanglamp",
"brand": "Zuiver",
"price": 189.00,
"originalPrice": 229.00,
"currency": "EUR",
"inStock": true,
"rating": 4.3,
"reviewCount": 27,
"imageUrl": "https://www.fonq.nl/images/zuiver-dek-51.jpg",
"category": "Verlichting",
"url": "https://www.fonq.nl/product/zuiver-dek-51-hanglamp/",
"scrapedAt": "2026-03-15T09:00:00.000Z"
}

How to scrape Fonq data

  1. Create an Apify account (free tier available)
  2. Open the Fonq Scraper actor page
  3. Enter a search query (e.g. "lamp") or paste a category URL from fonq.nl
  4. Click "Start" to begin scraping
  5. Download results as JSON, CSV, or Excel when the run finishes

You can also call the actor via the Apify API or schedule recurring runs for automated price monitoring.

Use cases

  • Price monitoring -- Track home and living product prices over time
  • Competitor analysis -- Compare Fonq prices with other Dutch home decor shops
  • Market research -- Analyze product assortment, pricing strategies, and brand distribution
  • E-commerce feeds -- Export product catalogs for price comparison platforms
  • Inventory tracking -- Monitor stock availability for specific products

Integrations

Connect Fonq Scraper results to your existing tools:

  • Google Sheets -- Automatic export after every run
  • Slack / Email -- Get notified when prices drop
  • Webhooks -- Push data to your own API endpoint
  • Zapier / Make -- Connect to 5,000+ apps without code

Verlichting (lighting), Meubels (furniture), Keuken (kitchen), Badkamer (bathroom), Woondecoratie (home decor), Tuin (garden), Slaapkamer (bedroom), Kinderkamer (kids room).

Cost estimate

HTTP-based scraper, no browser needed. Roughly $0.30 per 1,000 products.

Limitations

  • Fonq is a Dutch-only site. Product names and categories are in Dutch.
  • Product URLs on fonq.nl use the /product/ path segment. Category pages use /zoeken/ for search or /categorie/ for browsing.
  • The Accept-Language: nl-NL header is set automatically to ensure Dutch content is returned.
  • Data is scraped from the public website and may change without notice.

Changelog

  • v0.1 -- Initial release with search and category scraping support