Chemist Warehouse Health Services Scraper
Pricing
from $3.62 / 1,000 results
Chemist Warehouse Health Services Scraper
Scrape every health service Chemist Warehouse offers in store: name, category, description, image, availability and contact. Export to CSV, JSON, Excel, or XML.
Pricing
from $3.62 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

π₯ Chemist Warehouse Health Services Scraper
π Export every Chemist Warehouse health service in seconds. 10 fields per service across the 22 in-store services and the Prescriptions page.
Scrape the Chemist Warehouse health services directory: service name, category, description, hero image, availability and contact email. No login or API key. Export to CSV, JSON, Excel, or XML.
Chemist Warehouse does not offer a public API for its health services, and the services are rendered from a CMS blob rather than plain HTML, so copying them by hand means clicking through every card. This Actor reads the public health services hub directly and returns each service as one flat row. It works for market research, competitor analysis, or keeping a pharmacy services dataset current.
| π― Who uses it | π‘ What they scrape Chemist Warehouse for |
|---|---|
| Market researchers | Which pharmacist-led services Chemist Warehouse promotes and how they are grouped |
| Competitor analysts | How Chemist Warehouse positions vaccinations, consultations and medicine management against other chains |
| Health app developers | A clean list of pharmacy services with descriptions and images for a service finder |
| SEO agencies | The exact service names and copy Chemist Warehouse uses for local pharmacy queries |
π What the Chemist Warehouse Health Services Scraper does
This Actor collects the services listed on the Chemist Warehouse health services hub and returns each one as a flat row.
- π₯ 22 in-store services: vaccinations, medicine packing and review, UTI and contraception consultations, travel health, wound care, quit smoking, NDSS access, compounding, aged care, Instant Consult and Optometry.
- π Category: the section each service sits in (Medicine Management, Women's Health, General Health, Professional Advice, Convenient Support, Pharmacy Services).
- πΌ Hero image: the service image served from the Chemist Warehouse CDN.
- π Availability: flags services the page marks as "available at select pharmacies".
- βοΈ Contact email: published for Compounding and Aged Care.
- π Start URLs: feed the hub plus any sub-page (Prescriptions, Instant Consult, Contact Lenses); sub-pages return one summary row each.
π‘ Why it matters: the source lists a fixed set of services (22 on the hub plus the Prescriptions page as this README was written), so one run gives you the complete, current directory rather than a sample.
π¬ Full Demo (π§ Coming soon)
π Output
| Field | Description |
|---|---|
πΌ imageUrl | Hero image of the service |
π₯ title | Service name |
π url | Page where the service is listed |
β‘οΈ learnMoreUrl | Dedicated service or booking page, or N/A |
π category | Section the service belongs to |
π description | Service description text |
π availability | Select pharmacies when the page says so, otherwise Not Disclosed |
βοΈ contactEmail | Published contact email, or Not Disclosed |
π scrapedAt | ISO 8601 timestamp of extraction |
β error | Error message for a page that could not be fetched, null on success |
Three real records from the verification run (dataset F1DL3bFVxRpjdoeOR):
[{"imageUrl": "https://images.ctfassets.net/hzgho8wo5m1w/3TxqD3BrPsTmZVAkWuy6EY/c39dacc9abca983ea21275f830f421f9/Health_services-Vaccination.jpg","title": "Vaccination Services","url": "https://www.chemistwarehouse.com.au/health-services-and-pharmacy","learnMoreUrl": "https://rsvp.chemistwarehouse.com.au/","category": "Health Services","description": "Our qualified pharmacists provide a range of vaccinations to help protect you and your family. Our service is quick, convenient and affordable.","availability": "Not Disclosed","contactEmail": "Not Disclosed","scrapedAt": "2026-09-08T01:11:56.515Z","error": null},{"imageUrl": "https://images.ctfassets.net/hzgho8wo5m1w/5Amyvqak3MQmFJ93OsyWJt/5bda4db6f796b79dff590868fa40fd67/Medicine_Packing.jpg","title": "Medicine Packing","url": "https://www.chemistwarehouse.com.au/health-services-and-pharmacy","learnMoreUrl": "N/A","category": "Medicine Management","description": "Take the stress out of managing your medicines with our convenient blister pack and sachet medicine packing services.","availability": "Not Disclosed","contactEmail": "Not Disclosed","scrapedAt": "2026-09-08T01:11:56.515Z","error": null},{"imageUrl": "https://images.ctfassets.net/hzgho8wo5m1w/619HTRpJltciNF1KxX16h0/4150bddc34fc9a487276489092ea604a/Administration_of_Medicine.jpg","title": "Administration of Medicine","url": "https://www.chemistwarehouse.com.au/health-services-and-pharmacy","learnMoreUrl": "N/A","category": "Medicine Management","description": "Are you using injectable medicine? Speak with our pharmacists for expert advice, support and administration assistance. Available at select pharmacies.","availability": "Select pharmacies","contactEmail": "Not Disclosed","scrapedAt": "2026-09-08T01:11:56.515Z","error": null}]
β¨ Why choose this Actor
| What you get | |
|---|---|
| No API needed | Reads the public website directly, no registration or API key required. |
| Structured data | Every service is one row with the same 10 fields, no nulls except the error column. |
| Complete | One run returns the whole directory, so a paid run costs cents. |
| Multiple export formats | Download your data as CSV, JSON, Excel, or XML. |
π How it compares to alternatives
No other Store actor targets the Chemist Warehouse health services directory, so the honest comparison is with the alternatives teams actually weigh.
| Chemist Warehouse Health Services Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but an hour per pull |
| When Chemist Warehouse changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |
π How to use
- Create a free Apify account with $5 in credit.
- Open the Chemist Warehouse Health Services Scraper.
- Keep the default start URLs (the health services hub and the Prescriptions page) or add sub-pages, set Max Items, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect the full directory in one run.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
πΌ Business use cases
π Map the service catalogue.
A market researcher runs the Actor weekly and diffs the rows to see which pharmacist-led services Chemist Warehouse adds, renames or drops.
π Monitor competitor offerings.
A pharmacy chain analyst tracks new consultations such as UTI treatment or hormonal contraception and adjusts their own service roadmap.
π Build a service finder.
An app developer seeds a "what can my pharmacist do" feature with the service names, descriptions and images.
π Match local search demand.
An SEO agency mirrors the exact service wording Chemist Warehouse uses to plan content for local pharmacy queries.
π Automating Chemist Warehouse Health Services Scraper
Schedule the Actor in Apify to run daily or weekly, then push the dataset wherever it is needed: a Google Sheet through the Apify integration, a Slack alert when a new service appears through Make or Zapier, or a warehouse table through Airbyte. A webhook on run completion lets your own code pick up the dataset ID and fetch the items.
π Beyond business use cases
- Research: track how a national pharmacy chain expands pharmacist scope of practice over time.
- Personal: keep a list of what your local pharmacy can do before booking a GP.
- Non-profit: health literacy projects can reuse the plain-language service descriptions.
- Experimentation: a small, clean dataset for testing pipelines and dashboards.
π€ Ask an AI assistant about this scraper
Give an AI agent live access to Chemist Warehouse through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/chemist-warehouse-health-scraper"
Then prompt it in plain language to run the scraper and read back the results.
β Frequently Asked Questions
β What data does this Actor return?
Each health service as a flat row with image, name, page URL, learn-more URL, category, description, availability, contact email, timestamp and error column. See the sample above.
β How many services are there?
The hub lists 22 services and the Prescriptions page adds one summary row, so a full run returns 23 rows. The Actor returns whatever the site lists on the day, so the number moves with the site.
β Why am I getting no results?
Check that your start URLs are under https://www.chemistwarehouse.com.au/health-services-and-pharmacy. The old /health-services path returns 404 and produces an error row instead of data.
β Why did the run stop after 10 items?
Free Apify users are limited to 10 items per run. Upgrade to a paid plan and set Max Items to 25 or more to collect the full directory.
β Why do some fields say "Not Disclosed" or "N/A"?
Only Compounding and Aged Care publish a contact email, and only some services have a dedicated page or an "available at select pharmacies" note. Those cells carry a sentinel instead of being left blank.
β Do I need an API key or login?
No. The Actor scrapes the public Chemist Warehouse website directly. You only need an Apify account to run it.
β Can I scrape store locations or opening hours?
No. This Actor covers the health services directory only; store data lives on a different part of the site.
β Can I scrape a sub-page such as Instant Consult?
Yes. Add its URL as a start URL and you get one summary row built from the page title, description and hero image.
β What export formats are supported?
CSV, JSON, Excel, or XML from the Apify platform, or the items endpoint of the API.
β Can I schedule this Actor to run regularly?
Yes. Set up a schedule in Apify to run it daily, weekly, or at any interval you need.
β Which proxy does it use?
Australian residential proxies by default, because the site sits behind Cloudflare. You can change the proxy in the Network section of the input.
β Is this Actor affiliated with Chemist Warehouse?
No. It is an independent scraper built by ParseForge and is not endorsed by or affiliated with Chemist Warehouse Pty Ltd.
π Integrate with any app
Connect the Actor to Make, Zapier, Slack, Airbyte, GitHub Actions or Google Drive through the Apify integrations tab, or call the API from any language with the run and dataset endpoints.
π Recommended Actors
π‘ Pro Tip: browse the complete ParseForge collection for more scrapers.
π Need Help? Open our contact form with your run ID, your input, and what you expected.
β οΈ Disclaimer: This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Chemist Warehouse Pty Ltd. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.