Pharmaseed
Pharmaseed is an API to provide pharmaceuticals data from the Bangladeshi pharmaceutical market. Total 20247 brands from 176 pharmaceutical companies.
Pharmaseed endpoints
| Method | Endpoint | Description |
|---|---|---|
| Company | ||
| GET |
List companies /companies |
List of companies with name and id. Default pagination skip and limit set to 0 and 10. Those can be passed through query with skip and limit parameter. |
| GET |
Get company by id /companies/{id} |
Get a company by id |
| GET |
List brands by company id /companies/{id}/brands |
Lists brands by company_id |
| Generic | ||
| GET |
List generics with unique brand /generics |
List generic names with brands grouped by generic names. Default pagination skip and limit set to 0 and 10. Those can be passed through query with skip and limit parameter. |
| Brand | ||
| GET |
Get brand by id /brands/{id} |
Gets brand by id |
| GET |
List brands /brands |
List brands with name, generic_name, dose, type and company_id. Default pagination skip and limit set to 0 and 10. Those can be passed through query with skip and limit parameter. |
| Search | ||
| GET |
Search brands by name /search/brands |
Search brand by name API search brands that match with the name pattern given in the query pattern. |
Pharmaseed pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $35 / month | 1000 / hour |
|