VOOZH about

URL: https://apify.com/parseforge/rxlist-scraper

โ‡ฑ RxList Scraper | Prescription Drug Information ยท Apify


๐Ÿ‘ 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

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

a month 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

๐Ÿ”— Recommended Actors

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.

You might also like

Drugs.com Scraper | Medication Database

parseforge/drugs-com-scraper

Extract drug data from Drugs.com including name, brand, generic equivalents, dosage, side effects, interactions, warnings, contraindications, and user reviews. Build pharma datasets, medical apps, drug interaction checkers, and healthcare research tools with comprehensive info.

FDA Drug Labels Scraper

labrat011/fda-drug-labels-scraper

Extract FDA drug label data -- indications, dosages, warnings, black box alerts, drug interactions, and more. Search by drug name, active ingredient, manufacturer, or browse the full openFDA database. No API key required.

Medicine/Drug Information Search

aurumworks/drug-information-search

Search for medicines, drugs, and pharmaceutical products using official FDA databases. Get comprehensive, verified drug information including brand names, uses, side effects, warnings, active ingredients, and manufacturer details.

16

Medicare Part D Scraper - Prescription Drug Spending API

pink_comic/medicare-part-d-drug-spending

Scrape CMS Medicare Part D prescription drug spending data. Search drug costs, claims, beneficiaries, manufacturers, Rx spending trends, and quarterly or annual CMS data. Export clean JSON/CSV for pharma pricing research, policy analysis, and healthcare market intelligence.

GoodRx Drug Price Scraper

h4sh/goodrx-drug-price-scraper

Scrape GoodRx for drug prices, coupons, and pharmacy comparisons. Get the lowest prescription drug prices across all nearby pharmacies.

FDA Drug Recall Search

ryanclinton/fda-drug-recalls

FDA Drug Recall Search queries the U.S. Food and Drug Administration's openFDA drug enforcement endpoint to retrieve detailed, structured data about pharmaceutical drug recalls.

Drug Interaction Checker โ€” RxNorm Clinical API

azureblue/drug-interaction-checker

Check pairwise drug-drug interactions using FDA prescribing information and RxNorm. Returns severity (contraindicated/major/moderate/minor) and interaction description.