RxList Scraper | Prescription Drug Information
Pricing
from $19.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share

💊 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 researchers | Build drug databases for research and analysis |
| Healthcare startups | Power drug reference apps and clinical decision tools |
| Health information platforms | Enrich content with authoritative drug data |
| Pharmacovigilance teams | Monitor drug safety profiles at scale |
| Medical educators | Build structured datasets for teaching and training |
| Data journalists | Investigate drug approvals, side effects, and warnings |
| AI/ML developers | Train models on structured pharmaceutical text |
| Regulatory consultants | Audit 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
maxItemsto 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
| Field | Type | Description | Default |
|---|---|---|---|
maxItems | integer | Maximum number of drug records to collect. Free users: limited to 10. Paid users: up to 1,000,000. | 10 |
letter | string (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
letterfield empty and setmaxItemsto 1,000,000. The scraper will automatically walk all 26 letters in alphabetical order.
📊 Output
Each drug record contains 15 structured fields:
| Field | Type | Description |
|---|---|---|
💊 drugName | string | Brand name as listed on RxList |
🔬 genericName | string | Generic (chemical) name of the drug |
🏷 brandNames | string | All brand names for this generic drug |
📂 drugClass | string | Pharmacological class (e.g., "Corticosteroids") |
📄 description | string | Clinical overview of the drug and its mechanism |
🩺 usedFor | string | Approved indications and therapeutic uses |
⚠️ sideEffects | string | Known adverse effects (common and serious) |
💉 dosage | string | Recommended dosage and administration guidelines |
🚨 warnings | string | Boxed warnings and safety precautions |
🔀 interactions | string | Notable drug-drug interactions |
🤰 pregnancy | string | Pregnancy and breastfeeding safety information |
🏭 manufacturer | string | Drug manufacturer (when listed on the page) |
🔗 rxListUrl | string | Direct link to the RxList drug monograph |
🕒 scrapedAt | string | ISO 8601 timestamp of when the record was collected |
❌ error | string | Error 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
| Feature | ParseForge RxList Scraper |
|---|---|
| 🏥 FDA-reviewed data | All content sourced from official FDA drug monographs via RxList |
| 🔤 Full A-Z coverage | 26 letter indexes, 10,000+ drugs in a single run |
| 📊 15 structured fields | Description, uses, side effects, dosage, warnings, interactions, pregnancy info |
| ⚡ Fast execution | Processes 5 drugs in under 3 seconds on Apify cloud |
| 💾 Multiple export formats | CSV, Excel, JSON, XML out of the box |
| 🔒 No authentication required | RxList is publicly accessible - no login or API key needed |
| 🔧 Letter filter | Target a specific letter for targeted dataset builds |
| 🆓 Free tier available | 10 drug records free - no credit card required |
📈 How it compares to alternatives
| Approach | ParseForge RxList Scraper | Manual copy-paste | Drug APIs (RxNorm, etc.) |
|---|---|---|---|
| Setup time | 30 seconds | Hours to days | Hours (API key, rate limits) |
| Structured output | Yes - 15 fields | No - manual formatting | Varies by API |
| Side effects / warnings | Yes | Manual | Rarely included |
| Export formats | CSV, JSON, Excel, XML | Manual | API-only |
| Scale | 10,000+ drugs | ~50 drugs/day manually | Limited by rate limits |
| Cost | Pay-per-result or free tier | Staff time | API subscription fees |
🚀 How to use
- Create a free Apify account - includes $5 in free credit
- Open the RxList Drug Information Scraper on the Apify Store
- Click Try for free
- Set your input: choose a
letter(A-Z) or leave blank for all, and setmaxItems - Click Start and wait for results (typically under 10 seconds for 5 items)
- 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
🔗 Recommended Actors
| Actor | Description |
|---|---|
| OurAirports Scraper | Global airport database - 85,000+ airports with ICAO, IATA, coordinates, type |
| FDA Drug Adverse Events | Complement drug info with real-world adverse event reports |
| PubMed Research Scraper | Extract 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.