RxList Scraper | Prescription Drug Information avatar

RxList Scraper | Prescription Drug Information

Pricing

from $19.00 / 1,000 results

Go to Apify Store
RxList Scraper | Prescription Drug Information

RxList Scraper | Prescription Drug Information

Extract prescription drug data from RxList including indications, dosage, side effects, interactions, warnings, contraindications, and patient information. Build medical reference apps, pharma datasets, drug interaction checkers, and healthcare AI training corpora at scale.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

ParseForge Banner

💊 RxList Drug Information Scraper

🚀 Export FDA drug data in seconds. Scrape the complete RxList drug directory - 10,000+ FDA-reviewed drugs with generic names, drug class, uses, side effects, dosage, warnings, interactions, and pregnancy information. No API key required.

🕒 Last updated: 2026-05-22 · 📊 15 fields per record · 💊 10,000+ drugs · 🔤 A-Z coverage · 🏥 FDA-reviewed

The RxList Drug Information Scraper extracts structured pharmaceutical data from RxList.com, one of the most trusted drug reference databases on the internet. Each record includes the drug's brand name, generic equivalent, drug class, clinical description, approved uses, side effects profile, dosage guidelines, safety warnings, drug interactions, pregnancy considerations, and manufacturer details - all sourced directly from FDA-reviewed drug monographs in real time.

RxList is part of the WebMD network and covers over 10,000 prescription and over-the-counter drugs across the full A-Z index. The database is used by physicians, pharmacists, patients, and researchers as a primary reference for drug prescribing information.

The scraper navigates the A-Z drug index (26 letter pages, 400-800 drugs each) and visits each individual drug page to extract the full monograph. You can scrape a single letter or the entire directory.

Coverage at a glance:

  • 10,000+ drugs and drug products across the complete A-Z index
  • 15 structured fields per drug record
  • Covers generic drugs, brand-name drugs, combination products, and biologics
  • Sources: FDA-reviewed drug monographs on RxList.com
🎯 Target Audience💡 Primary Use Cases
Pharmaceutical researchersBuild drug databases for research and analysis
Healthcare startupsPower drug reference apps and clinical decision tools
Health information platformsEnrich content with authoritative drug data
Pharmacovigilance teamsMonitor drug safety profiles at scale
Medical educatorsBuild structured datasets for teaching and training
Data journalistsInvestigate drug approvals, side effects, and warnings
AI/ML developersTrain models on structured pharmaceutical text
Regulatory consultantsAudit drug information completeness across products

📋 What the RxList Scraper does

  • Walks the complete A-Z drug index at rxlist.com (or a single letter on demand)
  • Collects every drug URL listed under each letter
  • Fetches each individual drug page and parses the full drug monograph
  • Extracts 15 fields: brand name, generic name, drug class, description, uses, side effects, dosage, warnings, interactions, pregnancy info, manufacturer, and URL
  • Respects maxItems to give you exactly the dataset size you need
  • Exports to CSV, Excel, JSON, or XML from the Apify dataset tab

💡 Why it matters: Drug information is critical for patient safety, clinical research, and health app development. RxList provides FDA-reviewed monographs in a consistent format - but accessing them programmatically requires scraping. This actor does the heavy lifting so you get structured data, not raw HTML.

🎬 Full Demo

🚧 Coming soon - video walkthrough of the scraper in action

⚙️ Input

FieldTypeDescriptionDefault
maxItemsintegerMaximum number of drug records to collect. Free users: limited to 10. Paid users: up to 1,000,000.10
letterstring (A-Z)Scrape only drugs starting with this letter. Leave empty to scrape all 26 letters.(all letters)

Example 1 - Scrape 5 drugs starting with A:

{
"letter": "A",
"maxItems": 5
}

Example 2 - Scrape all drugs starting with Z (up to 1000):

{
"letter": "Z",
"maxItems": 1000
}

⚠️ Good to Know: Each letter index contains 400-800 drug entries. To scrape the complete database (10,000+ drugs), leave the letter field empty and set maxItems to 1,000,000. The scraper will automatically walk all 26 letters in alphabetical order.

📊 Output

Each drug record contains 15 structured fields:

FieldTypeDescription
💊 drugNamestringBrand name as listed on RxList
🔬 genericNamestringGeneric (chemical) name of the drug
🏷 brandNamesstringAll brand names for this generic drug
📂 drugClassstringPharmacological class (e.g., "Corticosteroids")
📄 descriptionstringClinical overview of the drug and its mechanism
🩺 usedForstringApproved indications and therapeutic uses
⚠️ sideEffectsstringKnown adverse effects (common and serious)
💉 dosagestringRecommended dosage and administration guidelines
🚨 warningsstringBoxed warnings and safety precautions
🔀 interactionsstringNotable drug-drug interactions
🤰 pregnancystringPregnancy and breastfeeding safety information
🏭 manufacturerstringDrug manufacturer (when listed on the page)
🔗 rxListUrlstringDirect link to the RxList drug monograph
🕒 scrapedAtstringISO 8601 timestamp of when the record was collected
errorstringError message if the drug page failed to parse (null otherwise)

