# Eurovaistine Scraper - Lithuanian Pharmacy Products (`studio-amba/eurovaistine-scraper`) Actor

Scrape products, prices, and availability from Eurovaistine.lt -- Lithuania's largest pharmacy chain with an extensive online catalog of medications, supplements, personal care, and beauty products.

- **URL**: https://apify.com/studio-amba/eurovaistine-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

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Eurovaistine Scraper -- Lithuanian Pharmacy Products, Prices & Stock Data

Extract products, prices, brands, EAN codes, ratings, and availability from [Eurovaistine.lt](https://www.eurovaistine.lt) -- Lithuania's largest pharmacy chain with an extensive online catalog covering medications, vitamins, supplements, personal care, baby care, and beauty products.

### How to scrape Eurovaistine data

Eurovaistine (literally "Euro Pharmacy") operates over 250 physical pharmacies across Lithuania and runs one of the country's most comprehensive online pharmacy platforms. The site carries thousands of products across categories including non-prescription medications, vitamins and dietary supplements, cosmetics, hygiene products, medical devices, baby care, and specialized nutrition.

This actor uses browser-based scraping with Playwright to handle Eurovaistine's Next.js frontend. It extracts structured product data from search results and category pages, including prices in EUR, brand information, customer ratings, and product images. No login or cookies required.

#### What people build with it

- **Pharmacy pricing intelligence** -- competing pharmacies and distributors in the Baltic states monitor Eurovaistine's pricing to stay competitive in Lithuania's pharmacy retail market.
- **Health product market research** -- supplement brands and pharmaceutical companies track how their products are priced, positioned, and rated on Lithuania's largest pharmacy platform.
- **Price comparison services** -- health and wellness comparison platforms aggregate Eurovaistine data alongside other Baltic pharmacy retailers to help consumers find the best deals.
- **Product catalog enrichment** -- health tech platforms use Eurovaistine's structured product data (EAN codes, descriptions, images) to populate their own databases with Lithuanian pharmacy products.
- **Market entry analysis** -- international brands entering the Lithuanian market use Eurovaistine data to understand local pricing, competition, and consumer preferences.

### Input parameters

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `searchQuery` | String | No | Search for products by keyword (e.g., "vitaminas", "ibuprofenas", "kolagenus"). Default: "vitaminas" |
| `categoryUrl` | String | No | A Eurovaistine category page URL to scrape (e.g., `https://www.eurovaistine.lt/l/vitaminai-ir-maisto-papildai`) |
| `maxResults` | Integer | No | Maximum number of products to return (default: 100) |
| `proxyConfiguration` | Object | No | Proxy settings. Residential proxies with LT country code recommended |

#### Example input

```json
{
    "searchQuery": "vitaminas D",
    "maxResults": 50,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "LT"
    }
}
````

#### Category URL examples

| Category | URL |
|----------|-----|
| Vitamins & Supplements | `https://www.eurovaistine.lt/l/vitaminai-ir-maisto-papildai` |
| Non-prescription Medicines | `https://www.eurovaistine.lt/l/vaistai-nereceptiniai` |
| Cosmetics | `https://www.eurovaistine.lt/l/kosmetika` |
| Hygiene | `https://www.eurovaistine.lt/l/higiena` |
| Baby & Mother | `https://www.eurovaistine.lt/l/vaikui-ir-mamai` |
| Medical & Care Products | `https://www.eurovaistine.lt/l/medicinos-ir-slaugos-prekes` |
| Sports & Orthopedics | `https://www.eurovaistine.lt/l/sportas-ortopedija-namai` |
| Teas & Specialized Food | `https://www.eurovaistine.lt/l/arbatos-specializuotas-maistas` |

### Output

Each product record includes:

| Field | Type | Example |
|-------|------|---------|
| `productName` | String | `"Vitaminas D3 2000 TV kapsules N90"` |
| `brand` | String | `"AGETIS"` |
| `price` | Number | `8.99` |
| `originalPrice` | Number | `12.49` |
| `currency` | String | `"EUR"` |
| `inStock` | Boolean | `true` |
| `ean` | String | `"5290349004163"` |
| `category` | String | `"Vitaminai ir maisto papildai"` |
| `imageUrl` | String | Product image URL |
| `rating` | Number | `4.94` |
| `reviewCount` | Integer | `182` |
| `url` | String | Full product page URL |
| `scrapedAt` | String | `"2026-06-09T12:00:00.000Z"` |

#### Example output

```json
{
    "productName": "Vitaminas D3 2000 TV kapsules N90",
    "brand": "AGETIS",
    "price": 8.99,
    "originalPrice": 12.49,
    "currency": "EUR",
    "inStock": true,
    "ean": "5290349004163",
    "category": "Vitaminai ir maisto papildai",
    "imageUrl": "https://api.eurovaistine.lt/media/cache/ev_large/product-image.jpg",
    "rating": 4.94,
    "reviewCount": 182,
    "url": "https://www.eurovaistine.lt/p/vitaminas-d3-2000-tv-kapsules-n90-agetis",
    "scrapedAt": "2026-06-09T12:00:00.000Z"
}
```

### Tips for best results

- **Use Lithuanian keywords** -- the site is entirely in Lithuanian. Search with Lithuanian terms for best results (e.g., "vitaminas" not "vitamin", "ibuprofenas" not "ibuprofen").
- **Residential proxies recommended** -- Eurovaistine may block datacenter IPs. Use Apify residential proxies with the LT country code for reliable results.
- **Category browsing** -- for comprehensive data collection, use category URLs instead of search queries. Each category page lists all products with pagination.
- **Rate limiting** -- the actor uses sequential crawling with delays to avoid triggering rate limits.

### Frequently asked questions

**How often is Eurovaistine data updated?**
Product prices and availability on Eurovaistine.lt change regularly. For pricing intelligence, running the scraper daily or weekly gives a good picture of price movements.

**Can I scrape prescription medications?**
The actor can access product listings for all categories on the site. Prescription medication listings are publicly visible on Eurovaistine.lt but may have limited pricing data.

**What proxy configuration works best?**
Apify residential proxies with the Lithuanian country code (`LT`) provide the most reliable results. The actor falls back to default proxy settings when running locally.

**Does this actor require login or cookies?**
No. All data is extracted from publicly accessible pages. No login, account, or cookies are required.

# Actor input Schema

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

Search for products by keyword (e.g., 'vitaminas', 'ibuprofenas', 'kolagenus'). Uses Eurovaistine's search page.

## `categoryUrl` (type: `string`):

A Eurovaistine category page URL to scrape. Example: https://www.eurovaistine.lt/l/vitaminai-ir-maisto-papildai. If empty and no search query, a default search is used.

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

Maximum number of products to return.

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

Proxy settings. Recommended: use Apify residential proxies with Lithuanian country code for best results.

## Actor input object example

```json
{
  "searchQuery": "vitaminas",
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "LT"
  }
}
```

# 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": "vitaminas",
    "maxResults": 50,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "LT"
    }
};

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

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/eurovaistine-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": "vitaminas",
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "LT"
  }
}' |
apify call studio-amba/eurovaistine-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Eurovaistine Scraper - Lithuanian Pharmacy Products",
        "description": "Scrape products, prices, and availability from Eurovaistine.lt -- Lithuania's largest pharmacy chain with an extensive online catalog of medications, supplements, personal care, and beauty products.",
        "version": "0.1",
        "x-build-id": "9tBQY9K0nBFb0B4mc"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/studio-amba~eurovaistine-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-studio-amba-eurovaistine-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/studio-amba~eurovaistine-scraper/runs": {
            "post": {
                "operationId": "runs-sync-studio-amba-eurovaistine-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/studio-amba~eurovaistine-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-studio-amba-eurovaistine-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQuery": {
                        "title": "Search Query",
                        "type": "string",
                        "description": "Search for products by keyword (e.g., 'vitaminas', 'ibuprofenas', 'kolagenus'). Uses Eurovaistine's search page."
                    },
                    "categoryUrl": {
                        "title": "Category URL",
                        "type": "string",
                        "description": "A Eurovaistine category page URL to scrape. Example: https://www.eurovaistine.lt/l/vitaminai-ir-maisto-papildai. If empty and no search query, a default search is used."
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of products to return.",
                        "default": 100
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings. Recommended: use Apify residential proxies with Lithuanian country code for best results."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
