GET mhlw.go.jp HTTP 2003.0 s9.6 KB$0.00007 captured Aug 7, 2026
mhlw.go.jp, as data
One API turns any mhlw.go.jp page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 3.0 s
- Page size
- 9.6 KB of markdown, 170 lines
- Fields
- Title, Content, Date, Source
- Captured
- Aug 7, 2026
Free balance on signup, no card. This mhlw.go.jp page cost $0.00007 to fetch.
An exploratory phase II investigator-initiated clinical trial to investigate the added benefit of TM5614 to gemcitabine plus nab-paclitaxel therapy (GnP therapy) for unresectable or recurrent pancreatic cancer with distant metastases.7) Having one or more of the following conditions diagnosed by chest CT: interstitial pneumonia, pulmonary fibrosis, or severe emphysema.8) Having serious complications (such as heart failure, renal failure, hepatic failure, intestinal paralysis, intestinal obstruction, poorly controlled diabetes, or poorly controlled hypertension).9) Having unstable angina (angina that has started or worsened within the last 3 weeks), or a history of myocardial infarction within the last 6 months.10) Continuous use of one or more of the following is necessary:flucytosine (Ancotil, Domerazine, Alcytosine, Cocol), phenytoin (Aleviatin, Hydantoin, Phenytoin N), warfarin potassium (Alefarin, Samofalon, Warfarin), dabigatran etexilate methanesulfonate (Pradaxa), rivaroxaban (Xarelto), apixaban (Eliquis), edoxaban tosylatehydrochloride hydrate (Lixiana), heparin sodium, or tissue-type plasminogen activator (t-PA) (Activasin, Glutopa, Clearactor).11) Due to drug allergies, neither iodine-based nor gadolinium-based drugs can be used.12) A history of severe drug hypersensitivity to either nab-paclitaxel (paclitaxel (albumin-bound)) or gemcitabine.13) Any other patient deemed unsuitable by the clinical trial physician.Health Condition(s) or Problem(s) StudiedUnresectable pancreatic cancer or recurrent pancreatic cancer with distant metastasesThe investigational drug will be administered orally for a maximum of 48 weeks, starting at 120 mg once daily in combination with gemcitabine and nab-paclitaxel, with each course lasting 28 days. If no safety issues are found after the start of the second course, the dose may be increased to 180 mg once daily.Unresectable pancreatic cancer or recurrent pancreatic cancer What Spider does on mhlw.go.jp
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
3.0 s · $0.00007Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://jrct.mhlw.go.jp/pages/en-detail/10818994/jRCT/3", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://jrct.mhlw.go.jp/pages/en-detail/10818994/jRCT/3", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://jrct.mhlw.go.jp/pages/en-detail/10818994/jRCT/3", {
return_format: "markdown",
});
console.log(page.content); What mhlw.go.jp costs
Multiplied from the measured 9.6 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of mhlw.go.jp.
The capture above took 3.0 s and cost $0.00007. The same call takes any URL on mhlw.go.jp.