Florida Restaurant Inspection Alerts
Pricing
from $1.00 / 1,000 results
Florida Restaurant Inspection Alerts
Scrape official Florida restaurant inspection records by county, ZIP, license, date, outcome, or violation severity. Export clean data or monitor newly published inspections. Unofficial independent Actor; not affiliated with Florida DBPR.
Pricing
from $1.00 / 1,000 results
Rating
5.0
(1)
Developer
Neocrea Labs
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
9 days ago
Last modified
Categories
Share
Turn official Florida DBPR restaurant inspection records into clean, filterable data—without writing code. Find inspections by county, ZIP code, license, date, outcome, or violation severity, then export the results or monitor newly published inspections.
Unofficial independent Actor: This Actor is not affiliated with, sponsored by, or endorsed by the Florida Department of Business and Professional Regulation (DBPR).
Florida restaurant inspection data, ready to use
This Florida restaurant inspection scraper processes the official DBPR public-record export and creates one consistent record per inspection visit. Use the visual input form for a quick search or call the Actor through the Apify API for an automated workflow.
- Search statewide or narrow results by county, ZIP code, license number, date, disposition, and minimum violation counts.
- Receive normalized business, location, inspection, disposition, and violation fields.
- Export the dataset to JSON, CSV, or Excel, or access it through the API.
- Schedule repeat runs and emit only newly published matching inspections with delta mode.
- Connect successful runs to Apify webhooks, Make, Zapier, Slack, email, or your own system.
Quick start: get results in under a minute
- Open the Input tab. The verified official DBPR data source is already filled in.
- Choose a county or another optional filter. Leave filters empty to search the full available export.
- Set Maximum results high enough for your search scope.
- Click Start and open the Output tab when the run succeeds.
You do not need to enter a URL or write JSON. The following is only an API example equivalent to the form:
{"counties": ["Brevard"],"minHighPriorityViolations": 1,"deltaMode": false,"maxItems": 1000}
What data can you extract?
| Field | Description |
|---|---|
businessName | Restaurant or food-service establishment name |
licenseNumber | DBPR license identifier |
inspectionDate | Inspection date in a normalized format |
county, city, zipCode | Available location fields |
disposition | Published inspection outcome or disposition |
highPriorityViolations | High-priority violation count |
intermediateViolations | Intermediate violation count |
basicViolations | Basic violation count |
eventId | Stable identifier for the normalized inspection event |
sourceUrl | Original DBPR public-record download used by the run |
Missing source values are returned as null. Rows without a license number or a parseable inspection date are skipped.
Monitor newly published Florida restaurant violations
Turn on deltaMode for a recurring inspection feed. On later runs with the same source and filters, the Actor emits only newly observed inspection records after the stored watermark, including unseen records added on the watermark date.
- Use
baselineOnFirstRun: trueto save the initial result set silently and alert only on later additions. - Use
baselineOnFirstRun: falseto receive the current matches first, then switch to delta behavior. - Create an Apify schedule to run the Actor automatically after the expected DBPR refresh.
- Add a webhook or Make/Zapier workflow that checks the output dataset and sends a Slack or email message when it contains results.
Delta mode tracks newly published matching inspection records. It does not claim to detect every possible correction to an older DBPR row. Keep the source and filters stable, avoid overlapping runs of the same monitor, and choose a maxItems value large enough to cover the complete filtered scope.
Florida restaurant inspection API and exports
Run the Actor from Apify Console, a saved task, a schedule, or the API:
POST https://api.apify.com/v2/acts/neocrea-labs~florida-restaurant-inspection-alerts/runs?token=YOUR_API_TOKEN
Send the same fields shown in the Input form as the JSON request body. Results are stored in the run's default dataset, where they can be previewed, downloaded, or retrieved programmatically. Keep API tokens in your secret manager—never commit them to source control.
Use cases
Multi-location restaurant compliance monitoring
Filter by license or geography and route newly published high-priority findings into an internal review queue. The records are operational signals, not legal conclusions.
Food-safety consulting and portfolio review
Convert weekly Florida food-safety inspection data into consistent, source-linked records for trend review and follow-up prioritization.
Pest-control and restaurant-service prospecting
Public restaurant violation data can help service teams prioritize territories and timely outreach. Users remain responsible for lawful marketing, source verification, and applicable contact or solicitation rules. The Actor does not provide private contact details or determine sales intent.
Pricing
The Store price is $0.01 per Actor start plus $1.00 per 1,000 dataset results. A narrow filtered run can therefore be inexpensive, while broad searches cost in proportion to the results produced. The current price shown by Apify at the time of your run is authoritative.
Frequently asked questions
Is this an official Florida DBPR Actor?
No. It is an independent data tool that processes a public-record export published by Florida DBPR. Verify important decisions against the linked official source.
Does the Actor run continuously in the background?
Not by itself. Create an Apify schedule or saved task for automatic recurring runs. Delta mode then compares each completed run with its stored scope-specific state.
Why did my first delta run return no results?
If baselineOnFirstRun is enabled, the first run intentionally stores the current matches without emitting them. Future runs return newly observed records.
Why did I receive fewer results than expected?
Check your filters and maxItems. This limit bounds the matching records inspected, not only the final display. Broad county or statewide searches may require a higher value, up to the schema limit.
How often is the source updated?
DBPR states that its current download data is generally updated weekly. Publication timing remains controlled by DBPR, not this Actor.
Does it include restaurant contact details?
No. The output is focused on public inspection, license, business, location, disposition, violation-count, and source fields.
Data source, accuracy, and limitations
The Actor processes links to official Florida DBPR restaurant inspection CSV or ZIP downloads. Inspection records describe conditions recorded at inspection time. DBPR may change its export layout or publication schedule; this Actor recognizes documented header names and common variants but intentionally does not infer undocumented columns.
This product is a Florida restaurant inspection data normalizer and alert feed—not a general DBPR license scraper, legal compliance service, or guarantee that the source is complete or current.
Support
If a run fails or the source format appears to have changed, open the Actor's Issues tab and include the run ID, the filters used, and the error message. Do not include API tokens or other secrets.