Health
Apollo Pharmacy logo

Apollo Pharmacy API

https://www.apollopharmacy.in/

Apollo Pharmacy India - medicines, OTC products, wellness items, and diagnostics.

Actions
4
Category
Health
Login
Not required
Output
JSON

Call the Apollo Pharmacy API

Submit a task, then poll the job until it settles. This example runs aph_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": "aph_product_by_slug",
    "params": {
      "slug": "apollo-pharmacy-vitamin-d3-60000iu-softgel-capsule-4-s"
    }
  }'

4 actions on https://www.apollopharmacy.in/

Read

  • Product by Slug

    aph_product_by_slugread2 credits / call

    Returns full product details including name, price, discount, availability, images, and delivery ETA by URL slug.

    slug
    string · required
    include_price
    boolean
    pincode
    string
  • Product Info

    aph_product_inforead1 credit / call

    Returns live price, discount, delivery ETA, and available variants or substitutes for a product by SKU ID.

    sku
    string · required
    qty
    integer
    pincode
    string
  • Product Search

    aph_searchread2 credits / call

    Returns medicines, OTC, and wellness products with prices, availability, and ratings for a keyword.

    query
    string · required
    page
    integer
    per_page
    integer
    sort
    string
    pincode
    string
    filters
    string
  • Trending Search

    aph_trending_searchread1 credit / call

    Returns currently trending search terms for discovering popular medicines and health products.

Apollo Pharmacy API questions

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