Skip to content

Top Automative Employers of Software Roles in 2021

50 of the largest automotive employers of software roles in 2021, or any year you'd like.

Get this dataset free →

valuecountcallbackQuery
general motors company1814type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"general motors company" isCurrent:true}
ford motor company1087type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"ford motor company" isCurrent:true}
tesla483type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"tesla" isCurrent:true}
zf friedrichshafen ag430type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"zf friedrichshafen ag" isCurrent:true}
volvo cars236type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"volvo cars" isCurrent:true}
cox automotive237type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"cox automotive" isCurrent:true}

Records sampled from the original dataset.

Query

Sign in to the Dashboard or paste the query below into the query parameter of your API request. Learn more about DQL.

DQL
type:Person employments.{or(to<"12-31-2021", from<"12-31-2021") or(or(to>"1-1-2021", isCurrent:true), from>"1-1-2021") title:"Software" employer.industries:"Car"} facet:employments.{employer.name or(to<"12-31-2021", from<"12-31-2021") or(or(to>"1-1-2021", isCurrent:true), from>"1-1-2021")}

Field notes

There are a few simple tricks to modify this query to your needs —

  • Replace all instances of "2021" with any year
  • Replace "Software" with any role title
  • Replace "Car" with any standard industry designation (see full list)

How that Date Range Works

Here's an illustration of how it comes together:

A venn diagram of how the date ranges overlap to form the total headcount of a company in 2021

Essentially what we're hoping to achieve with this is a date range that covers:

  1. Everyone who started in 2021 and left in 2021
  2. Everyone who started prior to 2021 and left some time in 2021
  3. Everyone who started prior to 2021 and is still there
  4. Everyone who started some time in 2021 and left after 2021
  5. Everyone who started some time in 2021 and is still there