VOOZH about

URL: https://apify.com/compute-edge/fra-grade-crossings-scraper

โ‡ฑ FRA Highway-Rail Grade Crossing Incidents Scraper ยท Apify


๐Ÿ‘ FRA Highway-Rail Grade Crossing Incidents Scraper avatar

FRA Highway-Rail Grade Crossing Incidents Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store

FRA Highway-Rail Grade Crossing Incidents Scraper

Extract highway-rail grade crossing incident reports from the Federal Railroad Administration including casualties, equipment, and location data.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Categories

Share

Extract highway-rail grade crossing incident reports from the Federal Railroad Administration (FRA) open data portal. This Actor provides access to over 250,000 grade crossing incident records dating back to 1975, sourced directly from the U.S. Department of Transportation's official Socrata API.

Use this scraper to analyze grade crossing safety trends, research specific incidents by location or railroad, identify high-risk crossings by casualties or damage, and build datasets for transportation safety research, railroad liability analysis, risk assessment, and investigative journalism.

Key Features

  • 250,000+ incident records from 1975 to present
  • Filter by state โ€” target specific states (Texas, California, Ohio, etc.)
  • Filter by railroad โ€” search by railroad company name (Union Pacific, CSX, BNSF, etc.)
  • Filter by year range โ€” specify start and end years for targeted analysis
  • Filter by highway user type โ€” auto, truck, bus, pedestrian, motorcycle, or other
  • Detailed casualty data โ€” total killed and injured
  • Equipment tracking โ€” equipment involved, equipment type, equipment struck
  • Location data โ€” state, county, city, highway name
  • Environmental context โ€” temperature, visibility, weather conditions
  • Train details โ€” train speed during incident
  • Vehicle information โ€” estimated vehicle speed and direction
  • Damage assessment โ€” vehicle damage classification
  • Warning devices โ€” crossing warning device status
  • Hazmat tracking โ€” hazmat involvement classification
  • Incident narratives โ€” detailed text descriptions when available
FieldDescription
railroadNameName of the railroad involved
dateDate of the grade crossing incident
stateName / countyNameState and county where the incident occurred
cityNameCity or nearest city to the incident
highwayNameName of the highway at the crossing
highwayUserType of highway user (Auto, Truck, Bus, Pedestrian, etc.)
vehicleSpeedEstimated speed of vehicle (mph)
trainSpeedSpeed of the train (mph)
publicPrivateWhether crossing is public or private
warningDeviceType of warning device at crossing
equipmentInvolvedType of vehicle/equipment involved
equipmentTypeMore detailed equipment type
totalKilledTotal fatalities
totalInjuredTotal injuries
vehicleDamageSeverity of vehicle damage
hazmatInvolvementWhether hazmat was involved
narrativeDetailed text description of the incident

How to Scrape FRA Grade Crossing Incident Data

  1. Go to this Actor's page on the Apify Store
  2. Click "Start" to open the input configuration form
  3. Set your filters:
    • Enter a State name (e.g., Texas, California) or leave blank for all states
    • Enter a Railroad Name (e.g., Union Pacific) or leave blank for all railroads
    • Set Start Year and End Year to narrow the date range
    • Enter a Highway User Type (e.g., Auto, Truck) or leave blank for all types
    • Set Max Results to control how many records you want (default: 100)
  4. Click "Start" to run the Actor
  5. Download your data in JSON, CSV, Excel, or other formats from the Dataset tab

Example: Find All Texas Auto-vs-Train Incidents in 2022-2023 with Fatalities

{
"state":"Texas",
"highwayUser":"Auto",
"startYear":2022,
"endYear":2023,
"maxResults":500
}

Example: Find All Union Pacific Grade Crossing Incidents Nationwide Since 2020

{
"railroad":"Union Pacific",
"startYear":2020,
"maxResults":1000
}

Example: Find All Truck-Involved Grade Crossing Incidents Nationwide

{
"highwayUser":"Truck",
"maxResults":2000
}

Pricing

This Actor uses a pay-per-result pricing model:

Cost TypePrice
Per Actor start$0.00005
Per result$0.003

Example costs:

  • 100 incident records: ~$0.30
  • 1,000 incident records: ~$3.00
  • 10,000 incident records: ~$30.00

You also pay standard Apify platform compute costs on top of Actor pricing.

Input Parameters

ParameterTypeRequiredDefaultDescription
statestringNo(all)State name (e.g., Texas, California)
railroadstringNo(all)Railroad name filter (partial match, e.g., Union Pacific)
startYearintegerNo(any)Start year (1975-2030)
endYearintegerNo(any)End year (1975-2030)
highwayUserstringNo(all)Highway user type (e.g., Auto, Truck, Bus)
maxResultsintegerNo100Maximum results to return (1-250,000)

Output Example

{
"date":"2023-06-15T00:00:00.000",
"time":"3:45 PM",
"railroadCode":"UP",
"railroadName":"Union Pacific Railroad Company",
"incidentNumber":"0623GC001",
"gradeCrossingId":"TX1234567",
"stateName":"Texas",
"countyName":"Harris",
"cityName":"Houston",
"highwayName":"State Highway 290",
"publicPrivate":"Public",
"highwayUser":"Auto",
"vehicleSpeed":35,
"vehicleDirection":"East",
"equipmentInvolved":"Automobile",
"equipmentType":"2-door sedan",
"equipmentStruck":"Yes",
"hazmatInvolvement":"No",
"temperature":92.5,
"visibility":"Good",
"weatherCondition":"Clear",
"trainSpeed":45,
"totalKilled":0,
"totalInjured":2,
"vehicleDamage":"Major",
"warningDevice":"Crossing gate and bells",
"narrative":"Vehicle failed to stop at crossing gate and collided with freight train. Driver and passenger sustained non-life-threatening injuries."
}

