crawl_markdown
Crawl any URL and return its content as Markdown, with options to wait for dynamic elements before extraction.
Instructions
주어진 URL을 크롤링해서 마크다운으로 반환한다.
Args: url: 크롤링할 URL. wait_seconds: HTML을 받기 전 대기 시간(초). JS 동적 로딩 페이지에 사용. wait_selector: 이 CSS 셀렉터가 나타날 때까지 대기. 지정 시 wait_seconds보다 우선.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait_seconds | No | ||
| wait_selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |