# Bilka Scraper \[Just 💰$2] — Danish Grocery Prices (`blackfalcondata/bilka-scraper`) Actor

💰 $2 per 1,000 products. Scrape bilka.dk — Salling Group's Danish hypermarket chain — full product catalog with current shelf prices · Bilka Plus member offers & per-unit comparison pricing. Incremental mode tracks new and changed products across scheduled runs.

- **URL**: https://apify.com/blackfalcondata/bilka-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 4 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### What does Bilka Scraper do?

Bilka Scraper extracts structured product data from [bilka.dk](https://bilka.dk) — including current shelf price and campaign flags, per-unit comparison pricing, stock status, product labels (organic, store-brand, …), and multi-resolution product images. It supports keyword search and controllable result limits, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions) where the source provides them.

**New to Apify?** [Sign up free](https://console.apify.com/sign-up?fpr=1h3gvi) and use the included $5 monthly platform credit to test this actor.

### Key features

- **🔍 Keyword search or full catalog:** search with `query` ("mælk", "økologisk", "kaffe", brand names …) across product names, descriptions and category terms. Leave `query` empty to dump the entire Bilka catalog (~39,000 products) in a single run.
- **💰 Current price + Bilka Plus member offers:** every product carries the active shelf `price` (DKK), an `inStock` flag, and an `isInCurrentLeaflet` flag for this week's avis. When a Bilka Plus membership offer is active you also get `memberPrice`, `memberOriginalPrice`, `memberSavings`, `memberDiscountPercent`, the offer title, and the offer window (`memberOfferFrom` / `memberOfferTo`). `isOnOffer` flags anything currently discounted.
- **⚖️ Per-unit comparison pricing:** `comparePrice` + `compareUnit` (kr/kg, kr/ltr, kr/stk) on every product — the same per-unit number consumer law requires on the shelf label — plus `normalComparePrice` so you can read the regular versus current per-unit rate. Compare value across pack sizes without writing your own normalizer.
- **🔖 Tilbud-only filters:** flip `campaignsOnly` to emit only products on offer this week (in the avis or a Bilka Plus member offer), or `memberOffersOnly` for just the Bilka Plus deals — the SKU set the chain is pushing this week, in a single filter.
- **🥗 Ingredients + structured nutrition:** product rows carry the `ingredients` text and a structured `nutrition[]` array (name/value pairs — energy, fat, carbohydrate, protein, salt, …) whenever the source publishes them. No regex over marketing prose.
- **🏷️ Structured unit size, brand + labels:** `unitSize`, `unitMeasure` (g, kg, stk, ltr, …) and `brand` as separate fields, plus a `labels[]` array (Økologisk, Svanemærket, Allergi Venlig, …) and `ageLimit` for age-restricted items. Filter and group without parsing the product name.
- **🛒 Basket monitoring:** track a specific shopping list by EAN via `productIds` (+ optional `quantities`). Each row gets `quantity`, `lineSubtotal`, the Bilka Plus `lineMemberTotal` and `lineSavings`, and the run writes a `basket-summary` (products, units, subtotal, Bilka Plus saving) — ideal for watching your weekly Bilka shop cost over time.
- **🔔 Notifications:** push a digest of each run to Telegram, Discord, Slack, WhatsApp, or a generic webhook (n8n / Make / Zapier). Wire your shopping basket to a channel and get the current prices delivered automatically.
- **📦 Compact mode:** drop the heavy fields (ingredients, full nutrition table, image variants, member-offer detail, category arrays) and keep shopping essentials: identity, current price, per-unit price, offer flags, member price, unit size + brand, and image. Smaller rows for AI agents, MCP servers, and LLM context windows.
- **🔌 MCP connectors:** export your results into Notion via Apify's MCP connectors — a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.
- **♻️ Incremental price tracking:** run on a schedule with `incrementalMode` + a `stateKey` and get back only what changed since last time — NEW products, price/offer `UPDATED`, and `EXPIRED` (delisted) SKUs, each with `firstSeenAt` / `lastSeenAt`. Pair it with a basket and notifications to be alerted the moment your shopping list changes price.

### What data can you extract from bilka.dk?

Each result includes Core product fields (`ean`, `articleId`, `name`, `productType`, `brand`, `subBrand`, `manufacturer`, and `categoryLvl0`, and more) and detail fields when enrichment is enabled (`description` and `offerDescription`). In standard mode, all fields are always present — unavailable data points are returned as `null`, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions where the source provides them.

### Input

The main inputs are a search keyword and a result limit. Additional filters and options are available in the input schema.

Key parameters:

- **`productIds`** — Track a specific shopping list by EAN/barcode (e.g. \["5701115583819", "5712876736208"]). Returns just those products with per-line basket economics (quantity, line subtotal, Bilka Plus member total and saving). Pair with 🔢 Quantities to weight each item. (default: `[]`)
- **`quantities`** — Optional per-product counts for basket mode. Two accepted forms:
  • Object map: `{"5701115583819": 2, "5712876736208": 6}` (compact, preferred for the Console editor)
  • Array of pairs: `[{"ean": "5701115583819", "qty": 2}]` (useful from Make / n8n / Zapier flows)
  Drives the basket subtotal and Bilka Plus saving roll-up. Default qty=1 per product when omitted. Ignored outside basket mode. (default: `{}`)
- **`query`** — Keyword search across the Bilka catalog (e.g. "mælk", "økologisk", "kaffe"). Searches product names, brands and categories. Leave empty to scan the entire catalog. Ignored when 🛒 Basket EANs are supplied.
- **`categories`** — Limit to specific top-level categories (e.g. \["Mejeri & køl", "Frugt & grønt"]). Leave empty for all categories. Accepts a comma-separated string or a JSON array. (default: `[]`)
- **`maxResults`** — Maximum total products (0 = unlimited; full catalog ≈ 39,000). (default: `200`)
- **`campaignsOnly`** — Only emit products currently on offer — in this week's leaflet (avis) or a Bilka Plus member offer. (default: `false`)
- **`memberOffersOnly`** — Only emit products with an active Bilka Plus membership offer (cpOffer), with member price and discount %. (default: `false`)
- **`inStockOnly`** — Drop products flagged as out of stock. (default: `false`)
- **`compact`** — Keep only shopping essentials (identity, current price, per-unit price, offer flags, member price, units, image) and drop heavy fields (nutrition, ingredients, image variants, member-offer detail). Smaller rows for AI agents and dashboards. Same row count, same billing. (default: `false`)
- **`excludeEmptyFields`** — Drop null, empty-string and empty-array fields from each record before push. (default: `false`)
- **`incrementalMode`** — Compare against the previous run's state and emit only NEW / UPDATED / EXPIRED products (price changes, new SKUs, delistings). Requires 🔑 State Key. EXPIRED detection only fires for a basket or a full uncapped catalog scan (a keyword search can't tell delisted from out-of-scope). (default: `false`)
- **`stateKey`** — Stable identifier for incremental tracking (e.g. "my-weekly-basket"). Required when Incremental Mode is on so multiple baskets / queries don't share state.
- ...and 19 more parameters

### Input examples

**Basic search** — Keyword-driven search with a result cap.

→ Full payload per result — all standard fields populated where the source provides them.

```json
{
  "query": "mælk",
  "maxResults": 50
}
```

**Incremental tracking** — Only emit products that changed since the previous run with this `stateKey`.

→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set `emitUnchanged: true` to include unchanged records as well.

```json
{
  "query": "mælk",
  "maxResults": 200,
  "incrementalMode": true,
  "stateKey": "mælk-tracker"
}
```

**Compact output for AI agents** — Return only core fields for AI-agent and MCP workflows.

→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.

```json
{
  "query": "mælk",
  "maxResults": 50,
  "compact": true
}
```

### Output

Each run produces a dataset of structured product records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example product record

```json
{
  "ean": "5701852266112",
  "articleId": "11098355",
  "name": "Sødmælk 3,5% fedt øko",
  "description": "Sødmælk 3,5% fedt øko",
  "productType": "Sødmælk",
  "brand": "Tjele Gods",
  "subBrand": "Tjele Gods",
  "categoryLvl0": "Non-food",
  "categoryLvl1": "Non-food",
  "categoryLvl2": "Non-food",
  "categoryPath": "Non-food > Non-food > Non-food",
  "labels": [
    "Økologisk"
  ],
  "price": 16.95,
  "inStock": true,
  "comparePrice": 16.95,
  "normalComparePrice": 16.95,
  "offerComparePrice": 0,
  "compareUnit": "L.",
  "isOnOffer": false,
  "isInCurrentLeaflet": false,
  "memberOffer": false,
  "unitSize": 1,
  "unitMeasure": "l",
  "ingredients": "Økologisk SØDMÆLK (3,5% fedt).",
  "nutrition": [
    {
      "name": "Næringsindhold pr.",
      "value": "100 g"
    },
    {
      "name": "Energi",
      "value": "267 kJ"
    },
    {
      "name": "Energi",
      "value": "64 kcal"
    },
    {
      "name": "Fedt",
      "value": "3,5 g"
    },
    {
      "name": "- heraf mættede fedtsyrer",
      "value": "2,2 g"
    },
    "... 4 more items"
  ],
  "imageUrl": "https://digitalassets.sallinggroup.com/image/upload/e_trim:2/b_white,c_pad,e_sharpen:80,f_auto,q_auto,w_690,h_690/2f14c0aa5c6f9869e5b710497b83af46",
  "images": [
    "https://digitalassets.sallinggroup.com/image/upload/e_trim:2/b_white,c_pad,e_sharpen:80,f_auto,q_auto,w_690,h_690/2f14c0aa5c6f9869e5b710497b83af46"
  ],
  "currency": "DKK",
  "storeId": "1651",
  "priceMin": 16.95,
  "priceMax": 16.95,
  "priceSpread": 0,
  "deviatingStoreCount": 0,
  "source": "bilka.dk",
  "scrapedAt": "2026-06-10T11:47:00.428Z"
}
```

### Incremental fields

When incremental mode is on, each record also carries:

- `changeType` — one of `NEW`, `UPDATED`, `UNCHANGED`, `REAPPEARED`, `EXPIRED`. Default output covers `NEW` / `UPDATED` / `REAPPEARED`; set `emitUnchanged: true` or `emitExpired: true` to opt into the others.
- `firstSeenAt`, `lastSeenAt` — ISO-8601 timestamps tracking the listing across runs.
- `isRepost`, `repostOfId`, `repostDetectedAt` — populated when a new listing matches the tracked content of a previously expired one. Set `skipReposts: true` to drop detected reposts from the output.

### How to scrape bilka.dk

1. Go to [Bilka Scraper](https://apify.com/blackfalcondata/bilka-scraper?fpr=1h3gvi) in Apify Console.
2. Enter a search keyword.
3. Set `maxResults` to control how many results you need.
4. Enable `includeDetails` if you need full descriptions.
5. Click **Start** and wait for the run to finish.
6. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Extract product data from bilka.dk for market research and competitive analysis.
- Track pricing trends across regions and categories over time.
- Monitor new and changed products on scheduled runs without processing the full dataset every time.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.

### How much does it cost to scrape bilka.dk?

Bilka Scraper uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.01 per run
- **Per result:** $0.002 per product record

Example costs:

- 10 results: **$0.03**
- 25 results: **$0.06**
- 100 results: **$0.21**
- 200 results: **$0.41**
- 500 results: **$1.01**

> **Platform usage is billed on top of these prices.** The figures above are Apify event fees only. Compute units and proxy traffic are billed separately by Apify at your actual consumption, and for proxy- or browser-heavy workloads they can exceed the event fees. What you actually pay depends on your own input — how many results you request, whether detail enrichment is on, the run memory you choose, and your proxy settings — so it cannot be stated as a fixed figure here. Every run reports its exact platform usage on the run detail page.
>
> The **Actor Start** event is charged once per GB of run memory (minimum one), so a run configured with 2 GB is charged two start events rather than one.

#### Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of products that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 250 products per run, daily polling (30 runs/month). Costs scale linearly with the number of products.

| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---:|---:|---:|---:|
| 5% — stable niche query | $0.51 | $0.04 | $0.47 (93%) | $1.05 |
| 15% — moderate broad query | $0.51 | $0.08 | $0.43 (83%) | $2.55 |
| 30% — high-volume aggregator | $0.51 | $0.16 | $0.35 (69%) | $4.80 |

Full re-scrape monthly cost at the same cadence: $15.30. First month with incremental costs $1.53 / $2.97 / $5.15 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage (see the note above) also applies to these figures. Incremental runs consume less of it on result processing, though the fixed per-run overhead stays the same.

### FAQ

#### How many results can I get from bilka.dk?

The number of results depends on the search query and available products on bilka.dk. Use the `maxResults` parameter to control how many results are returned per run.

#### Does Bilka Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed products on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

#### Can I integrate Bilka Scraper with other apps?

Yes. Bilka Scraper works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use Bilka Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use Bilka Scraper through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use compact mode, a single `descriptionFormat`, and `excludeEmptyFields` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape bilka.dk?

This actor extracts publicly available data from bilka.dk. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/bilka-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [ALDI Scraper — Grocery Prices, 14 Countries](https://apify.com/blackfalcondata/aldi-scraper?fpr=1h3gvi) — Scrape ALDI grocery products and prices across 14 countries — the UK, Ireland, Germany, Austria,.
- [ALDI US Scraper — Grocery Prices by ZIP Code](https://apify.com/blackfalcondata/aldi-us-scraper?fpr=1h3gvi) — Scrape aldi.us grocery products with prices, sizes, brands, categories, per-unit pricing and stock..
- [BILLA Scraper — Austrian Grocery Prices & Promotions](https://apify.com/blackfalcondata/billa-scraper?fpr=1h3gvi) — Scrape shop.billa.at (BILLA Austria) for grocery prices, unit prices and promotions. Search by.
- [Carrefour MAF Scraper \[Just 💰$2\] — Groceries (7 Markets)](https://apify.com/blackfalcondata/carrefour-maf-scraper?fpr=1h3gvi) — 💰 $2 per 1,000 items. Scrape Carrefour MAF groceries across 7 Majid Al Futtaim markets — UAE ·.
- [Carrefour Scraper \[Just 💰$2\] — France Grocery Prices](https://apify.com/blackfalcondata/carrefour-scraper?fpr=1h3gvi) — 💰 $2 per 1,000 products. Scrape carrefour.fr — Carrefour France groceries with current prices ·.
- [Coop365 Scraper \[Just 💰$2\] — Danish discount grocery](https://apify.com/blackfalcondata/coop365-scraper?fpr=1h3gvi) — 💰 $2 per 1,000 products. Scrape 365discount.coop.dk — leaflet names & prices · unit quantities &.
- [Føtex Scraper \[Just 💰$2\] — Danish Grocery Prices](https://apify.com/blackfalcondata/foetex-scraper?fpr=1h3gvi) — 💰 $2 per 1,000 products. Scrape foetex.dk — Salling Group's Danish supermarket chain — full.
- [Kvickly Scraper \[Just 💰$2\] — Danish grocery deals](https://apify.com/blackfalcondata/kvickly-scraper?fpr=1h3gvi) — 💰 $2 per 1,000 products. Scrape kvickly.dk — leaflet names & prices · unit quantities & per-unit.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

### Disclaimer

This actor accesses only publicly available data on bilka.dk. You are responsible for how you use the extracted data — in particular any personal information such as names, phone numbers, or email addresses — and for complying with Bilka's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.

This actor is not affiliated with, endorsed by, or connected to Bilka.

### Search keywords

bilka scraper, bilka api, apify bilka, bilka data extraction, bilka.dk scraper, bilka.dk data, bilka.dk api, bilka.dk, danish grocery, salling group, grocery prices denmark, dagligvarer bilka.

# Actor input Schema

## `productIds` (type: `array`):

Track a specific shopping list by EAN/barcode (e.g. \["5701115583819", "5712876736208"]). Returns just those products with per-line basket economics (quantity, line subtotal, Bilka Plus member total and saving). Pair with 🔢 Quantities to weight each item.

## `quantities` (type: `object,array,string`):

Optional per-product counts for basket mode. Two accepted forms:
• Object map: `{"5701115583819": 2, "5712876736208": 6}` (compact, preferred for the Console editor)
• Array of pairs: `[{"ean": "5701115583819", "qty": 2}]` (useful from Make / n8n / Zapier flows)
Drives the basket subtotal and Bilka Plus saving roll-up. Default qty=1 per product when omitted. Ignored outside basket mode.

## `query` (type: `string`):

Keyword search across the Bilka catalog (e.g. "mælk", "økologisk", "kaffe"). Searches product names, brands and categories. Leave empty to scan the entire catalog. Ignored when 🛒 Basket EANs are supplied.

## `categories` (type: `array`):

Limit to specific top-level categories (e.g. \["Mejeri", "Frugt og grønt"]). Leave empty for all categories. Accepts a comma-separated string or a JSON array.

## `maxResults` (type: `integer`):

Maximum total products (0 = unlimited; full catalog ≈ 39,000).

## `campaignsOnly` (type: `boolean`):

Only emit products currently on offer — in this week's leaflet (avis) or a Bilka Plus member offer.

## `memberOffersOnly` (type: `boolean`):

Only emit products with an active Bilka Plus membership offer (cpOffer), with member price and discount %.

## `inStockOnly` (type: `boolean`):

Drop products flagged as out of stock.

## `compact` (type: `boolean`):

Keep only shopping essentials (identity, current price, per-unit price, offer flags, member price, units, image) and drop heavy fields (nutrition, ingredients, image variants, member-offer detail). Smaller rows for AI agents and dashboards. Same row count, same billing.

## `excludeEmptyFields` (type: `boolean`):

Drop null, empty-string and empty-array fields from each record before push.

## `incrementalMode` (type: `boolean`):

Compare against the previous run's state and emit only NEW / UPDATED / EXPIRED products (price changes, new SKUs, delistings). Requires 🔑 State Key. EXPIRED detection only fires for a basket or a full uncapped catalog scan (a keyword search can't tell delisted from out-of-scope).

## `stateKey` (type: `string`):

Stable identifier for incremental tracking (e.g. "my-weekly-basket"). Required when Incremental Mode is on so multiple baskets / queries don't share state.

## `emitUnchanged` (type: `boolean`):

Include products with no detected change in the output (default: skip — only changes are emitted).

## `emitExpired` (type: `boolean`):

Include products that disappeared since the prior run (delisted / out of stock). Only meaningful for basket or full-catalog runs.

## `telegramToken` (type: `string`):

Telegram bot token (from @BotFather). Required for Telegram notifications.

## `telegramChatId` (type: `string`):

Telegram chat or channel ID (e.g. "-100123456789"). Required when telegramToken is set.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL.

## `whatsappAccessToken` (type: `string`):

WhatsApp Cloud API token. Recipient must have messaged the business number within the last 24h.

## `whatsappPhoneNumberId` (type: `string`):

Your WhatsApp Business phone-number ID.

## `whatsappTo` (type: `string`):

Recipient phone in E.164 format without + (e.g. "4512345678").

## `webhookUrl` (type: `string`):

Receives a JSON POST with {metadata, items} after each run — for n8n / Make / Zapier / custom backends.

## `webhookHeaders` (type: `object`):

Optional JSON object of custom headers (e.g. {"Authorization":"Bearer ..."}).

## `notificationLimit` (type: `integer`):

Maximum number of products included in each notification message (1–20).

## `notifyOnlyChanges` (type: `boolean`):

When Incremental Mode is on, only send notifications for products with a lifecycle event (NEW / UPDATED). Unchanged products are still pushed to the dataset but don't trigger alerts.

## `appConnector` (type: `string`):

Optional. Pick a connected app under Settings → API & Integrations to receive your results. Notion is supported today (a run-summary page); other MCP connectors are best-effort as Apify expands its catalog.

## `mcpIssueTeam` (type: `string`):

Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one.

## `descriptionFormat` (type: `string`):

Choose which representation of the listing description to include. `all` keeps every variant; the others keep only the selected one.

## `startUrls` (type: `array`):

One or more direct search or listing detail URLs to process. When set, other search filters are ignored.

## `includeDetails` (type: `boolean`):

Fetch the detail page for each listing to retrieve the full description text and contact information. Increases run time and cost. Leave off for a fast, low-cost run.

## `skipReposts` (type: `boolean`):

In incremental mode, skip listings that appear to be reposts of a previously-seen expired listing with matching details.

## Actor input object example

```json
{
  "productIds": [],
  "quantities": {},
  "query": "mælk",
  "categories": [],
  "maxResults": 50,
  "campaignsOnly": false,
  "memberOffersOnly": false,
  "inStockOnly": false,
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "includeDetails": false,
  "skipReposts": false
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "mælk",
    "maxResults": 50,
    "compact": false,
    "excludeEmptyFields": false,
    "descriptionFormat": "all",
    "includeDetails": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/bilka-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "mælk",
    "maxResults": 50,
    "compact": False,
    "excludeEmptyFields": False,
    "descriptionFormat": "all",
    "includeDetails": False,
}

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/bilka-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "mælk",
  "maxResults": 50,
  "compact": false,
  "excludeEmptyFields": false,
  "descriptionFormat": "all",
  "includeDetails": false
}' |
apify call blackfalcondata/bilka-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,blackfalcondata/bilka-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/4dJCLvCa2du4oOPBl/builds/z0ap63zcsiQNazxof/openapi.json
