Skip to main content
AI Studio  add-on for Spider.
mhlw.go.jp · HTTP 200

Go Scraper

Spider read mhlw.go.jp in 3.0 s without a browser and returned 170 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response jrct.mhlw.go.jp/pages/en-detail/10818994/jRCT/3.md markdown · 170 lines
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
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 mhlw.go.jp.

mhlw-go-jp-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://mhlw.go.jp");

// 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.

TitleContentDateSource

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 mhlw.go.jp costs to scrape.

The capture above cost $0.00007 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://jrct.mhlw.go.jp/pages/en-detail/10818994/jRCT/3", "return_format": "markdown"}'

More International scrapers.

Start scraping mhlw.go.jp.

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.