# Apotek 1 Scraper — Norwegian Pharmacy Products (`studio-amba/apotek1-scraper`) Actor

Scrape products, prices, discounts, brands, and availability from apotek1.no — Norway's largest pharmacy chain. Extract OTC medicine, vitamins, skincare, and personal care products by keyword search.

- **URL**: https://apify.com/studio-amba/apotek1-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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

## Apotek 1 Scraper

Scrape pharmacy products, prices, and availability from **Apotek 1** (apotek1.no) — Norway's largest pharmacy chain, with online delivery across the whole country.

Extract OTC medicine, vitamins, skincare, and personal care products with prices, brands, discounts, and stock status. No login or account needed.

### How to scrape Apotek1 data

1. Go to the [Apotek 1 Scraper](https://apify.com/studio-amba/apotek1-scraper) page on Apify Store.
2. Click **Try for free**.
3. Enter a search query (e.g., "paracet", "vitamin d", "solkrem").
4. Set the number of results you want.
5. Click **Start** and wait for the run to finish.
6. Download your data in JSON, CSV, Excel, or connect via API.

### Why use this actor?

Norway had zero pharmacy scrapers on the Apify Store before this one. Anyone tracking Nordic OTC medicine, vitamin, or personal-care pricing — price comparison sites, market researchers, competitor-monitoring teams — had no automated way to pull Apotek 1's catalog. This actor covers that market: real-time prices in NOK, campaign discounts, GTIN/EAN barcodes, and stock status straight from Norway's #1 pharmacy chain.

### What data can you extract from Apotek 1?

This scraper extracts the following fields per product:

| Field | Type | Description |
|-------|------|-------------|
| `name` | String | Full product name including dosage/pack size |
| `brand` | String | Brand name |
| `price` | Number | Current selling price in NOK |
| `currency` | String | Currency code (always `NOK`) |
| `originalPrice` | Number | Original price before discount (if on campaign) |
| `discount` | String | Discount percentage, e.g. `"-50%"` |
| `ean` | String | EAN/GTIN barcode |
| `sku` | String | Apotek 1 part number |
| `productId` | String | Internal catalog entry ID |
| `inStock` | Boolean | Whether the product is buyable/published |
| `imageUrl` | String | Primary product image URL |
| `imageUrls` | Array | All available image URLs |
| `description` | String | Short product description |
| `category` | String | Broadest category label |
| `categories` | Array | Full category tag list |
| `url` | String | Direct product page URL |
| `language` | String | Always `"no"` (Norwegian) |
| `scrapedAt` | String | ISO 8601 timestamp |

### Input

| Field | Type | Required | Description |
|-------|------|----------|--------------|
| `searchQuery` | String | No | Search keyword, e.g. `"paracet"`, `"ibux"`, `"vitamin d"`. Defaults to `"paracet"` if left empty. |
| `maxResults` | Integer | No | Maximum number of products to return (default: 100). |
| `proxyConfiguration` | Object | No | Proxy settings. Apotek 1's search API has no anti-bot or geo lock, so Apify's default datacenter proxy works fine. |

#### Example input

```json
{
    "searchQuery": "ibux",
    "maxResults": 50
}
```

#### Default behavior

If no search query is provided, the scraper defaults to searching `"paracet"`. This ensures the actor always returns data even on an empty `{}` input.

### Example output

Real item from a live test run (`searchQuery: "paracet"`):

```json
{
    "name": "Paracet 500 mg tabletter 20 stk",
    "brand": "Paracet",
    "price": 59.9,
    "currency": "NOK",
    "url": "https://www.apotek1.no/produkter/paracet-500mg-tabletter-20stk-517128p",
    "scrapedAt": "2026-07-31T14:18:35.978Z",
    "inStock": true,
    "language": "no",
    "ean": "07040885171283",
    "sku": "517128",
    "productId": "16633",
    "imageUrl": "https://www.apotek1.no/wcsstore/ApoProductMaster/media/9626b273-8498-43c8-931b-ddd978b7b8ff",
    "imageUrls": [
        "https://www.apotek1.no/wcsstore/ApoProductMaster/media/9626b273-8498-43c8-931b-ddd978b7b8ff",
        "https://www.apotek1.no/wcsstore/ApoProductMaster/media/9626b273-8498-43c8-931b-ddd978b7b8ff/200/250"
    ],
    "description": "Korttidsbehandling av milde til moderate smerter og feber",
    "categories": [
        "Paracet",
        "Varemerker",
        "Reiseapotek",
        "Reise",
        "Reise, sport og fritid",
        "Hodepine",
        "Smerte, feber og forkjølelse",
        "Sykdom og symptomer",
        "Menssmerte",
        "Solbrent hud",
        "Solkrem",
        "Hudpleie",
        "Smertestillende og feberdempende"
    ],
    "category": "Smertestillende og feberdempende"
}
```

A discounted product looks like this (campaign price):

```json
{
    "name": "Nycoplus D3-vitamin 20 mcg tabletter 100 stk",
    "brand": "Nycoplus",
    "price": 95,
    "originalPrice": 189.9,
    "discount": "-50%",
    "currency": "NOK"
}
```

### How much does it cost to scrape Apotek1?

This scraper talks directly to a JSON search API — no browser rendering needed — so it's cheap and fast:

| Results | Estimated cost | Time |
|---------|---------------|------|
| 20 products | < $0.01 | ~5 sec |
| 100 products | ~$0.01 | ~15 sec |
| 1,000 products | ~$0.05 | ~1 min |

Costs are approximate and depend on the Apify plan and proxy usage.

### Tips for best results

- **Use Norwegian keywords**: "paracet", "ibux", "vitamin d", "solkrem", "tannkrem" return far more relevant results than English terms.
- **Broad keywords return more products**: A general term (e.g. "vitamin") returns a larger result set than an exact product name.
- **No proxy tuning needed**: the search API has no bot-wall, so the default datacenter proxy is enough — no need for residential.

### Use cases

- **Price comparison**: Track Norwegian pharmacy pricing against other Nordic or European chains.
- **Market research**: Monitor OTC medicine, vitamin, and personal-care pricing trends in Norway.
- **Campaign tracking**: Detect when products go on sale and by how much.
- **Catalog building**: Build a database of Norwegian pharmacy products with EAN/GTIN, brand, and category data.

### Limitations

- Only publicly listed, non-prescription retail data is extracted — prescription-only medicine pricing is not shown online by Apotek 1 itself.
- Data is scraped from the public Apotek 1 search index and may change without notice.
- Respect the website's terms of service and use responsibly.

### Related Scrapers

Looking for pharmacy data in other European markets? Check out these related scrapers from Studio AMBA:

- [DrMax Scraper](https://apify.com/studio-amba/drmax-scraper) — Central Europe's largest pharmacy chain (CZ, SK, PL, RO)
- [Mifarma Scraper](https://apify.com/studio-amba/mifarma-scraper) — Spanish online pharmacy
- [Farmacia Tei Scraper](https://apify.com/studio-amba/farmacia-tei-scraper) — Romania's largest online pharmacy
- [Rossmann Scraper](https://apify.com/studio-amba/rossmann-scraper) — European drugstore chain (health, beauty, personal care)
- [Newpharma Scraper](https://apify.com/studio-amba/newpharma-scraper) — Belgian online pharmacy

### Need this data on a schedule, or a custom version?

We run this scraper as a managed service for businesses: scheduled runs,
deduplication, delta detection, and delivery to your inbox, Google Sheets,
or API — maintenance included. We can also build a custom version with your
exact fields and filters, or combine multiple sources into one feed.

See [studioamba.dev/services](https://studioamba.dev/services/) or email
<hello@studioamba.dev> for a free data sample.
We maintain 300+ European web scrapers and answer within one business day.

# Actor input Schema

## `searchQuery` (type: `string`):

Search for products by keyword (e.g., 'paracet', 'ibux', 'vitamin d', 'solkrem'). Uses Apotek 1's own search index.

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

Maximum number of products to return.

## `proxyConfiguration` (type: `object`):

Proxy settings. Apotek 1's search API has no anti-bot or geo lock — Apify's default datacenter proxy works fine.

## Actor input object example

```json
{
  "searchQuery": "paracet",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "searchQuery": "paracet",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/apotek1-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 = {
    "searchQuery": "paracet",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

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

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

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

```

## CLI example

```bash
echo '{
  "searchQuery": "paracet",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call studio-amba/apotek1-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=studio-amba/apotek1-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/27DGU8w5zwkK52nhX/builds/uOmQWmV9yPmcigrLG/openapi.json
