API Marketplace
  1. Tabletki
  • How to use
    • Overview
  • Webparsers API Marketplace
    • Walmart
      • Get Walmart Product Details
      • Search Walmart Products
      • Get Walmart Product Sellers
      • Get Walmart Order (Put cookie)
      • Walmat Delivery tracking
    • Amazon
      • Get product Amazon
      • Search Amazon
      • Get offers Amazon
    • Google
      • Google Trends
    • Ebay
      • Get product Ebay
      • Search Ebay
    • Kaufland
      • Get product Kaufland
      • Get product pricing Kaufland
      • Search Kaufland
      • Get offers Kaufland
    • Naver
      • Get Product information from Naver
      • Get Benefit from Naver
      • Get Benefit Npay from Naver
      • Get Product-Benefits from Naver
      • Get Product-Benefits Npay from Naver
      • Search Naver products
      • MSearch Naver products
    • Sahibinden
      • Get Sahibinden Product Details
    • Shopee
      • Shopee Create Task
      • Shopee Get Task Status
      • Shopee Get Task Result
      • Get Shopee get_pc
      • Get Shopee Product Details
    • Shein
      • Get Shein Product Details
    • TikTok
      • Get TikTok Product Details
      • Search TikTok products
      • Get TikTok Seller details
    • Universal Scraping
      • Universal Web Scraping HTML API
      • Universal Web Scraping Structured API
    • Allegro
      • Get product Allegro
    • Champssports
      • Get Product Champssports
      • Search Champssports
    • Dickssportinggoods
      • Get Product Dickssportinggoods
      • Search Dickssportinggoods
    • Footlocker
      • Get Product Footlocker
      • Search Footlocker
    • Etsy
      • Get product Etsy
      • Search product Etsy
    • Geizhals
      • Get product Geizhals
    • Manomano
      • Get product Manomano
    • Otto
      • Get product Otto
    • Tabletki
      • Get Tabletki Products in specific pharmacy
        GET
      • Get Tabletki Product
        GET
      • Get Tabletki Pharmacy data
        GET
      • Search Tabletki Products
        GET
      • Get Tabletki Product page
        GET
      • Get Tabletki Product prices
        GET
    • RedBubble
      • Get product Redbubble
      • Search product Redbubble
    • Rozetka
      • Get product Rozetka
      • Search product Rozetka
    • Idealo
      • Get product Idealo
    • Utils
      • EAN to Asin
      • Asin to EAN
    • Stats
      • Get billed usage
      • Get balance
      • Get API usage statistics
    • Schemas
      • HTTPValidationError
  1. Tabletki

Get Tabletki Pharmacy data

GET
/tabletki/pharmacy
Повертає детальну інформацію за номером аптеки

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-marketplace.webparsers.com/tabletki/pharmacy?pharmacy_id=34070' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "id": "34070",
    "name": "Аптека Бажаємо здоров'я",
    "address": "вул.Оноре де Бальзака 60, Київ",
    "city": "Київ",
    "location": "50.51891,30.60823",
    "open_from": "8:00",
    "open_until": "21:00",
    "seller_name": "ТОВАРИСТВО З ОБМЕЖЕНОЮ ВІДПОВІДАЛЬНІСТЮ ЛАНПУС",
    "seller_code": "32915297",
    "seller_license": "АЕ193649",
    "seller_valid_from": "13.01.2014",
    "with_generator": true,
    "updated_at": "2025-11-21 16:48:48.499000",
    "city_info": [
        {
            "areaId": "ChIJ94pF_F3O1EARB10ge68K4KY",
            "id": "ChIJBUVa4U7P1EAR_kYBF9IxSXY",
            "name": "Киев (Киевская область)",
            "nameRu": "Киев (Киевская область)",
            "nameUk": "Київ (Київська область)",
            "northEastLat": 50.5908,
            "northEastLng": 30.82594,
            "southWestLat": 50.21327,
            "southWestLng": 30.23944,
            "hrefName": "kiev",
            "name2": null,
            "name3": null,
            "name4": null,
            "index": true,
            "language": null,
            "allCountry": false,
            "urlRu": "kiev",
            "urlUk": "kiev",
            "priority": 0,
            "metroLines": [],
            "townSections": []
        },
        {
            "areaId": "ChIJb5xjPmndOkcRYj26h4iMDWM",
            "id": "ChIJHT-CpldgOkcRsCxVyj1EADY",
            "name": "Киевец (Львовская область)",
            "nameRu": "Киевец (Львовская область)",
            "nameUk": "Київець (Львівська область)",
            "northEastLat": 49.43975,
            "northEastLng": 24.05817,
            "southWestLat": 49.42921,
            "southWestLng": 24.02224,
            "hrefName": "%d0%9a%d0%b8%d0%b5%d0%b2%d0%b5%d1%86",
            "name2": null,
            "name3": null,
            "name4": null,
            "index": false,
            "language": null,
            "allCountry": false,
            "urlRu": "Киевец",
            "urlUk": "Київець",
            "priority": 0,
            "metroLines": [],
            "townSections": []
        }
    ]
}
Modified at 2026-02-25 11:22:51
Previous
Get Tabletki Product
Next
Search Tabletki Products
Built with