Health
Netmeds logo

Netmeds API

https://www.netmeds.com

Netmeds pharmacy - medicines, OTC products, wellness items, and health products.

Actions
3
Category
Health
Login
Not required
Output
JSON

Call the Netmeds API

Submit a task, then poll the job until it settles. This example runs nm_product_by_slug.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "nm_product_by_slug",
    "params": {
      "slug": "uprise-d3-60k-capsule-12s-lui2jk-8244248"
    }
  }'

3 actions on https://www.netmeds.com

Read

  • Product Details

    nm_product_by_slugread2 credits / call

    Returns Netmeds product details by slug including composition, dosage, and side effects.

    slug
    string · required
  • Product Price

    nm_product_priceread2 credits / call

    Returns live price, discount, stock availability, and delivery details for a product.

    slug
    string · required
    size
    string
    pincode
    string
    city
    string
    state
    string
  • Search

    nm_searchread2 credits / call

    Returns Netmeds products matching a keyword with prices, discounts, brand, and ratings.

    query
    string · required
    page_id
    string
    per_page
    integer
    sort_on
    string
    filter
    string

Netmeds API questions

Is there an API for Netmeds?
Netmeds does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for https://www.netmeds.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Netmeds data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when https://www.netmeds.com changes its markup, Anakin updates the action.
Do I need a Netmeds account?
No. Every Netmeds action listed here runs anonymously — no account and no credentials required.
What does the Netmeds API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Health APIs

All Health sites