Skip to documentation
Browse documentation

Get medicine details

Read public PharmEasy medicine detail metadata, price, availability, prescription requirement, and active ingredients.

Capability ID pharmeasy.get_medicine_details
Cost 1 credit per request
Maximum runtime 45 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

medicine_slug string required

Canonical PharmEasy product slug without a URL or path.

Example dolo-650mg-strip-of-15-tablets-44140
pincode string optional

Optional six-digit Indian PIN code used for location targeting.

Example 400001

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
medicine object 13 fields
medicine.active_ingredients array 1 items
medicine.availability string https://schema.org/InStock
medicine.brand string DOLO
medicine.composition string Paracetamol / Acetaminophen(650.0 Mg)
medicine.currency string INR
medicine.manufacturer string MICRO LABS
medicine.medicine_id string 44140
medicine.name string Dolo 650 Tablet
medicine.prescription_required boolean false
medicine.prescription_status string https://schema.org/OTC
medicine.price number 24.09
medicine.slug string dolo-650mg-strip-of-15-tablets-44140
medicine.url string https://pharmeasy.in/online-medicine-order/dolo-650mg-strip-of-15-table…

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.