Knowing a Company’s ATS Is a Win for Your Application
The applicant tracking system a company uses decides whether a human ever sees your resume, and platforms like Greenhouse make it surprisingly easy to find out which one they run.
Most job seekers don't realize that the applicant tracking system a company uses determines whether a human being ever actually reads their resume. Send a keyword-stuffed, ATS-optimized resume straight to a human recruiter and it gets trashed. Skip optimizing for a large company's ATS entirely, and a human never sees it in the first place. Knowing which system a company runs changes the whole strategy.
Why the ATS matters more than people think
The core idea here is personalization at three levels at once: to the company, to the specific job, and to the ATS platform standing between the two. That's a different approach than sending one generic resume everywhere, and it starts with figuring out which ATS a given company actually uses.
Why this data is easier to find than expected
It turns out identifying a company's ATS is much easier than it sounds. Many major platforms, including Greenhouse, Workday, and Lever, expose their job data in ways that let anyone check whether a company is real, which ATS it's running, and what jobs it currently has open. These platforms are, after all, in the business of getting people hired, and companies like Greenhouse benefit when it's easy for job seekers and other job boards to find and surface their listings. Most of these platforms don't actively block this kind of access; at most, they make it mildly inconvenient rather than impossible.
The Greenhouse trick
Greenhouse in particular makes this remarkably simple. Trying a guessed company name against Greenhouse's URL pattern produces one of two outcomes. A 404 error means that company isn't using Greenhouse under that name. But a valid response, even one showing no current job openings, confirms the company does use Greenhouse. Testing this against real companies illustrates the pattern clearly: one lookup returns a 404, indicating no Greenhouse presence under that name; another, for a company like HubSpot, returns a valid but empty response; and a third, for Duolingo, returns a full list of open jobs in clean JSON format. Duolingo is a particularly useful example here since the company is relevant to international students, given its language-teaching focus and the fact that many international students already speak multiple languages.
A triple win
Getting a valid response from a lookup like this delivers three things at once: confirmation of which ATS a company uses, which shapes how a resume should be formatted and submitted; a genuine check on whether the company is real and active; and a live list of the company's actual current job openings, all pulled in one step. Greenhouse's JSON feed makes the job-scraping part especially clean, since the data comes back structured and ready to parse rather than needing to be extracted from a rendered webpage.
What this means when a company isn't on a major ATS
If a company doesn't show up under one of the handful of major ATS platforms, there's a good chance a human is reading applications by hand rather than running them through automated keyword filtering. That changes the resume strategy considerably: a resume built to survive ATS parsing isn't necessarily the same resume that reads best to a human reviewer, so knowing which situation you're in ahead of time matters.
Key takeaways
- The ATS a company uses determines whether a human recruiter ever sees your resume at all.
- A resume optimized for ATS parsing can actually get rejected by a human reviewer, and vice versa.
- Greenhouse, Workday, and Lever expose enough public data to detect ATS usage with a simple URL check.
- A Greenhouse company-name lookup returns a 404 for no presence, a valid empty response for no current jobs, or a full JSON job listing.
- Companies not using a major ATS platform likely review resumes manually, which calls for a different resume strategy entirely.
Try it yourself
If you're job hunting, especially as an international student navigating visa-sponsoring employers, checking a target company's ATS before applying is a quick, practical step. Planned follow-up tools will go further, tailoring resumes specifically to how each major ATS platform parses submissions.
Chapters
- 0:00Why the ATS system matters
- 0:32Human vs ATS: Why sending the wrong resume gets you rejected
- 1:02Personalizing for the company, job, and ATS
- 1:32Why many ATS platforms make data accessible
- 2:05Using “Company + Greenhouse” to detect ATS usage
- 2:40What 404 vs valid responses mean
- 3:10Example: Tesla, HubSpot, Duolingo
- 4:00Why Greenhouse’s JSON feed is a triple win
Full transcript(auto-generated, with timestamps)
Why the ATS system matters
[0:01]Okay, I have another video. It's called the strategic resume strategy or something like that. Uh, but it basically talks about the importance of understanding the ATS system of the company you're applying to. Um, because if you send a sort of ATS optimized keyword like resume to a human being, it'll be thrown in the trash. However, if on a bigger system, if you don't get it through the ATS system, a human won't read it. So, I have another video
Human vs ATS: Why sending the wrong resume gets you rejected
[0:32]Detailing why that's important. I did a bunch of research on this and has a bunch of suggestions. So, knowing the ATS system is important because we are going to personalize the application to both the company and the job position and the ATS system. And so there's a little guide on what we do, but it turns out this is actually pretty easy to do. A lot of the big ones, I don't know why they do this, but I'm guessing
Personalizing for the company, job, and ATS
[1:02]They're in the job of getting people hired. So they want to make it easy as possible for people like me and other companies like Monster and Dice or whatever to find their jobs. The easier it is to find their jobs, the more companies like Greenhouse are doing their job because their job is to help people hire effectively. So if they close down all their data, it's kind of difficult. Most are able to get the data even if it's their like traditional scraping. They don't block it or prevent it. It just they make it inconvenient.
Why many ATS platforms make data accessible
[1:32]Greenhouse makes it super simple. And so let me explain how this works. If I just try a company name and greenhouse and they're not in greenhouse, there are two things that could happen here. Either I got the name of Tesla. That's unlikely. Maybe they call themselves Tesla Inc. But we can take the same strategy we did with inferring the dams. We can just try what we guess this is. If it gets us a 404 error, what that means is Tesla does not use greenhouse at least under this name. However, if it uses greenhouse but has
Using “Company + Greenhouse” to detect ATS usage
[2:06]No jobs, it'll actually get us a valid response. It'll just tell us their jobs. And so that's a HubSpot. And if it's like dual lingo which has a lot of jobs uh and dualingo is particularly sort of important for international students because they teach languages and often international students know multiple languages. So that's a plus. Uh then it just lists all their jobs in a dunk format which makes it super easy for us just to parse this and integrate that in there.
What 404 vs valid responses mean
[2:40]So probably the day after Thanksgiving, maybe that Saturday, I'm also going to include ATS information. And it's kind of a double triple win for us because not only do I know, okay, you know, Dolingo is using Greenhouse, which will affect the way we send Dolingo a resume, it also gives us the jobs that they're willing to share publicly. And here's a few jobs for for uh Dolingo.
Example: Tesla, HubSpot, Duolingo
[3:12]And so this is kind of a triple win because uh it allows us to do another check on a company to see if it's real and what they do. Um, it tells us what kind of ATRI system. And again, I already have videos on why this is sort of critically important, but we're going to create tools that will personalize your application to the company, to the job, and to the ATS system that that comedy is using. And it also gets us jobs, actual jobs. So when, and we'll sort of do this for all the major ones. Here's there's a listing of what they are. And our assumption is if it's not in like the top five major ones, then they're probably just looking at these by hand, which will also affect the way you send somebody a resume. So
Why Greenhouse’s JSON feed is a triple win
[4:03]That if it's most likely they're just looking at things by hand, it makes sense to send a different resume than you would for a health uh ATS system. And then we're going to research exactly how for example green houses ATS system works in order to optimize it for greenhouse optimize another one for workday you know lever just optimize them for however that particular ATS system is doing whatever it does. Okay so that's a update. I probably won't make many updates tomorrow given it's Thanksgiving.
More videos
2:08Bridging the Pixel Gap in Browser Automation.
2:23How One Narrow Safety Rule Can Make an AI Less Safe Everywhere Else.
2:04Why splitting a chunk from its document makes it retrieve for the wrong question
4:20Three You Can Take Back. One You Can't.
2:21Why a 50-turn agent pays for the same screenshot 35 times unless it caches the pixels
1:53