Medical Device Clearance Tracker avatar

Medical Device Clearance Tracker

Pricing

$2.00 / 1,000 decision returneds

Go to Apify Store
Medical Device Clearance Tracker

Medical Device Clearance Tracker

Track FDA 510(k) clearances and PMA approvals by device type, product code or company. Returns device, applicant, class, decision date, review time and the FDA record link, newest first, and flags new clearances since your last run. For medtech teams.

Pricing

$2.00 / 1,000 decision returneds

Rating

0.0

(0)

Developer

Peach O

Peach O

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Medical Device Clearance Tracker: Every New FDA 510(k) and PMA Decision

Track FDA 510(k) clearances and PMA approvals by device type, product code or company. You get the device, the applicant, the device class, the decision and its date, how long FDA took to review it, and a link to the official FDA record, newest first. Schedule it, and each run returns only the decisions published since the last one.

Built for medtech teams who want to know when a competitor gets a device cleared, without searching the FDA databases every week.

How it works

flowchart LR
A["Device type, product code<br/>or company"] --> B["openFDA 510(k)"]
A --> C["openFDA PMA"]
B --> D["One row per decision,<br/>newest first"]
C --> D
D --> E{"Since last run?"}
E -->|not seen| F["new-decision"]

There's no scraping and no API key. It reads openFDA, the FDA's own open data API.

Built for

  • Regulatory affairs teams finding predicate devices and benchmarking review times
  • Competitive intelligence and product teams watching rivals' clearances
  • Medtech sales and business development finding newly cleared devices and the companies behind them
  • Investors and analysts tracking which companies are getting products to market
  • Consultants reporting on a device category for clients

Input

{
"searchTerms": ["continuous glucose monitor"],
"applicants": ["Dexcom", "Abbott"],
"pathways": ["510k", "pma"],
"lastDays": 90,
"onlyChanged": true
}
SettingWhat it does
searchTermsMatched against device name, FDA generic name and applicant
applicantsOnly these companies
productCodesThree-letter FDA product codes such as DXY
pathways510k, pma, or both
includeSupplementsInclude PMA supplements (off by default)
lastDaysHow far back to look by decision date
countries / deviceClassesNarrow by applicant country or FDA class
onlyChangedReturn nothing on a quiet run

Output

{
"pathway": "PMA",
"number": "P250011",
"deviceName": "ProVee System for BPH",
"genericName": "STENT, URETHRAL, PROSTATIC, PERMANENT OR SEMI-PERMANENT",
"applicant": "Proverum, Ltd.",
"productCode": "MER",
"deviceClass": "3",
"medicalSpecialty": "Gastroenterology, Urology",
"decision": "Approved",
"decisionDate": "2025-12-09",
"dateReceived": "2025-04-02",
"reviewDays": 251,
"submissionType": "Original PMA",
"statement": "The ProVee System for BPH is intended for the treatment of obstructive lower urinary tract symptoms...",
"url": "https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfpma/pma.cfm?id=P250011",
"changeType": "new-decision",
"checkedAt": "2026-09-23T20:27:21.650Z"
}

A 510(k) row also carries the applicant's country, the submission contact, the submission type (Traditional, Special or Abbreviated) and whether a third party did the review.

reviewDays is FDA's actual review time, from receipt to decision. Across a product code, it's a realistic benchmark for planning your own submission. The run summary includes the median.

PMA supplements are off by default. Labelling changes, manufacturing site moves and 30-day notices outnumber original approvals about fifty to one: 1,611 PMA decisions so far in 2026, of which 30 were new devices. Turn on includeSupplements if you do want them.

Watch a competitor

{
"applicants": ["Medtronic"],
"lastDays": 30,
"onlyChanged": true
}

Schedule it weekly. The first run records existing decisions. After that, you get each new clearance or approval once, the week FDA publishes it.

Run it as an API

curl -X POST "https://api.apify.com/v2/acts/arched_friend~medical-device-clearance-tracker/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"productCodes": ["QBJ"],
"lastDays": 365
}'

Pricing

You pay $0.002 for each decision returned. A quiet run with onlyChanged on costs nothing.

Watching a device category weeklyMonthly cost
Searching the FDA 510(k) and PMA databases by handan hour or more every week
Regulatory intelligence subscriptionsoften thousands per year
This Actorunder $1 per month for most watch lists

Common questions

Why is country empty on PMA rows? FDA doesn't publish a country for PMA approvals, and the Actor won't guess one. The country filter therefore applies only to 510(k) rows and never drops PMA approvals.

Does it include De Novo decisions? No. openFDA publishes 510(k) and PMA decisions. De Novo isn't available there.

How current is it? openFDA refreshes its device data weekly, usually a few days after FDA posts the decisions.

Do I need an API key? No. openFDA is open and keyless.

  • FDA Recall Monitor for recalls of the same devices after launch
  • Clinical Trial Monitor for devices still in trials
  • Regulation Change Monitor for FDA rules and guidance in the Federal Register
  • Company Hiring Monitor to see which device makers are scaling up