Sample record:

{
"drugName": "Ziagen",
"genericName": "abacavir sulfate",
"brandNames": "Ziagen",
"drugClass": "HIV, NNRTIs, Antiretroviral Agents",
"description": "Ziagen (abacavir sulfate) is an antiviral medication used to treat HIV, which causes the acquired immunodeficiency syndrome (AIDS). Ziagen is not a cure for HIV or AIDS.",
"usedFor": "ZIAGEN tablets and oral solution, in combination with other antiretroviral agents, are indicated for the treatment of human immunodeficiency virus (HIV-1) infection.",
"sideEffects": "Common side effects of Ziagen include: trouble sleeping, loss of appetite, strange dreams, headache, ear pain, cold symptoms (stuffy nose, sneezing, sinus pain), or changes in the shape or location of body fat...",
"dosage": "The recommended oral dose of Ziagen for adults is 600 mg daily, administered as either 300 mg twice daily or 600 mg once daily, in combination with other antiretroviral agents.",
"warnings": "Included as part of the \"PRECAUTIONS\" Section",
"interactions": null,
"pregnancy": "During pregnancy, Ziagen should be used only when prescribed. HIV medicines are usually given to pregnant women with HIV...",
"manufacturer": "GlaxoSmithKline Research Triangle Park, NC 27709",
"rxListUrl": "https://www.rxlist.com/ziagen-drug.htm",
"scrapedAt": "2026-05-21T21:43:57.000Z",
"error": null
}

Note on null fields: manufacturer is null for drugs where RxList does not list this information on the page. interactions may be null for some drugs if the page structure omits that section.

✨ Why choose this Actor

FeatureParseForge RxList Scraper
🏥 FDA-reviewed dataAll content sourced from official FDA drug monographs via RxList
🔤 Full A-Z coverage26 letter indexes, 10,000+ drugs in a single run
📊 15 structured fieldsDescription, uses, side effects, dosage, warnings, interactions, pregnancy info
Fast executionProcesses 5 drugs in under 3 seconds on Apify cloud
💾 Multiple export formatsCSV, Excel, JSON, XML out of the box
🔒 No authentication requiredRxList is publicly accessible - no login or API key needed
🔧 Letter filterTarget a specific letter for targeted dataset builds
🆓 Free tier available10 drug records free - no credit card required

📈 How it compares to alternatives

ApproachParseForge RxList ScraperManual copy-pasteDrug APIs (RxNorm, etc.)
Setup time30 secondsHours to daysHours (API key, rate limits)
Structured outputYes - 15 fieldsNo - manual formattingVaries by API
Side effects / warningsYesManualRarely included
Export formatsCSV, JSON, Excel, XMLManualAPI-only
Scale10,000+ drugs~50 drugs/day manuallyLimited by rate limits
CostPay-per-result or free tierStaff timeAPI subscription fees

🚀 How to use

  1. Create a free Apify account - includes $5 in free credit
  2. Open the RxList Drug Information Scraper on the Apify Store
  3. Click Try for free
  4. Set your input: choose a letter (A-Z) or leave blank for all, and set maxItems
  5. Click Start and wait for results (typically under 10 seconds for 5 items)
  6. Download your dataset as CSV, Excel, JSON, or XML from the Dataset tab

💼 Business use cases

Drug reference applications

Healthcare apps and patient portals need structured, up-to-date drug information. The RxList scraper provides 15 fields per drug - including clinical descriptions, dosage, and warnings - ready to import into your database without manual data entry.

Pharmacovigilance and safety monitoring

Pharmaceutical companies and regulators track adverse event profiles across drug classes. Export complete side effects and warnings data for hundreds of drugs at once. Cross-reference with your internal safety database to identify gaps or discrepancies in reported adverse events.

Clinical decision support systems

Medical software needs accurate drug information to power dosing calculators, interaction checkers, and prescribing assistants. The structured output from this scraper feeds directly into drug knowledge bases with fields for generic name, drug class, interactions, and pregnancy safety.

Market research and competitive intelligence

Healthcare market analysts track drug portfolios, therapeutic classes, and manufacturer relationships. The drugClass and manufacturer fields enable competitive landscape mapping across therapeutic areas. Identify which drug classes are densest, which manufacturers have the broadest portfolios, and track brand-to-generic relationships.

🔌 Automating RxList Scraper

