US Drug & Medical Reference Pro avatar

US Drug & Medical Reference Pro

Pricing

Pay per usage

Go to Apify Store
US Drug & Medical Reference Pro

US Drug & Medical Reference Pro

Look up any US medication across FDA Orange Book, openFDA labels, FDA warning letters, MedlinePlus, Medscape and eMedicine in one search. Get brand names, ingredients, dosage forms, side effects, contraindications and warning letters.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

ParseForge Banner

💊 US Drug & Medical Reference Pro Scraper

🚀 Get US drug + clinical reference data in seconds. One query fans out to six authoritative US medical sources in parallel and returns a single, normalized dataset.

🕒 Last updated 2026-05-27 · 📊 6 sources per record · all-in-one combo · US drug + clinical coverage

The US Drug & Medical Reference Pro Scraper is a unified, all-in-one extractor that combines openFDA Drug Labels, the FDA Orange Book, FDA Warning Letters, MedlinePlus Health Topics, Medscape and eMedicine articles into a single Apify actor. You give it one search query and an array of sources; it scrapes them in parallel and returns one consistent dataset shape with a source discriminator on every record.

Coverage: 6 official US drug-and-clinical sources (openFDA, FDA datatables, NLM MedlinePlus, Medscape, eMedicine), one query input, parallel Promise.allSettled fetch, normalized {source, title, url, id...} records.

🎯 Target Audience💡 Primary Use Cases
Pharma & medical-affairs analystsDrug label & warning monitoring
Health-tech & clinical-data startupsBuild condition + reference datasets
Compliance & regulatory researchersFDA letters, Orange Book exclusivity
Medical writers & educatorsPatient-friendly + clinician references

📋 What the US Drug & Medical Reference Pro Scraper does

  • Accepts a single query and an sources array (any combination of the 6 sources).
  • Calls each selected source in parallel using Promise.allSettled.
  • Normalizes results to { source, title, url, id... }.
  • Respects maxItems globally and distributes it across selected sources.
  • Falls back gracefully when one source is down (the others still complete).

💡 Why it matters: instead of orchestrating six separate Apify actors, you run one and get one dataset.

🎬 Full Demo

🚧 Coming soon

⚙️ Input

FieldTypeDescription
querystringFree-text search applied to every selected source.
sourcesarrayWhich sources to query in parallel.
maxItemsintegerTotal dataset limit (free plan capped at 10).
proxyConfigurationobjectApify Proxy configuration.
{
"query": "diabetes",
"sources": ["openfda-drug-labels", "medlineplus-conditions", "medscape-conditions"],
"maxItems": 30
}
{
"query": "tylenol",
"sources": ["openfda-drug-labels", "fda-orange-book", "fda-warning-letters"],
"maxItems": 60
}

⚠️ Good to Know: the query field is sent verbatim to each source - choose terms broad enough to match across drug labels, conditions, and articles.

📊 Output

FieldTypeDescription
🏷️ sourcestringWhich source produced this record
📌 titlestringCanonical title for the record
🔗 urlstringSource URL
🆔 idstringSource-specific identifier
🕒 scrapedAtstring (ISO)Collection timestamp
errorstring | nullError message if a source failed

✨ Why choose this Actor

  • 🔀 6 sources in one actor - no orchestration code on your side.
  • Parallel fetch - Promise.allSettled means slow sources don't block fast ones.
  • 🧱 Normalized shape - source discriminator + shared core fields.
  • 💸 Pay-per-event ready - only successful records are charged.

📈 How it compares to alternatives

ApproachCoverageEffort
6 separate Apify actorsfullhigh orchestration
Manual scriptsfullvery high maintenance
This combo actorfullone call

🚀 How to use

  1. Create a free account w/ $5 credit
  2. Open the actor page on Apify Console.
  3. Provide a query and pick sources.
  4. Set maxItems (paid plans unlock up to 1,000,000).
  5. Run and Get your dataset (data).

💼 Business use cases

Pharma intelligence

Pull openFDA labels + Orange Book + warning letters in one shot.

Health-tech onboarding

Bootstrap a condition catalogue from MedlinePlus + Medscape.

Compliance monitoring

Daily sweep of FDA warning letters tagged with your watchlist.

Editorial / medical content

Cross-reference patient-friendly + clinician sources.

🔌 Automating US Drug & Medical Reference Pro Scraper

Make, Zapier, Slack, Airbyte, GitHub Actions, Google Drive - every standard Apify integration applies.

🌟 Beyond business use cases

Research

Cross-source citation studies.

Personal

Track medications you take across labels + warnings.

Non-profit

Health-education dataset bootstrap for community clinics.

Experimentation

LLM RAG data for medical Q&A bots (US sources only).

🤖 Ask an AI assistant about this scraper

ChatGPT · Claude · Perplexity · Copilot - all support “use this Apify actor”.

❓ Frequently Asked Questions

Q: Which sources are included? openFDA Drug Labels, FDA Orange Book, FDA Warning Letters, MedlinePlus Health Topics, Medscape, eMedicine.

Q: Are sources called in parallel? Yes - Promise.allSettled. One failing source does not stop the others.

Q: How does maxItems distribute across sources? Roughly evenly: ceil(maxItems / sources.length) per source.

Q: Is a paid Apify plan required? No, free is 10 items, paid unlocks up to 1,000,000.

Q: What about TLS / anti-bot? Sources that need it use impit + Chrome TLS fingerprint.

Q: Output output? data - pick on the dataset page.

Q: Schedule it? Yes - Apify Schedules trigger on cron.

Q: Webhooks? Yes, on success/failure.

Q: Proxy? Apify Proxy auto group by default; override via input.

Q: Affiliation? None. Independent tool. Public data only.

🔌 Integrate with any app

Make, Zapier, Slack, Airbyte, GitHub Actions, Google Drive, BigQuery, Snowflake, Postgres, Webhooks.

ActorWhat it does
openFDA Drug LabelsFDA drug label single-source
FDA Orange BookDrug approval data
MedlinePlusPatient health topics
Medscape ArticlesClinician reference
eMedicineClinical specialty hubs

💡 Pro Tip: browse the complete ParseForge collection.

🆘 Need Help? Open our contact form

⚠️ Disclaimer: independent tool, not affiliated with the FDA, NLM, Medscape, or WebMD/eMedicine. Only publicly available data is collected.