LPR Flock Cameras avatar

LPR Flock Cameras

Under maintenance

Pricing

Pay per usage

Go to Apify Store
LPR Flock Cameras

LPR Flock Cameras

Under maintenance

Flock Cameras Locations Scraper Apify Actor that collects and maintains a comprehensive, up-to-date dataset of **Flock Safety** camera locations (license plate readers / ALPR cameras).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Joshua Almasin

Joshua Almasin

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

a month ago

Last modified

Share

Flock Cameras Locations Scraper

Apify Actor that collects and maintains a comprehensive, up-to-date dataset of Flock Safety camera locations (license plate readers / ALPR cameras).

Current coverage:
Over 75,000 camera locations (and growing), updated daily from multiple public, semi-public, and aggregated sources.

Data Fields

Each record contains:

  • id — unique camera identifier
  • lat — latitude
  • lon — longitude
  • city — city name
  • country — country code (primarily "US")

Example Output Item

{
"id": "abc123def456",
"lat": 33.7285,
"lon": -117.0123,
"city": "Menifee",
"country": "US"
}

Input Schema

FieldTypeDefaultRequiredDescription
modestring"city"YesFilter mode. Supported values: "city", "country", "id" (more may be added in future updates)
namestring"Menifee"YesThe value to filter by, depending on the selected mode:
• city name (e.g. "Austin", "Menifee")
• country (e.g. "United States")

Notes

  • Both fields are required according to the current schema.
  • If no input is provided, the Actor uses the default values (mode: "city", name: "Menifee").

Example Input Objects

Filter by city:

{
"mode": "city",
"name": "Austin"
}

Filter by country:

{
"mode": "country",
"name": "United States"
}