Connect the RxList Drug Information Scraper to your workflow tools:

  • Make (Integromat): Trigger a scrape run on a schedule and send new drug records to Google Sheets or Airtable
  • Zapier: Connect to your CRM or database when new drug data is collected
  • Slack notifications: Get notified when a scrape completes via the Apify-Slack integration
  • Google Sheets: Export directly to a spreadsheet for team collaboration
  • Webhooks: POST results to your own API endpoint when the run finishes

All integrations are available from the Integrations tab on the actor page.

🌟 Beyond business use cases

Academic research

Pharmacology researchers can build structured datasets of drug properties, side effect profiles, and drug classes for statistical analysis and literature review support.

Patient advocacy and health literacy

Non-profits building patient education resources can use this scraper to populate drug information databases that help patients understand their medications, risks, and alternatives.

AI training datasets

Machine learning teams building medical NLP models need large, structured corpora of drug-related text. The description, usedFor, sideEffects, and warnings fields provide rich clinical language at scale.

Open data projects

Developers building open-source drug reference tools can bootstrap their database with this scraper rather than manually curating data from individual drug pages.

🤖 Ask an AI assistant about this scraper

You can ask an AI assistant (like Claude or ChatGPT) questions like:

  • "How do I use the Apify RxList scraper to get all drugs in class X?"
  • "What fields does the RxList Drug Information Scraper return?"
  • "How do I filter the output to find drugs with specific warnings?"
  • "Can you write a Python script to process the JSON output from this scraper?"

The structured JSON output from this actor is easy for AI models to parse and analyze.

❓ Frequently Asked Questions

❓ Is RxList data free to use?

RxList is publicly accessible. The data is sourced from FDA drug monographs. Check RxList's terms of service for your specific use case, particularly for commercial applications.

❓ How many drugs does RxList have?

The A-Z index contains approximately 10,000+ drug entries. Letter A alone has 763 entries.

❓ How long does a full scrape take?

A full scrape of all 26 letters (10,000+ drugs) takes approximately 2-4 hours on Apify's standard infrastructure at default concurrency.

❓ Why is the manufacturer field null for some drugs?

Not all drug pages on RxList list a manufacturer. This is a data availability issue on the source, not a parsing bug. The field is populated when present.

❓ Why is the interactions field null for some drugs?

Some drugs on RxList do not include a dedicated drug interactions section in their page HTML. This is source-dependent.

❓ Can I scrape just one letter?

Yes. Set the letter input to any letter A-Z to restrict scraping to drugs starting with that letter.

❓ Can I scrape all drugs in a specific drug class?

Not directly via input filter - the scraper collects all drugs and includes drugClass in the output. Filter by drugClass in your downstream processing (e.g., in Excel or Pandas).

❓ Does this work with Apify proxy?

The scraper uses direct HTTP fetch without proxy. RxList is publicly accessible and does not block standard requests. If you encounter blocking, contact ParseForge.

❓ How do I get more than 10 items as a free user?

Free accounts are limited to 10 items per run. Upgrade to a paid plan to access up to 1,000,000 items per run.

❓ Is the data real-time?

Yes. The scraper fetches live pages from rxlist.com at run time. No cached or pre-stored data is returned.

❓ What export formats are supported?

CSV, JSON, Excel (XLSX), and XML - all available from the Dataset tab after a run completes.

❓ Can I integrate this with my database automatically?

Yes. Use the Apify API or Make/Zapier integration to push results to your database, spreadsheet, or data warehouse automatically after each run.

🔌 Integrate with any app

The RxList Drug Information Scraper integrates with your stack via the Apify platform:

Databases: PostgreSQL, MySQL, MongoDB, Airtable, Notion
Spreadsheets: Google Sheets, Excel Online, Smartsheet
Data warehouses: BigQuery, Snowflake, Redshift
Workflow tools: Make, Zapier, n8n, Pipedream
Cloud storage: Amazon S3, Google Cloud Storage, Azure Blob
BI tools: Tableau, Power BI, Looker, Metabase
CRMs: HubSpot, Salesforce (via Make/Zapier)
APIs: REST webhooks to your own endpoints

ActorDescription
OurAirports ScraperGlobal airport database - 85,000+ airports with ICAO, IATA, coordinates, type
FDA Drug Adverse EventsComplement drug info with real-world adverse event reports
PubMed Research ScraperExtract medical literature for drug research and meta-analysis

💡 Pro Tip: Browse the complete ParseForge collection for data scrapers across healthcare, finance, aviation, automotive, and more.

🆘 Need Help? Open our contact form

⚠️ Disclaimer: Independent tool, not affiliated with RxList, WebMD, or any pharmaceutical manufacturer. Only publicly available data collected. Drug information is for informational and research purposes only and is intended to supplement, not replace, professional medical advice. Always consult a qualified healthcare provider before making medical decisions. Use of this tool is subject to Apify's Terms of Service and RxList's terms of use.