Netmeds Product Scraper ๐Ÿฅ avatar
Netmeds Product Scraper ๐Ÿฅ

Pricing

$19.99/month + usage

Go to Store
Netmeds Product Scraper ๐Ÿฅ

Netmeds Product Scraper ๐Ÿฅ

Developed by

EasyApi

EasyApi

Maintained by Community

Powerful scraper for Netmeds.com that extracts detailed product information including prices, manufacturers, brands, and inventory status. Perfect for healthcare market research, price monitoring, and catalog enrichment. Supports infinite scroll and provides comprehensive product data. ๐Ÿฅ

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

13

Monthly users

5

Runs succeeded

>99%

Last modified

4 months ago

๐Ÿ“‹ What does Netmeds Product Scraper do?

This actor scrapes detailed product information from Netmeds.com, India's leading online pharmacy and healthcare platform. It extracts comprehensive data about medicines, healthcare products, and wellness items, including pricing, availability, manufacturer details, and more.

โœจ Key Features

  • ๐Ÿ” Scrapes product details from any Netmeds search results page
  • ๐Ÿ’Š Captures complete product information including pricing, discounts, and inventory status
  • ๐Ÿข Extracts manufacturer and brand details
  • ๐Ÿ“ฆ Includes product specifications, ratings, and categories
  • ๐Ÿ”„ Supports infinite scroll pagination
  • โšก High-performance with built-in proxy rotation
  • ๐Ÿ›ก๏ธ Uses advanced browser automation techniques to avoid blocking

๐Ÿ’Ž Output Data Structure

The actor provides rich product data including:

  • Product basic information (name, code, URL)
  • Pricing details (MRP, selling price, discounts)
  • Manufacturer and brand information
  • Product specifications (type, formulation, pack size)
  • Inventory status and availability
  • Category hierarchy
  • Product ratings and popularity metrics
  • Image URLs

๐Ÿ”ง Input Parameters

  • searchUrls: Array of Netmeds search result URLs to scrape
  • maxItems: Maximum number of items to scrape (optional)
  • proxyConfiguration: Proxy settings (optional)

๐Ÿ“Š Use Cases

  • Price monitoring and competitive analysis
  • Product catalog enrichment
  • Market research and analysis
  • Inventory tracking
  • Healthcare product analytics

๐Ÿ’ก Tips

  • Use specific search URLs for targeted product categories
  • Adjust maxItems parameter based on your needs
  • Consider using proxy configuration for better reliability

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"https://www.netmeds.com/catalogsearch/result/nutritional/all?prod_meds"
],
"maxItems": 50
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"searchUrl": "https://www.netmeds.com/catalogsearch/result/nutritional/all?prod_meds",
"productCode": 38061,
"name": "B-Protin Nutritional Powder Supplement - Chocolate 500 gm",
"manufacturer": {
"id": 2147,
"name": "British Biologicals",
"urlPath": "/manufacturers/british-biologicals"
},
"brand": {
"id": 133,
"name": "B-Protin",
"urlPath": "/brands/b-protin"
},
"pricing": {
"mrp": 645,
"sellingPrice": 535.35,
"discount": {
"amount": 109.65,
"percentage": 17,
"rate": 0.17
}
},
"product": {
"type": "O",
"formulation": "powder",
"packSize": "500GM",
"urlPath": "/non-prescriptions/b-protin-chocolate-powder-500gm",
"rating": "4.9",
"imageUrl": "images/product-v1/150x150/38061/b_protin_nutritional_powder_supplement_chocolate_500_gm_0.jpg"
},
"inventory": {
"inStock": true,
"maxQuantityPerOrder": 6,
"availabilityStatus": "A",
"isColdStorage": false,
"rxRequired": false
},
"categories": {
"ids": [
98,
500,
501,
503
],
"names": [
"Non-Prescription",
"Fitness",
"Family Nutrition",
"General Health"
],
"tree": {
"level0": [
"Non-Prescription"
],
"level1": [
"Non-Prescription///Fitness"
],
"level2": [
"Non-Prescription///Fitness///Family Nutrition"
],
"level3": [
"Non-Prescription///Fitness///Family Nutrition///General Health"
]
}
},
"popularity": {
"score": 4,
"soldQuantity": 1923
}
},
...
]