Search medicines
Search PharmEasy medicine and healthcare product suggestions with optional PIN-code targeting.
Capability ID
pharmeasy.search_medicines
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
limit
integer
optional
Maximum number of unique products to return.
Example
10
pincode
string
optional
Optional six-digit Indian PIN code used for location targeting.
Example
400001
query
string
required
Medicine or healthcare product name to search.
Example
paracetamol
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.
| Path | Observed type | Example |
|---|---|---|
pincode |
string |
400001 |
products |
array |
3 items |
products |
array |
3 items |
query |
string |
paracetamol |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.