Skip to main content
AI Studio  add-on for Spider.
sedaily.com · HTTP 200

Sedaily Scraper

Spider read sedaily.com in 327 ms without a browser and returned 796 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response sedaily.com/index.md markdown · 796 lines
일본 해상 자위대 이지스함 초카이호가 미 해군 지원 속에 지난 7월 28일(현지 시간) 태평양 해상에서 토마호크 시험 발사를 실시했다는 소식이 전해졌다. 초카이호는 토마호크를 운용하는 해상 자위대 첫 함정으로 일본이 토마호크 미사일을 실제로 발사하는 시험을 한 것은 이번이 처음이다. 일본 방위성은 이번 시험을 통해 토마호크 발사와 관련된 승조원 숙련도 등 실제 발사 능력을 확인했다고 밝혔다. 그러면서 미군이 이번 발사에서 시험 해역 제공, 항공기·선박 등의 접근 통제, 발사 시험 모니터링 등을 지원했다고 설명했다. 토마호크 미사일 시험 발사를 마친 초카이호는 9월께 일본 나가사키현 사세보 기지로 복귀할 예정이다. 주목할 점은 토마호크 미사일은 북한, 러시아, 중국 등을 사정권에 둘 수 있는 사거리 1600∼2500㎞의 장거리 정밀 타격 순항미사일이라는 점이다. 일본은 2024년 미국과 대외군사판매(FMS) 방식으로 토마호크 400발을 2025∼2027년 들여오기 위한 일괄 계약을 맺았다. 이번에 미사일 운용 능력을 갖추기 위해 초카이호를 미국에 파견한 것이다. 시험 발사가 이뤄진 구체적 장소, 발사 수량과 함께 이동 표적아시아선 中 공세에 주춤](https://wimg.sedaily.com/news/cms/2026/08/06/news-p.v1.20260806.9863df15d0fc43439b224c8fe8a756e1_R.png)](https://sedaily.com/article/20076701)# 김연하의 킬링이슈북미와 유럽을 중심으로 K뷰티의 성장세가 이어지고 있지만, 일본과 중국 등 일부 아시아 시장에서는 중국 화장품 브랜드(C뷰티)의 공세가 거세지며 입지가 다소 흔들리는 모습이다. 아시아는 여전히 한국 화장품 수출에서 가장 큰 비중을 차지하는 시장인 만큼 중국 브랜드의 빠른 성장에 대한 경계심도 커지고 있다. 7일 한국무역협회에 따르면 한국의 대(對)일본 화장품 수출은 올해 1~4월까지 전년 동기 대비 증가세를 유지했으나 5월에는 13.5%, 6월에는 5.9% 각각 감소하며 두 달 연속 역성장을 기록했다. 같은 기간 전체 화장품 수출이 각각 23.4%, 41.2% 늘어난 것과 비교하면 대조적인 흐름이다. 업계에서는 가격 경쟁력을 앞세운 중국 브랜드들이 일본 시장에서 빠르게 영향력을 확대하고 있는 점을 주요 원인으로 꼽는다. 실제 일본의 올해 상반기 메이크업·기초화장품 수입 통계를 보면 중국산 수입액은 전년보다 22.8% 증가하며 수입국 순위가 지난해 4위에서 3위로 상승했다. 헤어 제품 역시 중국산 수입이 18.2% 늘어나면서 지난해 6위였던 순위가 올해 상반기에는 3위까지 뛰어올랐다. 색조와 스킨케어는 물론 헤어케어 시장에서‘홍명보 감독 선임’ 전 과정 캔다](https://wimg.sedaily.com/news/cms/2026/08/06/news-p.v1.20260806.8d2a6c6bc4654dc8bc0434233d997fc3_R.jpg)](https://sedaily.com/article/20076587)## 경찰, 축구협회 첫 압수수색 ‘홍명보 감독 선임’ 전 과정 캔다둥펑도 푸조 손잡고 韓 진출](https://wimg.sedaily.com/news/cms/2026/08/06/news-p.v1.20260806.2508d59e7df543e9ba072a63cb05e704_R.jpg)](https://sedaily.com/article/20076553)## [**단독**차이나 EV 대공습둥펑도 푸조 손잡고 韓 진출](https://sedaily.com/article/20076553)오프라인 첫 추월](https://wimg.sedaily.com/news/cms/2026/08/06/news-p.v1.20260426.005e39fa4b294251ad5b5821f8d199b1_R.jpg)](https://sedaily.com/article/20076602)## [**단독**온라인 식품 매출오프라인 첫 추월](https://sedaily.com/article/20076602)
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on sedaily.com.

sedaily-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://sedaily.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

HeadlineSummaryAuthorPublished DateCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What sedaily.com costs to scrape.

The capture above cost $0.000343 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://sedaily.com/", "return_format": "markdown"}'

More News scrapers.

Start scraping sedaily.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.