HealthWarehouse Scraper

HealthWarehouse Scraper

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.

ECOMMERCEAUTOMATIONOTHERApify

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!