For Developers & AI Agents
VerifiedAesthetics API — Provider Data for AI
Query ranked aesthetic providers by city, style, price, and Clarity Score™. Structured for AI agents, health apps, and booking platforms.
Starter
For growth
$29/mo
- 5,000 calls / month
- Priority Support
Scaling
Pro
Agent Elite
$99/mo
- Unlimited calls / month
- Dedicated Account Manager
Agent-Ready Structure
// curl -H "x-api-key: YOUR_KEY" \
// "https://www.verifiedaesthetics.com/api/v1/providers?city=portland&style=natural"
{
"results": [
{
"name": "Natural Face PDX",
"city": "Portland",
"Clarity Score™": 92,
"style_tags": ["natural", "conservative"],
"avg_price": 320,
"profile_url": "https://www.verifiedaesthetics.com/provider/pdx-injectables"
}
],
"total": 1,
"powered_by": "VerifiedAesthetics Clarity Score™"
}Endpoint Reference
GET
/api/v1/providersSearch and filter providers by city, style, price, and Clarity Score™.
city string, required — City name (e.g., "portland")
style string — Filter by style tag (e.g., "natural")
max_price number — Maximum price per unit
min_Clarity Score™ number — Minimum Clarity Score™ (0-100)
limit number — Max results (default: 10, max: 50)
GET
/api/v1/providers/{slug}Get a single provider's full profile including Clarity Score™, credentials, services, pricing, and semantic data.
slug string, path param — Provider URL slug
GET
/api/v1/citiesList all indexed cities with provider counts and directory URLs. No parameters required.
Request Your API Key
Keys are manually reviewed to ensure data quality conservation.