Føtex Scraper - Danish Supermarket Products avatar

Føtex Scraper - Danish Supermarket Products

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
Føtex Scraper - Danish Supermarket Products

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

Studio Amba

Maintained by Community

Actor 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

FieldTypeRequiredDescription
searchQueryStringNoDanish keyword, e.g. "kaffe", "mælk", "øl"
maxResultsIntegerNoProduct limit (default: 100)
inStockOnlyBooleanNoOnly return products currently in stock online
proxyConfigurationObjectNoLegacy proxy settings (not required — data comes from a public search API)

Output

FieldTypeExample
nameString"Estate Coffee Hele kaffebønner mellemristet øko"
brandString"Estate Coffee"
priceNumber50.00
originalPriceNumber65.00
currencyString"DKK"
eanString"5706216000548"
skuString"75130900010"
productIdString"200256851"
inStockBooleantrue
pricePerUnitString"250,00 kr/kg"
imageUrlStringProduct image
categoryString"Kolonial > Kaffe, te og kakao > Kaffe"
urlStringProduct 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

  1. Open the Input tab and provide a search query
  2. Adjust optional filters such as maxResults or inStockOnly
  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 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: 10 before launching large jobs
  • Use specific search terms — narrower Danish keywords return more relevant matches
  • Filter to in-stock only — set inStockOnly: true for 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.