FAQ

Is it legal to scrape FRA grade crossing data?

Yes. This Actor accesses publicly available data from the U.S. Department of Transportation's open data portal. The data is public government data made freely available under open data initiatives. No authentication is required.

How Much Does It Cost to Scrape FRA Grade Crossing Data?

See the pricing table above. At $0.003 per result, fetching 1,000 incident records costs approximately $3.00 in Actor fees plus minimal Apify compute costs.

Can I export grade crossing data to Excel or CSV?

Yes. Apify supports exporting results in JSON, CSV, Excel, XML, and other formats directly from the Dataset tab after a run completes.

How often is the FRA data updated?

The FRA updates the Socrata dataset regularly. Most recent data is typically available within a few months of the incident date. You can schedule this Actor to run at any interval.

What date range does the data cover?

The FRA database contains over 250,000 grade crossing incident records dating back to 1975, with data extending to the present.

What are the different highway user types?

Common highway user types in the dataset include: Auto (passenger car), Truck, Bus, Pedestrian, Motorcycle, Farm Equipment, Other Motor Vehicle, and more.

Can I filter by multiple states at once?

Currently, the input accepts a single state name. To extract data for multiple states, run the Actor multiple times with different state filters, or request a larger maxResults value and filter the results afterward.

Data Quality

This dataset is maintained by the Federal Railroad Administration and represents officially reported grade crossing incidents. Data quality and completeness may vary depending on reporting requirements and railroad company practices. Some fields may be null for older incidents or those with incomplete reporting.

Other Scrapers by SeatSignal

Legal Disclaimer

This Actor extracts publicly available data from the U.S. Department of Transportation's open data portal (data.transportation.gov). This is public government data made freely available under open data initiatives. The data is provided "as is" without warranty. Users are responsible for ensuring their use of the data complies with applicable laws and regulations. This Actor does not access any restricted, private, or authenticated data sources.

For questions or support, contact the Actor author through the Apify Store.

You might also like

FRA Railroad Accidents & Incidents Scraper

compute-edge/fra-railroad-accidents-scraper

Extract railroad accident and incident reports from the Federal Railroad Administration (FRA) open data. Filter by state, railroad, year range, accident type, and minimum damage cost. 181,000+ reports since 1975.

NTSB Aviation Accident Scraper

parseforge/ntsb-accident-scraper

Scrape NTSB accident investigation records covering aviation, highway, rail, and marine incidents. Get event dates, locations, aircraft details, injury levels, and investigation reports. Filter by mode, state, injury severity, and date range.

UK National Rail Scraper โ€” Live Train Times, Boards & Delays

jungle_synthesizer/national-rail-uk-timetable-scraper

Scrape live UK rail data from National Rail: departure and arrival boards by station, real-time delays, cancellations, platforms, and operator info. Covers GWR, LNER, Avanti, Southern, Thameslink, ScotRail, TfW, Elizabeth line, CrossCountry, Northern, and more.

๐Ÿ‘ User avatar

BowTiedRaccoon

4

DNIT Brazil Highway Traffic Scraper

parseforge/dnit-brazil-traffic-scraper

Tap into DNIT open data for Brazilian federal highways and pull road_id, km, latitude, longitude, vehicle_count, traffic_type, date, and region. Filter by UF state. Great for logistics planning, infrastructure analysis, and mobility studies across the BR highway grid.

Irish Rail Scraper - Train Fares & Schedules

studio-amba/irish-rail-scraper

Scrape train schedules, fares, and real-time data from Irish Rail (irishrail.ie). Extract Intercity, DART, Commuter, and Enterprise routes across Ireland. No login required.

Government Recalls Monitor

datapilot/government-recalls-monitor

Recall Alert Scraper collects product recalls from U.S. Food and Drug Administration and National Highway Traffic Safety Administration. It filters by keyword, extracts recall details, and outputs structured JSON for food, drug, medical device, and vehicle safety monitoring. ๐Ÿšจ๐Ÿ“ฆ

NTSB Aviation Accident Investigations Scraper

compute-edge/ntsb-aviation-scraper

Extract NTSB aviation accident and incident investigations from the official CAROL database. Filter by date, state, severity, aircraft make/model. 180,000+ historical records, plus Highway, Marine, Pipeline, Railroad, Hazmat modes.

Irish Rail Realtime Scraper

parseforge/irishrail-realtime-scraper

Stream live Irish Rail train movements with train code, public message, direction, status, and last reported location. Filter by Northbound or Southbound to follow commuter and intercity services across Ireland for transit apps, dashboards, or delay analytics.

Japan Rail Scraper - JR, Shinkansen, Metro Timetables

jungle_synthesizer/japan-rail-timetable-scraper

Scrape Japan rail timetables and fares from Yahoo! Transit. Covers JR Group, every Shinkansen line, Tokyo Metro, Toei, and major private rail (Odakyu, Tokyu, Keio, Hankyu, Kintetsu, etc). Returns IC fare, transfers, segments, train type, JR Pass eligibility. Hyperdia replacement.

๐Ÿ‘ User avatar

BowTiedRaccoon

4