HealthWarehouse Scraper avatar

HealthWarehouse Scraper

Try for free

1 day trial then $19.99/month - No credit card required now

Go to Store
HealthWarehouse Scraper

HealthWarehouse Scraper

muhammetakkurtt/healthwarehouse-scraper
Try for free

1 day trial then $19.99/month - No credit card required now

HealthWarehouse Scraper is a powerful Apify actor that extracts detailed product info from leading online pharmacies. It collects prescription meds, diabetic supplies, OTC products, and more – ideal for price comparison, inventory tracking, and market analysis.

HealthWarehouse Scraper

HealthWarehouse Scraper

A powerful web scraping tool designed to extract comprehensive product data from healthwarehouse.com, one of the leading online pharmacies in the United States. This Apify actor efficiently collects detailed information about medications, medical supplies, and healthcare products, making it ideal for price monitoring, inventory tracking, and market analysis.

Features

  • Product search by specific categories
  • Category-based filtering
  • Collection of basic product information:
    • Product ID
    • Product name
    • SKU
    • Active status
    • Visibility
    • Pharmacy product status
    • Special OTC status
    • Tax class
    • URL
    • Image URLs
    • Minimum price
    • Default quantity
    • Stock status

Usage

  1. Run this actor in the Apify console
  2. Provide the required inputs:
    • category: Category from which to scrape products
    • limit: Maximum number of products to retrieve (default: 24)

Output

The actor generates a list of JSON objects containing the following information:

  • id: Unique product identifier
  • name: Product name
  • sku: Stock keeping unit
  • isActive: Active status
  • visibility: Visibility status
  • pharmacy: Whether it's a pharmacy product
  • specialOtc: Special OTC status
  • taxClassId: Tax class identifier
  • url: Product page URL
  • imageUrl: Product image URL
  • thumbnailUrl: Product thumbnail URL
  • minPrice: Minimum price
  • defaultQty: Default quantity
  • inStock: Stock status

Example Output

1{
2  "defaultQty": null,
3  "id": 28003,
4  "imageUrl": "https://d3pq5rjvq8yvv1.cloudfront.net/products/Anipryl-15mg.png",
5  "inStock": true,
6  "isActive": true,
7  "minPrice": 100,
8  "name": "Anipryl 15mg Tablets- 30ct",
9  "pharmacy": true,
10  "sku": "*V*70047",
11  "specialOtc": false,
12  "taxClassId": null,
13  "thumbnailUrl": "https://d3pq5rjvq8yvv1.cloudfront.net/products/Anipryl-15mg.png",
14  "url": "https://www.healthwarehouse.com/anipryl-15mg-tablets-30ct",
15  "visibility": 0
16}

This example output, filled with random data, shows the structure for a single product. The actual output will be a list of similar objects for all the products that were scraped.

Notes

  • The data collected is stored in Apify's default data store.
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified a day ago