FDA Warning Letter Scraper avatar

FDA Warning Letter Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
FDA Warning Letter Scraper

FDA Warning Letter Scraper

Scrapes FDA Warning Letters using the official Drupal DataTables JSON endpoint that powers the search table, providing clean, paginated results newest first. Supports keyword, issuing office, and date filters, with no authentication required and raw source data preserved.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Scrapes FDA warning letters from the official fda.gov Warning Letters search page. Instead of parsing HTML pages, it that powers the search table, so it gets clean, paginated data — newest posted letters first. No authentication required. calls the Drupal DataTables JSON endpoint

Input

FieldDefaultDescription
keyword""Full-text filter (company name, subject, letter text), applied server-side.
issuing_office""Filter by issuing office, e.g. Center for Tobacco Products.
posted_after""Only letters posted on/after this date (YYYY-MM-DD); stops paging early.
limit100Max records to return (1–5000).

Output

{
"posted_date": "2026-08-04",
"letter_issue_date": "2026-07-15",
"company_name": "AAL Trading Inc.",
"issuing_office": "Office of Inspections and Investigations",
"subject": "Foreign Supplier Verification Program (FSVP)",
"letter_url": "https://www.fda.gov/inspections-compliance-enforcement-and-criminal-investigations/warning-letters/aal-trading-inc-732493-07152026",
"raw": ["<time ...>08/04/2026</time>", "..."]
}