Discover/apollo247.com API
live

apollo247.com APIapollo247.com

Access Apollo 24|7 pharmacy data via API: search medicines, get drug details, find lab tests, locate nearby stores, and browse medical specialties.

Endpoints
6
Updated
10d ago
Try it
Page number for pagination.
Search term for the product (e.g. 'paracetamol', 'dolo').
api.parse.bot/scraper/1247278f-f0cb-47c1-9f77-2f1fd0c3eccc/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X POST 'https://api.parse.bot/scraper/1247278f-f0cb-47c1-9f77-2f1fd0c3eccc/search_medicines' \
  -H 'X-API-Key: $PARSE_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "query": "paracetamol"
}'
All endpoints · 6 totalclick to expand

Search for medicines and health products by name or keyword. Returns product listings with pricing, availability, and delivery information.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch term for the product (e.g. 'paracetamol', 'dolo').
Response
{
  "type": "object",
  "fields": {
    "products": "array of product objects with id, sku, name, price, specialPrice, discountPercentage, status, unitSize, and other details",
    "totalProducts": "integer count of products returned",
    "matchingProducts": "array of search suggestions and category matches"
  },
  "sample": {
    "data": {
      "products": [
        {
          "id": 54252,
          "sku": "DOL0026",
          "name": "Dolo-650 Tablet 15's",
          "price": 32,
          "status": "in-stock",
          "unitSize": "15 Tablet",
          "specialPrice": 32,
          "discountPercentage": 0
        }
      ],
      "totalProducts": 20,
      "matchingProducts": [
        {
          "name": "paracetamol baby",
          "type": "suggestion"
        }
      ]
    },
    "status": "success"
  }
}

About the apollo247.com API

The Apollo 24|7 API covers 6 endpoints that expose pharmacy products, diagnostic tests, store locations, and medical specialties from Apollo 24|7's platform. The get_medicine_details endpoint alone returns over a dozen fields per product — including composition, side effects, FAQs, drug interactions, and safety advice — identified by SKU code. Additional endpoints handle medicine search, lab test discovery, popular diagnostics by city, nearby store lookup, and the full list of consultation specialties.

Medicine Search and Product Details

The search_medicines endpoint accepts a query string (such as 'paracetamol' or 'dolo') and an optional page integer for pagination. It returns a products array where each object includes id, sku, name, price, specialPrice, discountPercentage, status, and unitSize. A parallel matchingProducts array surfaces search suggestions and category matches. Once you have a SKU, get_medicine_details retrieves the full product record: manufacturer, description, faqs, PharmaOverview, composition, uses, side effects, and drug interaction data.

Lab Tests and Diagnostics

search_lab_tests accepts a keyword query such as 'lipid profile' or 'CBC' and returns an items array of diagnostic objects with diagnostic_item_id, diagnostic_item_name, diagnostic_item_alias, and pricing. get_popular_lab_tests takes an optional city integer (9 for Delhi/NCR, 1 for Mumbai) and returns a data array of commonly booked tests including test_parameters_data — useful for building city-scoped diagnostic listings without needing a search term.

Store Locator and Medical Specialties

get_nearby_stores accepts lat and lng coordinates and returns a stores array with each location's name, address, timings, contact, distance, isOpen flag, and storeId. list_doctor_specialties requires no inputs and returns the full data array of consultation specialties with id, name, specialistSingularTerm, specialistPluralTerm, userFriendlyNomenclature, and related symptoms — covering the complete specialty taxonomy used for booking doctor consultations on the platform.

Common use cases
  • Build a medicine price-comparison tool using price and specialPrice fields from search_medicines
  • Display drug interaction warnings and safety advice by calling get_medicine_details with a product SKU
  • Generate city-specific diagnostic landing pages using get_popular_lab_tests with the city parameter
  • Power a store-finder feature in a health app using get_nearby_stores with device GPS coordinates
  • Populate a specialty directory for doctor-booking flows using list_doctor_specialties response fields
  • Show discount badges on pharmacy product listings using discountPercentage from medicine search results
  • Build a lab test search autocomplete using diagnostic_item_alias fields from search_lab_tests
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Apollo 24|7 have an official public developer API?+
Apollo 24|7 does not publish a documented public developer API for third-party access to its pharmacy, diagnostics, or store data.
What does `get_medicine_details` return beyond basic pricing?+
It returns a productDetails object covering the product's manufacturer, full description, PharmaOverview, faqs, composition, therapeutic uses, side effects, drug interactions, and safety advice — all keyed to a single SKU string obtained from search_medicines results.
Can I filter `get_popular_lab_tests` by city?+
Yes. The endpoint accepts a city integer parameter — for example 9 for Delhi/NCR or 1 for Mumbai. Omitting it returns a default set. The API does not currently expose a list of all supported city IDs; you would need to test known values or fork the API on Parse and revise it to add a city-lookup endpoint.
Does the API return doctor profiles or appointment availability?+
Not currently. The API covers medicine data, lab tests, store locations, and specialty listings. Doctor profiles, consultation slots, and appointment booking are not included. You can fork this API on Parse and revise it to add those endpoints.
Is pagination supported across all endpoints?+
search_medicines supports a page integer parameter for paginating through product results. The lab test and store endpoints do not expose explicit pagination parameters in their current form. If you need paginated lab test results, you can fork the API on Parse and revise to add that behavior.
Page content last updated . Spec covers 6 endpoints from apollo247.com.
Related APIs in HealthcareSee all →
ulta.com API
Search and browse Ulta Beauty's complete product catalog with real-time pricing and inventory information, then dive into detailed product specs including ingredients, usage instructions, and customer reviews. Find exactly what you're looking for across all beauty categories with comprehensive product data at your fingertips.
pubmed.ncbi.nlm.nih.gov API
Search and retrieve biomedical literature from PubMed and NCBI databases. Supports keyword search, advanced field-tag queries, clinical filters, citation matching, date filtering, publication type filtering, and direct E-utilities access.
cvs.com API
Find nearby CVS Pharmacy locations and check their hours, then search for products and verify real-time availability at specific stores. Quickly locate what you need and confirm it's in stock before making a trip.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.
pmc.ncbi.nlm.nih.gov API
Search millions of full-text biomedical research articles and access their metadata, citations, and related papers from PubMed Central. Find articles by topic, discover similar research, explore journal collections, and retrieve detailed citation information to support your literature review and research.
open.fda.gov API
Search FDA food recall and enforcement actions to find safety information about specific products or manufacturers, and look up adverse events reported to the CFSAN Adverse Event Reporting System (CAERS). Filter, sort, and aggregate data by various fields to analyze food safety trends and monitor enforcement activity.
azbar.org API
Search for Arizona lawyers by name, location, specialty, or company to find the right legal professional for your needs. View detailed lawyer profiles including their specializations, licensed jurisdictions, law school, admission history, and any disciplinary records.