US Drug & Medical Reference Pro
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

💊 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 analysts | Drug label & warning monitoring |
| Health-tech & clinical-data startups | Build condition + reference datasets |
| Compliance & regulatory researchers | FDA letters, Orange Book exclusivity |
| Medical writers & educators | Patient-friendly + clinician references |
📋 What the US Drug & Medical Reference Pro Scraper does
- Accepts a single
queryand ansourcesarray (any combination of the 6 sources). - Calls each selected source in parallel using
Promise.allSettled. - Normalizes results to
{ source, title, url, id... }. - Respects
maxItemsglobally 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
| Field | Type | Description |
|---|---|---|
query | string | Free-text search applied to every selected source. |
sources | array | Which sources to query in parallel. |
maxItems | integer | Total dataset limit (free plan capped at 10). |
proxyConfiguration | object | Apify 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
queryfield is sent verbatim to each source - choose terms broad enough to match across drug labels, conditions, and articles.
📊 Output
| Field | Type | Description |
|---|---|---|
🏷️ source | string | Which source produced this record |
📌 title | string | Canonical title for the record |
🔗 url | string | Source URL |
🆔 id | string | Source-specific identifier |
🕒 scrapedAt | string (ISO) | Collection timestamp |
❌ error | string | null | Error message if a source failed |
✨ Why choose this Actor
- 🔀 6 sources in one actor - no orchestration code on your side.
- ⚡ Parallel fetch -
Promise.allSettledmeans slow sources don't block fast ones. - 🧱 Normalized shape -
sourcediscriminator + shared core fields. - 💸 Pay-per-event ready - only successful records are charged.
📈 How it compares to alternatives
| Approach | Coverage | Effort |
|---|---|---|
| 6 separate Apify actors | full | high orchestration |
| Manual scripts | full | very high maintenance |
| This combo actor | full | one call |
🚀 How to use
- Create a free account w/ $5 credit
- Open the actor page on Apify Console.
- Provide a
queryand picksources. - Set
maxItems(paid plans unlock up to 1,000,000). - 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.
🔗 Recommended Actors
| Actor | What it does |
|---|---|
| openFDA Drug Labels | FDA drug label single-source |
| FDA Orange Book | Drug approval data |
| MedlinePlus | Patient health topics |
| Medscape Articles | Clinician reference |
| eMedicine | Clinical 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.