Betav1.0

Clinic Lookup API

Look up tech stack data for any AU/UK healthcare clinic. One endpoint, JSON response, no SDK required.

API access requires an API key. Request access to get started.

Authentication

All requests require an API key passed via the X-API-Key header.

curl -H "X-API-Key: your_api_key" \
  "https://yoluko.com/api/v1/lookup?domain=example.com.au"

Requests without a valid API key return 401 Unauthorized.

Base URL

https://yoluko.com/api/v1

Endpoint

GET/api/v1/lookup?domain={domain}

Parameters

NameTypeRequiredDescription
domainstringYesThe clinic's website domain (e.g. example.com.au)

Headers

NameRequiredDescription
X-API-KeyYesYour API key

Example response

200 OK
application/json
{
  "data": {
    "domain": "cairnsgpsuperclinic.com.au",
    "name": "Cairns GP Superclinic",
    "type": "Medical clinic",
    "subtypes": "Medical clinic, Medical Center",
    "country": "Australia",
    "state": "QLD",
    "city": "Cairns",
    "postal_code": "4870",
    "rating": 4.2,
    "reviews": 1834,
    "practitioner_count": 12,
    "multi_location": false,
    "location_count": 1,
    "tech_stack": {
      "tech_pms": "Best Practice",
      "tech_booking": "HotDoc",
      "tech_telehealth": "HotDoc",
      "tech_payments": null,
      "tech_crm": null,
      "tech_forms": "Contact Form 7",
      "tech_live_chat": null,
      "tech_email": null,
      "tech_cms": "WordPress",
      "tech_ads": "Google Ads, Meta Ads",
      "tech_analytics": "Google Analytics 4",
      "tech_reviews": "HotDoc",
      "tech_display_reviews": "Google Reviews"
    },
    "booking_type": "external_vendor",
    "last_crawled": "2026-08-02T02:02:53Z"
  }
}

Response fields

FieldTypeDescription
domainstringThe clinic's primary domain
namestring | nullBusiness name from Google Maps
typestring | nullPrimary clinic type (e.g. Medical clinic, Dentist)
subtypesstring | nullComma-separated subtypes
countrystring | nullAustralia or United Kingdom
statestring | nullState/region code (NSW, VIC, QLD, EN, etc.)
citystring | nullCity name
postal_codestring | nullPostcode
ratingnumber | nullGoogle Maps rating (1.0-5.0)
reviewsnumber | nullTotal Google reviews count
practitioner_countnumber | nullEstimated practitioners at the clinic
multi_locationbooleanPart of a multi-location brand
location_countnumber | nullTotal locations for this brand
tech_stackobjectDetected technologies across 13 categories (see below)
booking_typestring | nullinternal, external_vendor, or null
last_crawledstring | nullISO 8601 timestamp of last crawl

tech_stack object

Each field is a string (detected tool name) or null (not detected). Multiple tools are comma-separated.

FieldDescription
tech_pmsPractice management system (Cliniko, Best Practice, etc.)
tech_bookingOnline booking platform (HotDoc, HealthEngine, etc.)
tech_telehealthTelehealth/video consult platform
tech_paymentsPayment processor (Stripe, Afterpay, etc.)
tech_crmCRM platform (HubSpot, Salesforce, etc.)
tech_formsForm builder (JotForm, Typeform, etc.)
tech_live_chatLive chat widget (Intercom, Drift, etc.)
tech_emailEmail platform (Mailchimp, SendGrid, etc.)
tech_cmsCMS / website builder (WordPress, Squarespace, etc.)
tech_adsAdvertising pixels (Google Ads, Meta Ads, etc.)
tech_analyticsAnalytics tools (GA4, GTM, Hotjar, etc.)
tech_reviewsReview collection platform
tech_display_reviewsReview widgets displayed on the site

Error responses

401Unauthorized (missing or invalid API key)
{
  "error": "Authentication required. An API key is needed to access the Clinic Lookup API.",
  "docs": "https://yoluko.com/api-docs"
}
404Domain not found
{
  "error": "Domain not found",
  "domain": "nonexistent.com.au"
}

Pricing

Pro

$199/mo

1,000 lookups / day

Authenticated via API key

Unlimited

$499/mo

No limit

Authenticated via API key

Coverage

82,000+

Clinic brands

108,000+

Clinic locations

13

Tech categories

Weekly

Refresh frequency

🇦🇺Australia
🇬🇧United Kingdom

Use cases

CRM enrichment

Enrich your HubSpot or Salesforce contacts with tech stack data. Know what software a clinic runs before your rep calls.

Lead scoring

Score clinic leads by tech maturity. Prioritize clinics without a booking tool, CRM, or modern PMS.

Competitive intelligence

Monitor your market. Find every clinic running a competitor's product and track switches weekly.

Territory planning

Map technology adoption by state and clinic type. Identify underpenetrated segments.

Request API access

Get your API key and start enriching your pipeline with healthcare tech stack data.

All data sourced from publicly available information. Updated weekly.