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.
| value | count | callbackQuery |
|---|---|---|
| general motors company | 1814 | type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"general motors company" isCurrent:true} |
| ford motor company | 1087 | type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"ford motor company" isCurrent:true} |
| tesla | 483 | type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"tesla" isCurrent:true} |
| zf friedrichshafen ag | 430 | type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"zf friedrichshafen ag" isCurrent:true} |
| volvo cars | 236 | type:Person employments.{isCurrent:true title:"Software" employer.industries:"Car"} employments.{strict:employer.name:"volvo cars" isCurrent:true} |
| cox automotive | 237 | type: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:
Essentially what we're hoping to achieve with this is a date range that covers:
- Everyone who started in 2021 and left in 2021
- Everyone who started prior to 2021 and left some time in 2021
- Everyone who started prior to 2021 and is still there
- Everyone who started some time in 2021 and left after 2021
- Everyone who started some time in 2021 and is still there