ConsoleCatalog
Sign in
Tata 1mg logo

Tata 1mg

https://www.1mg.comHealthno auth

Medicines, OTC products, and wellness items with pricing and availability.

Product Search

ASYNCREADNo auth

Returns medicines, OTC products, and brands by keyword with prices, discounts, delivery ETA, and ratings.

ParametersFormJSON

Search term

City name for ETA (1mg uses city, not pincode)

0-indexed page number

Results per page (1-50)

relevance | popularity (1mg only supports these server-side)

Comma-separated: sku,allopathy,drug,brand,udp,disease

Raw filter string (rarely needed)

Cursor from a previous response's scroll_id

Include delivery ETA

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "tmg_search",
    "params": {
      "query": "vitamin d",
      "city": "New Delhi",
      "page": "0",
      "per_page": "20",
      "sort": "relevance",
      "types": "sku,allopathy",
      "fetch_eta": true
    }
  }'