# Maiia Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/maiia/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/maiia-product | ## Description Extract detailed pharmacy data from Maiia for precise service insights, optimal decision-making, and enhanced user experiences. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/maiia/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "name": "Pharmacie", "phone": "+33 1 23 45 67 89", "address": "75001 PARIS", "website": "https://www.maiia.com/pharmacie/75001-PARIS", "services": [ "Health services", "Medication counseling", "Prescription refills" ], "opening_hours": { "friday": "9:00 AM - 6:00 PM", "monday": "9:00 AM - 6:00 PM", "sunday": "Closed", "tuesday": "9:00 AM - 6:00 PM", "saturday": "10:00 AM - 4:00 PM", "thursday": "9:00 AM - 6:00 PM", "wednesday": "9:00 AM - 6:00 PM" }, "additional_info": { "home_delivery": true, "emergency_services": true, "online_appointments": true } } ``` ## Documentation ## Overview Extract detailed pharmacy data from Maiia for precise service insights, optimal decision-making, and enhanced user experiences. ## Quickstart ``` GET https://api.piloterr.com/v2/maiia/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Maiia Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Maiia without maintaining scrapers - Power internal dashboards and workflow automations with live Maiia data