Compare commits

...

2 Commits

Author SHA1 Message Date
jaehwang 84fd854d15 설립년도 제거 (잘못된 데이터) 2026-05-20 18:17:10 +09:00
jaehwang 8e5ce3e012 add phone formating 2026-05-20 18:16:35 +09:00
2 changed files with 1 additions and 2 deletions

View File

@ -76,7 +76,7 @@ class FirecrawlClient:
"url": url,
"formats": ["json", "links"],
"jsonOptions": {
"prompt": "Extract: clinic name (Korean), clinic name (English), address, phone, business hours, slogan, services offered, doctors with name/title/specialty, brand identity (primary/accent/background/text colors in hex, heading/body fonts, logo URL, favicon URL)",
"prompt": "Extract: clinic name (Korean), clinic name (English), address, phone with dash format, business hours, slogan, services offered, doctors with name/title/specialty, brand identity (primary/accent/background/text colors in hex, heading/body fonts, logo URL, favicon URL)",
"schema": {
"type": "object",
"properties": {

View File

@ -151,7 +151,6 @@ async def _build_overrides(analysis_run_id: str) -> dict:
if youtube.get("totalViews"): yt_patch["total_views"] = youtube["totalViews"]
if youtube.get("publishedAt"): yt_patch["channel_created_date"] = youtube["publishedAt"][:10]
if youtube.get("description"): yt_patch["channel_description"] = youtube["description"]
if youtube.get("publishedAt"): snapshot["established"] = youtube["publishedAt"][:4]
if youtube.get("videos"):
yt_patch["top_videos"] = [
{