Netmeds APInetmeds.com ↗
Search for medicines and health products across India's largest online pharmacy while viewing real-time pricing and availability based on your location. Find exactly what you need with instant access to product details and local delivery options.
curl -X GET 'https://api.parse.bot/scraper/050b1fa4-1e5c-467c-9aa6-ed92127956b6/search_medicines?query=paracetamol&location=110001' \ -H 'X-API-Key: $PARSE_API_KEY'
Search for medicines and health products by name or keyword, scoped to a delivery location. Returns up to 20 results per call sorted by popularity, including pricing, availability, manufacturer, pack size, prescription status, images, and product URLs. Results reflect location-specific availability and pricing.
| Param | Type | Description |
|---|---|---|
| queryrequired | string | Medicine name or search keyword (e.g. 'paracetamol', 'crocin', 'vitamin d'). |
| locationrequired | string | Delivery location as a 6-digit Indian PIN code (e.g. '110001') or city name (e.g. 'Mumbai'). |
{
"type": "object",
"fields": {
"query": "The search query that was used",
"results": "Array of medicine/product result objects",
"location": "The location value that was used",
"total_results": "Total number of matching products available on the platform"
},
"sample": {
"data": {
"query": "paracetamol",
"results": [
{
"mrp": 9.65,
"sku": "813383",
"name": "Paracetamol 500mg Tablet 10'S",
"price": 6.76,
"images": [
"https://cdn.pixelbin.io/v2/plain-cake-860195/netmed/wrkr/products/assets/item/free/original/m5BIihofaE-paracetamol_500mg_tablet_10s_876529_0_2.jpg"
],
"available": true,
"pack_size": "10 Tablet(s) in a Strip",
"product_id": 8520913,
"description": "Buy Paracetamol 500mg Tablet 10'S online for best price in India.",
"product_url": "https://www.netmeds.com/product/paracetamol-500mg-tablet-10s-m1v2mv-8520913",
"manufacturer": "Cipla Ltd (Generics)",
"discount_percentage": 30,
"prescription_required": false
}
],
"location": "110001",
"total_results": 1052
},
"status": "success"
}
}About the Netmeds API
The Netmeds API on Parse exposes 1 endpoint for the publicly available data on netmeds.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.