DrMax Scraper - Pharmacy Products CZ SK PL RO avatar

DrMax Scraper - Pharmacy Products CZ SK PL RO

Under maintenance

Pricing

Pay per usage

Go to Apify Store
DrMax Scraper - Pharmacy Products CZ SK PL RO

DrMax Scraper - Pharmacy Products CZ SK PL RO

Under maintenance

Scrape pharmacy products, prices, and availability from DrMax.cz, DrMax.sk, DrMax.pl, and DrMax.ro. Supports search queries and category URLs across 4 Central European countries. No login needed.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

DrMax Scraper

Scrape pharmacy products, prices, and availability from DrMax — Central Europe's largest pharmacy chain with 3,000+ locations across Czech Republic, Slovakia, Poland, and Romania.

Extract medicines, supplements, cosmetics, dosage information, pack sizes, and pricing from all four DrMax e-commerce domains. No login or account needed.

How to scrape DrMax data

  1. Go to the DrMax Scraper page on Apify Store.
  2. Click Try for free.
  3. Enter a search query (e.g., "ibuprofen", "vitamín C") or paste product/category URLs.
  4. Select the country you want to scrape (CZ, SK, PL, RO).
  5. Click Start and wait for the run to finish.
  6. Download your data in JSON, CSV, Excel, or connect via API.

What data can you extract from DrMax?

This scraper extracts the following fields from DrMax product pages:

FieldDescription
productNameFull product name including dosage and form
brandBrand or manufacturer name
priceCurrent selling price
currencyCurrency code (CZK, EUR, PLN, RON)
originalPriceOriginal price before discount
discountDiscount percentage or label
categoryProduct category from breadcrumbs
inStockWhether the product is available
dosageFormForm: tablets, capsules, syrup, gel, etc.
packSizePackage size (e.g., 20 tablets, 100 ml)
imageUrlMain product image URL
urlFull product page URL
productDescriptionProduct description text
countryCountry code (cz, sk, pl, ro)
scrapedAtISO 8601 timestamp

Supported countries

DrMax operates online pharmacies in four Central European countries:

CountryDomainCurrency
Czech Republicdrmax.czCZK
Slovakiadrmax.skEUR
Polanddrmax.plPLN
Romaniadrmax.roRON

All four domains share a similar page structure, so the scraper works consistently across all of them. Select the country in the input to target a specific domain, or provide direct URLs from any domain.

Input options

Search mode

Enter a search query and select a country. The scraper will search DrMax and extract products from the results:

{
"searchQuery": "ibuprofen",
"country": "cz",
"maxResults": 50
}

URL mode

Provide specific product or category URLs. You can mix URLs from different countries:

{
"categoryUrls": [
{ "url": "https://www.drmax.cz/vitaminy-a-mineraly" },
{ "url": "https://www.drmax.sk/aspirin" }
],
"maxResults": 100
}

Default behavior

If no search query or URLs are provided, the scraper defaults to searching "ibuprofen" on drmax.cz. This ensures the actor always returns data.

Example output

{
"productName": "Dr. Max Ibuprofen 400 mg 100 potahovaných tablet",
"brand": "Dr. Max",
"price": 129,
"currency": "CZK",
"originalPrice": 159,
"discount": "-19%",
"category": "Bolest a zánět",
"inStock": true,
"dosageForm": "tablet",
"packSize": "100 tablet",
"imageUrl": "https://www.drmax.cz/media/product-image.jpg",
"url": "https://www.drmax.cz/ibuprofen-dr-max-400-mg-potahovane-tablety-100-tablet",
"productDescription": "Ibuprofen Dr. Max 400 mg je lék určený k úlevě od bolesti...",
"country": "cz",
"scrapedAt": "2026-06-09T12:00:00.000Z"
}

How much does it cost to scrape DrMax?

The DrMax Scraper uses Playwright for browser-based extraction. Typical costs on the Apify platform:

ResultsEstimated costTime
20 products~$0.05~2 min
100 products~$0.15~5 min
500 products~$0.50~15 min

Costs depend on proxy usage and the number of pages visited. Using residential proxies is recommended for reliable results.

Tips for best results

  • Use native language: Search in Czech on drmax.cz, Polish on drmax.pl, etc. For example, use "vitamín C" instead of "vitamin C" for better results on Czech and Slovak domains.
  • Residential proxies recommended: DrMax uses Cloudflare protection. Residential proxies provide the most reliable access.
  • Start with a small test: Use maxResults: 20 first to verify the scraper works with your proxy setup.
  • Category URLs for bulk extraction: For large-scale scraping, use category URLs instead of search queries. Categories return more products.

Use cases

  • Price comparison: Compare pharmacy product prices across 4 Central European countries.
  • Market research: Track medicine and supplement pricing and availability in the Czech, Slovak, Polish, and Romanian markets.
  • Inventory monitoring: Monitor stock availability of specific products across DrMax domains.
  • Competitive analysis: Compare DrMax pricing with other pharmacy chains in the region.
  • Product catalog extraction: Build a database of pharmacy products with dosage forms, pack sizes, and pricing.

Integrations

Connect DrMax Scraper output to your tools:

  • Google Sheets — Export product data to spreadsheets
  • Slack / Email — Get notifications when prices change
  • Webhooks — Trigger actions when new data is available
  • API — Access results programmatically via Apify API
  • Zapier / Make — Connect to 5,000+ apps

FAQ

Is a DrMax account required? No. This scraper extracts publicly available product data without any login or authentication.

Can I scrape prescription medicines? The scraper extracts publicly listed product information. Prescription medicines may appear in search results but typically don't show online pricing.

How often should I run the scraper? For price monitoring, daily or weekly runs are recommended. DrMax updates prices and stock levels regularly.

Why am I getting zero results? DrMax uses Cloudflare protection. Make sure you're using residential proxies in the proxy configuration. If you still get zero results, try reducing concurrency or increasing timeouts.