Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughGoogle Map과 Naver Map 스크래핑 기능을 추가합니다. 두 플랫폼 각각의 Pydantic 데이터 모델, Playwright 기반 스크래퍼 클래스, 공통 유틸리티 함수, API 엔드포인트를 구현합니다. 버전을 0.1.3으로 업데이트합니다. Changes
Sequence DiagramsequenceDiagram
participant Client
participant API as API Router
participant Scraper as Map Scraper
participant Browser as Playwright Browser
participant Map as Map Platform
participant Parser as Data Parser
Client->>API: POST /api/test/{naver,google}-map<br/>with query
API->>Scraper: search_and_scrape(query)
Scraper->>Browser: launch() & navigate(search_url)
Browser->>Map: GET search_url
Map-->>Browser: HTML response
Scraper->>Browser: wait for & click first result
Browser->>Map: navigate to detail page
Map-->>Browser: detail page HTML/iframe
Scraper->>Browser: extract data from DOM<br/>(name, rating, address, etc.)
Browser-->>Scraper: extracted values & HTML
Scraper->>Parser: parse_rating(), parse_review_count(),<br/>parse_price_level(), extract coordinates
Parser-->>Scraper: parsed values
Scraper->>Scraper: construct PlaceInfo model
Scraper->>Browser: close()
Scraper-->>API: GooglePlaceInfo/NaverPlaceInfo
API-->>Client: 200 OK + PlaceInfo JSON
Estimated code review effort🎯 4 (Complex) | ⏱️ ~70 minutes Possibly related PRs
Comment |
Contributor
Author
|
@coderabbitai summary |
✅ Actions performedSummary regeneration triggered. |
|
✅ 변경사항이 자동으로 deploy 브랜치에 적용되었습니다. PR을 수동으로 닫아주세요. |
This was referenced Jan 18, 2026
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit
새 기능
✏️ Tip: You can customize this high-level summary in your review settings.