Føtex Scraper - Danish Supermarket Products
Pricing
from $1.20 / 1,000 result scrapeds
Føtex Scraper - Danish Supermarket Products
Scrape products, prices, brands, stock and images from Føtex (foetex.dk), a major Danish supermarket chain (Salling Group). Search groceries, household goods and more. No login required.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Føtex Scraper
Scrape products from foetex.dk, one of Denmark's largest supermarket chains (owned by Salling Group, alongside Bilka and Netto). Groceries, wine and spirits, household goods, electronics, toys and more.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Danish keyword, e.g. "kaffe", "mælk", "øl" |
maxResults | Integer | No | Product limit (default: 100) |
inStockOnly | Boolean | No | Only return products currently in stock online |
proxyConfiguration | Object | No | Legacy proxy settings (not required — data comes from a public search API) |
Output
| Field | Type | Example |
|---|---|---|
name | String | "Estate Coffee Hele kaffebønner mellemristet øko" |
brand | String | "Estate Coffee" |
price | Number | 50.00 |
originalPrice | Number | 65.00 |
currency | String | "DKK" |
ean | String | "5706216000548" |
sku | String | "75130900010" |
productId | String | "200256851" |
inStock | Boolean | true |
pricePerUnit | String | "250,00 kr/kg" |
imageUrl | String | Product image |
category | String | "Kolonial > Kaffe, te og kakao > Kaffe" |
url | String | Product page URL |
{"name": "Hele kaffebønner mellemristet øko","brand": "Estate Coffee","price": 50.0,"originalPrice": null,"currency": "DKK","ean": "5706216000548","sku": "75130900010","productId": "200256851","inStock": true,"pricePerUnit": "250,00 kr/kg","imageUrl": "https://digitalassets.sallinggroup.com/image/upload/...","imageUrls": ["https://digitalassets.sallinggroup.com/image/upload/..."],"category": "Kolonial > Kaffe, te og kakao > Kaffe","categories": ["Kolonial", "Kaffe, te og kakao", "Kaffe"],"productDescription": "","url": "https://www.foetex.dk/produkter/hele-kaffeboenner-mellemristet-oeko/200256851/","scrapedAt": "2026-07-25T14:21:13.309Z"}
Technical details
- Queries the same public Algolia search index the foetex.dk search box uses
- No proxy or browser required — direct HTTPS API calls only
- Prices in DKK (Danish kroner)
- Danish-language content throughout
Cost
Direct API calls, no browser or proxy overhead. ~$0.10 per 1,000 products.
Why use Føtex Scraper
- Price monitoring — Track prices, stock, and promotions across Føtex at scale
- Competitive intelligence — Compare your catalog against Føtex pricing and assortment
- Market research — Analyze category trends, new arrivals, and assortment breadth
- 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 Føtex Scraper
- Open the Input tab and provide a search query
- Adjust optional filters such as
maxResultsorinStockOnly - 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 Føtex data
This Actor automates the process of extracting structured product data from Føtex. You can run it directly from the Apify console, the Apify API, or any of the official SDKs (JavaScript, Python). The scraper handles pagination and deduplication so you can focus on the data, not the plumbing.
Typical workflows:
- One-off export: paste a 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 specific search terms — narrower Danish keywords return more relevant matches
- Filter to in-stock only — set
inStockOnly: truefor purchase-ready data - 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 Føtex? 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? Some niche keywords have few
matches in the catalogue. Try a broader Danish term or increase maxResults.
Can I extract data for a single product? Search for the product name or brand — the scraper returns the matching catalogue entries with full detail.
Does this need a proxy? No. The catalogue is fetched from a public search API, so no proxy or browser is required for normal use.
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.