openFDA Animal & Veterinary Events Scraper
Pricing
from $19.00 / 1,000 results
openFDA Animal & Veterinary Events Scraper
Scrapes animal and veterinary adverse event reports from openFDA. Returns each event as a flat row with drug, reaction, animal, and outcome fields. Supports Lucene search and max items control.
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
openFDA Animal & Veterinary Events Scraper
Scrape animal and veterinary adverse event reports from openFDA, up to a million per run. Every event comes with its drug, reaction, animal species, and outcome. No API key or login. Export to CSV, JSON, Excel, or XML.
The openFDA API needs a key, rate-limits you, and returns nested JSON that is painful to flatten. This reads the public animal and veterinary adverse event endpoint directly, filters by Lucene search, and returns each event as one flat row.
| Who uses it | What they scrape openFDA Animal & Veterinary Events for |
|---|---|
| Veterinary pharmacovigilance teams | Monitor adverse reactions to animal drugs across species |
| Animal health researchers | Build datasets of drug and reaction pairs for analysis |
| Pet owners and advocates | Check reported side effects for a specific drug or species |
| Regulatory affairs consultants | Track safety signals for veterinary products |
What it does
This Actor collects animal and veterinary adverse event reports from openFDA and returns each one as a flat row.
- 🔍 Lucene search: filter by animal.species, drug.brand_name, reaction, or any openFDA field.
- 📊 Flat rows: each event is returned as a single record with drug, reaction, animal, and outcome fields.
- ⚙️ Max items control: set a hard cap from 1 to 1,000,000 events per run.
- 📦 Multiple exports: download as CSV, JSON, Excel, or XML from the Apify dataset.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with openFDA Animal & Veterinary Events data
🐶 Monitor a drug's safety profile.
A veterinary pharmacovigilance team runs the Actor weekly with a search for a specific drug brand name and reviews new adverse events for signal detection.
📈 Build a research dataset.
An animal health researcher collects all events for a species, exports to CSV, and joins with other data to study reaction patterns.
🔔 Track emerging reactions.
A regulatory consultant sets a search for a drug class and receives a flat file of recent events to include in a safety report.
🐱 Check a pet medication.
A pet owner searches for a drug name and species to see reported side effects before giving a new medication.
Why choose this scraper
| What you get | |
|---|---|
| No API key | The openFDA API requires a key, but this Actor uses the public endpoint directly. |
| Flattened output | Nested JSON is converted to one row per event, ready for Excel or pandas. |
| Full coverage | Access all animal and veterinary adverse event reports, not a sample. |
| Flexible filtering | Use Lucene syntax to target species, drugs, reactions, or any field. |
How it compares
This Actor focuses on animal and veterinary adverse events with flexible Lucene search and a high item cap, while the competitors below offer overlapping or broader FDA data coverage.
| Feature | ParseForge | FDA Animal & Veterinary Adverse Event Scraper | FDA Data Scraper - openFDA Recalls & Events |
|---|---|---|---|
| Animal and veterinary adverse events | Yes | Yes | Not listed |
| Lucene search filtering | Yes | Not listed | Not listed |
| Max items control | Yes | Not listed | Not listed |
| Date-range filtering | Yes (via Lucene search) | Yes | Not listed |
| Flattened output | Yes | Yes | Not listed |
| No API key required | Yes | Not listed | Yes |
Configure the run
Drive the Actor with an optional Lucene search term and a maximum item count, and only matching events reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10}
A larger pull:
{"maxItems": 200}
Pricing
Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the openFDA Animal & Veterinary Events Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to openFDA Animal & Veterinary Events through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/openfda-vet-events-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check your search term. Lucene syntax is strict: field names must match exactly, and values must be quoted if they contain spaces. Try a broader search or remove the search term to see all events.
Why did the run stop before reaching maxItems?
The openFDA API may have a limit on the number of results returned for a single query. Try narrowing your search or increasing the maxItems in steps.
Why are some fields empty?
Not all adverse event reports contain every field. Empty fields mean the data was not reported for that event.
How do I search for a phrase with spaces?
Wrap the phrase in double quotes, for example drug.brand_name:"Heartgard Plus".
Can I use wildcards in search?
Yes, Lucene supports wildcards like * and ?. For example, animal.species:Do* matches Dog and Donkey.
FAQ
| Question | Answer |
|---|---|
| Do I need an openFDA API key? | No. This Actor uses the public openFDA endpoint and does not require a key or login. |
| What is the maximum number of events I can scrape? | You can set maxItems up to 1,000,000 per run. The openFDA API may have its own limits, but the Actor will collect as many as allowed. |
| Can I filter by animal species? | Yes. Use the search field with Lucene syntax, for example animal.species:"Dog" or animal.species:"Cat". |
| Can I filter by drug name? | Yes. Use drug.brand_name:"Bravecto" or drug.generic_name:"fluralaner" in the search field. |
| What output formats are supported? | You can export the dataset as CSV, JSON, Excel, or XML from the Apify platform. |
| How is the data structured? | Each adverse event is returned as one flat row with fields for drug, reaction, animal, and outcome. Nested JSON is flattened. |
| Can I schedule this Actor to run automatically? | Yes. Use Apify's scheduler to run it daily, weekly, or on any cron schedule. |
| Is this data from the FDA? | Yes. The data comes from the openFDA Animal & Veterinary Adverse Event endpoint, which is maintained by the U.S. Food and Drug Administration. |
| What is Lucene search syntax? | Lucene is a query language used by openFDA. You can use field:value pairs, boolean operators, and wildcards. See the openFDA documentation for details. |
| Can I get only recent events? | Yes. Use the search field with a date range, for example receiptdate:[2024-01-01+TO+2024-12-31]. |
Related actors
Browse the full ParseForge collection for more scrapers.
🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by U.S. Food and Drug Administration. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
