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

Drugs.com Scraper

Spider read drugs.com in 224 ms without a browser and returned 297 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response drugs.com/index.md markdown · 297 lines
Drug and health information, from pharmacists you can trust.OzempicMounjaroUbrelvyZepboundBotoxDupixentFoundayoGLP-1Browse A-Z: drugs, treatments, conditions, drug classes or symptomsSee also: Harvard Health Guides, Care Guides (Español)FDA Medwatch Alerts ## Fresenius Kabi Issues Recall of One Lot of Morphine Sulfate Injection, USP in a Simplist® Prefilled Syringe Due to Labeling Mix-UpNew Drug Approvals ## FDA Grants Accelerated Approval to Tudriqev (vusolimogene oderparepvec-wtpg) in Combination with Nivolumab for Unresectable Advanced Cutaneous MelanomaMedical News ## Peanut Allergy? Fecal Transplant Might Be A Solution, Pilot Trial Finds**Drugs.com** is the most popular, comprehensive and up-to-date source of drug information online. Providing free, peer-reviewed, accurate and independent data on more than 24,000 prescription drugs, over-the-counter medicines & natural products.## FDA Grants Accelerated Approval to Tudriqev (vusolimogene oderparepvec-wtpg) in Combination with Nivolumab for Unresectable Advanced Cutaneous MelanomaReplimune Group, Inc.(NASDAQ: REPL), a commercial stage biotechnology company pioneering the development of novel oncolytic immunotherapies,...## FDA Approves mFLUSIVA (influenza vaccine, mRNA) for the Prevention of Seasonal InfluenzaCAMBRIDGE, MA /ACCESS Newswire/ August 5, 2026 /Moderna, Inc. (NASDAQ:MRNA) today announced that the U.S. Food and Drug Administration...Yesterday New Drug Approvals## FDA Approves Orzeyful (oveporexton) to Treat the Underlying Cause of Narcolepsy Type 1OSAKA, Japan and CAMBRIDGE, Massachusetts, August 5, 2026 – Takeda (TSE:4502/NYSE:TAK) announced that theU.S. Food and Drug Administration...2 days ago New Drug Approvals## FDA Approves Pluvicto for PSMA+ Metastatic Hormone-Sensitive Prostate Cancer (mHSPC)
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 drugs.com.

drugs-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://www.drugs.com/ibuprofen.html");

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

Drug nameGeneric nameUsesSide effectsDosageInteractionsWarningsUser reviews

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 drugs.com costs to scrape.

The capture above cost $0.000111 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://drugs.com/", "return_format": "markdown"}'

More Health scrapers.

Start scraping drugs.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.