Fonq Scraper — Dutch Home, Living & Furniture Products
Pricing
from $2.00 / 1,000 result scrapeds
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
Maintained by CommunityActor 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
| Field | Type | Required | Description |
|---|---|---|---|
categoryUrl | String | No | A fonq.nl category page (e.g., https://www.fonq.nl/categorie/verlichting/) |
searchQuery | String | No | Keyword to search (default: "lamp" if no category given) |
maxResults | Integer | No | Max products to scrape (default: 100) |
proxyConfiguration | Object | No | Proxy config for large scraping runs |
What comes out
| Field | Type | Example |
|---|---|---|
name | String | "Zuiver Dek 51 Hanglamp" |
brand | String | "Zuiver" |
price | Number | 189.00 |
originalPrice | Number | 229.00 |
currency | String | "EUR" |
ean | String | "8718548048126" |
sku | String | "ZUI-5300099" |
inStock | Boolean | true |
rating | Number | 4.3 |
reviewCount | Number | 27 |
imageUrl | String | Main product image |
description | String | Product description |
category | String | "Verlichting" |
url | String | Full 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
- Create an Apify account (free tier available)
- Open the Fonq Scraper actor page
- Enter a search query (e.g. "lamp") or paste a category URL from fonq.nl
- Click "Start" to begin scraping
- 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
Popular categories to scrape
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-NLheader 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