# Maiia Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/maiia/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/maiia-search | ## Description Utilize the Maiia Search API to access detailed pharmacy info, improving healthcare apps, research, and market analysis. ## 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/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "name": "Pharmacie des 2 Rues", "phone": "+33 1 42 00 00 00", "address": "22 Rue de Meaux, 75019 Paris, France", "latitude": 48.882, "services": [ "Medication dispensing", "Health consultations", "Prescription renewals" ], "longitude": 2.373, "opening_hours": [ { "day": "Monday", "hours": "09:00 - 20:00" }, { "day": "Tuesday", "hours": "09:00 - 20:00" }, { "day": "Wednesday", "hours": "09:00 - 20:00" }, { "day": "Thursday", "hours": "09:00 - 20:00" }, { "day": "Friday", "hours": "09:00 - 20:00" }, { "day": "Saturday", "hours": "09:00 - 20:00" }, { "day": "Sunday", "hours": "Closed" } ] } ``` ## Documentation ## Overview Utilize the Maiia Search API to access detailed pharmacy info, improving healthcare apps, research, and market analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/maiia/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Maiia Search 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