Health
Apollo 247 logo

Apollo 247 API

apollo247.com

Apollo 247 India - medicine and wellness browsing, pricing, promotions, and pincode availability.

Actions
7
Category
Health
Login
Not required
Output
JSON

Call the Apollo 247 API

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

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_apollo247_category_filter_facets",
    "params": {
      "category_url": "ayurveda"
    }
  }'

7 actions on apollo247.com

Write

Write actions change state on apollo247.com and run as the account you connect.

  • Category Filter Facets

    act_apollo247_category_filter_facetswrite2 credits / call

    Returns available filter facets (brand, form, price bands) for a category to refine listings.

    category_url
    string · required
  • Category Product Listing

    act_apollo247_category_product_listingwrite2 credits / call

    Returns products in a category with titles, prices, SKUs, and stock for a pincode.

    category_url
    string · required
    pincode
    string · required
    lat
    number · required
    lng
    number · required
    axdc_code
    string · required
    page_id
    integer
    filters
    object
    size
    integer
  • Pharmacy Home Widgets

    act_apollo247_pharmacy_home_widgetswrite2 credits / call

    Returns pharmacy homepage widgets: banners, category shortcuts, and promotional sections for a pincode.

    pincode
    string · required
    lat
    number · required
    lng
    number · required
  • Product Details

    act_apollo247_product_detailwrite2 credits / call

    Returns full product details: name, price, MRP, variants, pack size, and availability.

    sku
    string · required
    pincode
    string · required
    lat
    number · required
    lng
    number · required
    target_language
    string
  • Product Pricing Availability

    act_apollo247_product_pricing_availabilitywrite2 credits / call

    Returns price, MRP, discount, expiry, and delivery time for a product at a pincode.

    sku
    string · required
    pincode
    string · required
    lat
    number · required
    lng
    number · required
    qty
    integer
  • Product Promotions

    act_apollo247_product_promotionswrite2 credits / call

    Returns coupons, bank offers, and promotional deals applicable to a product.

    sku
    string · required
    qty
    integer
  • Similar Products

    act_apollo247_similar_productswrite2 credits / call

    Returns similar and related product recommendations for a product at a pincode.

    sku
    string · required
    pincode
    string · required
    lat
    number · required
    lng
    number · required

Apollo 247 API questions

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