Health
Truemeds logo

Truemeds API

https://www.truemeds.in/

Truemeds pharmacy - discounted medicines, generics, and health products.

Actions
8
Category
Health
Login
Not required
Output
JSON

Call the Truemeds API

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

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": "act_truemeds_delivery_estimate",
    "params": {
      "pincode": "400079",
      "delivery_variant": "C",
      "delivery_body": {"cartProduct":[],"pdPageProduct":[{"orgUnit":"GM","subsUnit":null,"orgMaxLimit":20,"orgPackSize":"30","orgQuantity":1,"subsMaxLimit":5,"subsPackSize":"30","subsProductCode":"TM-COOM1-007012","originalProductCode":"TM-COOM1-000984"}]}
    }
  }'

8 actions on https://www.truemeds.in/

Read

  • Home Page Categories

    act_truemeds_fetch_home_page_categoriesread2 credits / call

    Returns the full medicines category tree with ids, names, urls, and nested subcategories.

  • Product by Slug

    tm_product_by_slugread2 credits / call

    Returns full product details by slug including pricing, composition, manufacturer, substitutes, and images.

    slug
    string · required
    as_org
    boolean
  • Product Search

    tm_searchread2 credits / call

    Returns medicines and healthcare products matching a query with pricing, substitutes, and availability.

    query
    string · required
    warehouse_id
    integer
    variant_id
    integer
    multi_search
    boolean
  • Product URL Resolver

    act_truemeds_product_url_resolverread1 credit / call

    Returns the canonical medicine product detail URL and redirect metadata for a product code.

    product_code
    string · required
  • Search Autocomplete

    act_truemeds_search_autocompleteread1 credit / call

    Returns search suggestions for a typed medicine query, including text and product hints.

    search_string
    string · required
  • Search Results

    act_truemeds_search_resultsread2 credits / call

    Returns medicine search results with product names, prices, packs, and discounts.

    search_string
    string · required
  • Trending Search

    tm_trending_searchread1 credit / call

    Returns trending medicines and search terms from the homepage.

    warehouse_id
    integer
    page
    integer
    per_page
    integer

Write

Write actions change state on https://www.truemeds.in/ and run as the account you connect.

  • Delivery Estimate

    act_truemeds_delivery_estimatewrite2 credits / call

    Returns estimated delivery time for a pincode and selected products.

    pincode
    string · required
    delivery_variant
    string · required
    delivery_body
    object · required

Truemeds API questions

Is there an API for Truemeds?
Truemeds does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for https://www.truemeds.in/. 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 Truemeds 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.truemeds.in/ changes its markup, Anakin updates the action.
Do I need a Truemeds account?
No. Every Truemeds action listed here runs anonymously — no account and no credentials required.
What does the Truemeds 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