FDA: Search Pma
FDA via Parse · government_public
Search the FDA PMA database by device name, product code, applicant, or PMA number. At least one search parameter (device_name, product_code, applicant, or pma_number) is required. Supports combining multiple filters and pagination. Returns paginated results sorted by the specified field. Search and retrieve FDA premarket approval (PMA) data for medical devices, including approval details, supplements, applicant information, and advisory committee data. Fulfilled by Parse from www.accessdata.fda.gov.
- b2b-directory
- fda
- government-public
- healthcare
- parse
- platform-key
- www-accessdata-fda-gov
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/21ac37c7-dfa1-44a5-8cc3-d79df24d98b8/search_pma
- Interface artifact
- sha256:86f863d7b26f0f97a1ccbc71792f35adef01bd7bddaad6b225e395469d36a8d9
- Manifest digest
- sha256:1a9c65239290c8bef2433d3006e6f5c59518cad70890b898d74a5ba7d1985bf0
Request fields
- skip (integer): Number of results to skip for pagination
- sort (string): Sort field and direction (e.g., 'decision_date:desc')
- limit (integer): Number of results per page (1-100)
- applicant (string): Applicant/manufacturer name (e.g., 'medtronic', 'abbott')
- pma_number (string): PMA number (e.g., 'P200049')
- device_name (string): Device/trade name to search for (e.g., 'pacemaker', 'cardiac')
- product_code (string): FDA product code (e.g., 'LWP', 'NGV')
Example queries
- {"skip":"0","sort":"decision_date:desc","limit":"5","applicant":"medtronic"}