Skip to main content

misc

Misc Options

These are miscellaneous/uncategorized filters for fine-tuning what types of companies to search for. For example, these fields can help to find hazmat or non-hazmat carriers; or to find carriers that may run driver teams.

Filter FieldValue / Resulting Behavior
hazmat_cert
0Any
1Include PHMSA Certified Hazmat Carriers
2Exclude PHMSA Certified Hazmat Carriers
hazmat_options
0Any
1Include Self Reported Hazmat Carriers
2Exclude Self Reported Hazmat Carriers
carrier_segment
0Any
1Find Combination Carriers
2Find Straight Carriers
carrier_lastmile
0Any
1Find Last Mile Carriers
2Find Non-Last Mile Carriers
carrier_drivers_team
0Any
1Find Carriers With Possible Team Drivers
carrier_trailer_drop
Note: this filter works best when used in combination with a Van or Flatbed equipment filter
0Any
1Find Carriers That Could Do Trailer Drops
carrier_inactivity
0Any
1Exclude "Low-Activity" Carriers (low #inspections, missing contact info, etc.)
ins1
1Has Bodily Injury/Property Damage (BIPD) Insurance
ins1_age_min
ins1_age_max
Set a range on the allowed age of the BIPD Insurance Policy in days
Usage example at bottom of page
ins1_exp_min
ins1_exp_max
Set a range on days until renewal for the BIPD Insurance Policy (0-365)
Usage example at bottom of page
ins2
1Has Cargo Insurance
ins2_age_min
ins2_age_max
Set a range on the allowed age of the Cargo Insurance Policy in days
Usage example at bottom of page
ins2_exp_min
ins2_exp_max
Set a range on days until renewal for the Cargo Insurance Policy (0-365)
Usage example at bottom of page
ins3
1Has Surety Bond
ins3_age_min
ins3_age_max
Set a range on the allowed age of the Surety Bond in days
Usage example at bottom of page
ins3_exp_min
ins3_exp_max
Set a range on days until renewal for the Surety Bond (0-365)
Usage example at bottom of page
Using ins_age_min with ins_age_max

To find companies with a policy age of 3 months to 6 months old, set:

// request body
{
"filters":{
"ins*_age_min": 90,
"ins*_age_max": 182
}
}
Using ins_exp_min with ins_exp_max

To find companies with a policy expiration date of 6 months to 12 months in the future, set:

// request body
{
"filters":{
"ins*_exp_min": 182,
"ins*_exp_max": 365
}
}

These properties accept values between 0 and 365