Apollo Pharmacy Catalogue by Category avatar

Apollo Pharmacy Catalogue by Category

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Apollo Pharmacy Catalogue by Category

Apollo Pharmacy Catalogue by Category

Every product on an Apollo Pharmacy category listing (apollopharmacy.in): id, name, brand, price, MRP, discount and stock, page by page, optionally with subcategories. No ratings or reliable sponsored signal on listings.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

AtTheRate AI

AtTheRate AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Categories

Share

Pulls every product on an Apollo Pharmacy category listing (apollopharmacy.in, India), page by page, with price, MRP, discount, pack size and stock. Use it to mirror a pharmacy category, track discounting on OTC and supplement ranges, or compare Apollo against other Indian pharmacies.

What you get

  • One row per product: id, sku, name, brand, price, original_price (the MRP), discount_percent, currency and product_url.
  • page and position for exact placement inside the category listing.
  • in_stock, so out-of-stock lines stay visible rather than missing.
  • rx_required, separating prescription items from over-the-counter stock.
  • unit_size for the pack size and subcategory for Apollo's own shelf label.
  • merchandising_text and tags for the promotional copy, plus optional subcategory crawling.

Input

Give one or more category slugs, URLs or names.

{
"categories": ["apollo-vitamins-supplements"],
"locale": "in",
"pincode": "122002",
"maxPages": 1,
"expandSubcategories": false,
"delayMs": 1200,
"callsPerSession": 60,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}
  • categories (required): a slug such as apollo-vitamins-supplements, a /shop-by-category/ URL, or a name such as "Vitamins & Supplements". Names resolve from the site navigation.
  • pincode: optional. It reorders results and changes delivery text. Leave it empty for the national assortment.
  • maxPages: pages per category. 0 means every page. Apollo serves 24 products a page.
  • expandSubcategories: also crawl the children of each category.
  • proxyConfiguration: egress for the run. An Indian residential proxy is the default.

Output

One dataset row per product per page.

{
"platform": "apollo",
"locale": "in",
"category": "apollo-vitamins-supplements",
"category_title": "Vitamins & Supplements",
"page": 1,
"position": 1,
"id": "1108",
"sku": "APD0031",
"name": "Apollo Life Vitamin C 500mg Tablet",
"brand": "Apollo Life",
"price": 135,
"original_price": 150,
"discount_percent": 10,
"currency": "INR",
"rating": null,
"rating_count": null,
"in_stock": true,
"is_sponsored": false,
"rx_required": false,
"unit_size": "bottle of 60 tablets",
"subcategory": "Vitamins & Supplements",
"merchandising_text": "Buy 1 Get 1",
"product_url": "https://www.apollopharmacy.in/otc/apollo-life-vitamin-c-500mg-tablet",
"fetched_at": "2026-09-12T03:35:09.757Z"
}

rating, rating_count and seller are always null: Apollo publishes none of them on listings. Apollo has no reliable sponsored marker either, so treat is_sponsored as unavailable rather than as a measured ad flag.

Use cases

  • Price and MRP tracking on OTC and supplement ranges from price, original_price and discount_percent.
  • Assortment comparison against other Indian pharmacies, keyed on name and unit_size.
  • Availability monitoring from in_stock, with or without a pincode.
  • Promotion tracking from merchandising_text, and prescription versus OTC mix from rx_required.

Notes and limits

  • 24 products a page.
  • Category slugs come from the site navigation, and a name is matched against it, so a slug or a /shop-by-category/ URL is the most reliable input.
  • An unknown slug returns zero rows for that entry with a warning, and the run goes on.
  • Apollo publishes no ratings and no dependable sponsored signal on listings.
  • Only the India storefront exists.
  • An Indian residential proxy is the default and is recommended. Category names are read from the public site, which only answers Indian egress, so without one you must pass slugs or URLs.

FAQ

Do I need a proxy? An Indian residential proxy is recommended and is the default. Without it you can still scrape by slug or URL, but category names will not resolve.

How many results can I get? Everything Apollo lists for the category, 24 products a page. maxPages caps it, 0 means no cap.

Does it need a login or an API key? No.

Does the pincode change the assortment? It reorders results and updates the delivery text. It does not switch you to a different catalogue, so leave it empty for the national view.

Why are ratings empty? Apollo returns no ratings on its listing endpoints, so the columns exist for schema consistency and are always null.