> ## Documentation Index
> Fetch the complete documentation index at: https://tmbv.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Complete Job Search Guide

> Stop guessing your way through applications. This step-by-step system turns your job search into a focused, high-impact campaign.

export const FramedYouTube = ({src, title}) => {
  const getYouTubeId = url => {
    if (!url) return null;
    const embedMatch = url.match(/youtube\.com\/embed\/([^?&]+)/);
    if (embedMatch) return embedMatch[1];
    const watchMatch = url.match(/youtube\.com\/watch\?v=([^&]+)/);
    if (watchMatch) return watchMatch[1];
    const shortMatch = url.match(/youtu\.be\/([^?&]+)/);
    if (shortMatch) return shortMatch[1];
    return null;
  };
  const videoId = getYouTubeId(src);
  const embedUrl = videoId ? `https://www.youtube.com/embed/${videoId}?modestbranding=1&rel=0&showinfo=0` : src;
  return <Frame>
			<iframe className="w-full aspect-video rounded-xl" src={embedUrl} title={title} aria-label={title} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
		</Frame>;
};

export const FramedImage = ({src, alt, ariaLabel, citationText, citationUrl}) => {
  const caption = citationText ? citationUrl ? <a href={citationUrl} target="_blank" rel="noopener noreferrer">
				{citationText}
			</a> : citationText : undefined;
  return <Frame caption={caption}>
			<img src={src} alt={alt} aria-label={ariaLabel || alt} />
		</Frame>;
};

<FramedYouTube src="https://www.youtube.com/watch?v=0Il4Gx9rsXI" title="Attainble Job Search" />

## The Stack

You'll be using the following tools to help you land your next interview:

* [Advanced Job Search](https://go.tmbv.me/ajs) - A powerful job search tool that helps us find the exact job that we're looking for.
* [Application Autofill](https://chromewebstore.google.com/detail/simplify-copilot-autofill/pbanhockgagggenencehbnadejlgchfc) - A great Chrome extension that'll help us fill out job applications with a single click.
* [Finding Outreach Contacts](https://www.linkedin.com/search/results/people/?currentCompany=%5B%2250076%22%5D\&geoUrn=%5B%22103644278%22%5D\&origin=GLOBAL_SEARCH_HEADER\&profileLanguage=%5B%22en%22%5D\&sid=2%2CH\&titleFreeText=talent) - Using LinkedIn's advanced search, you can easily find people who work at the company that you're applying to. This is a great way to find someone who might help you get in touch with the hiring manager or the recruiter for that role.
* [Outreach Templating](https://go.tmbv.me/app-outreach) - Effortlessly create personalized connection notes or InMails for any LinkedIn contact with our outreach templating tool.

<Info>
  <p>Before we get started, make sure you have the following resources:</p>

  <ul>
    <li>LinkedIn Account</li>
    <li>Resume</li>

    <li>
      Cover Letter (optional as{' '}

      <a target="_blank" rel="noopener noreferrer" href="https://chat.openai.com/">
        ChatGPT
      </a>

      {' '}

      can help you create a tailored one 😄)
    </li>
  </ul>
</Info>

<CardGroup cols={2}>
  <Card title="Advanced Job Search" icon="circle-1" href="#advanced-job-search">
    Actually find the job you're looking for.
  </Card>

  <Card title="Autofill Apps" icon="circle-2" href="#autofill-job-application">
    Fill out job applications with a single click.
  </Card>

  <Card title="Finding Contacts" icon="circle-3" href="#finding-outreach-contacts">
    Find people at the company to potentially reach out to.
  </Card>

  <Card title="Reaching Out" icon="circle-4" href="#reaching-out">
    Easily create outreach messages for any LinkedIn contact.
  </Card>
</CardGroup>

## Advanced Job Search

The first step to landing an interview is finding the right job.
I've built a [powerful job search tool](https://go.tmbv.me/ajs) that helps you find the exact job that you're looking for.
You can filter by job title, location, company, and more.

<Tip>
  Initially limiting your search to the **last 1 to 5 days** can enhance your application's visibility to recruiters.

  This is because most job boards prioritize applications based on submission date, with the latest submissions appearing at the top of the list.

  Thus, hiring teams usually follow a **First In, First Out [(FIFO)](https://youtu.be/1WwhfB3Rs14?si=eWBWaKzkFGW2AT7B\&t=159)** approach for **reviewing applications**,
  meaning the earlier you apply, the better your chances of being seen.

  This is in contrast to i.e. BIFO (Best In, First Out) when presenting candidates or LIFO (Last In, First Out) for laying off employees 😄.
</Tip>

This tool works by **accepting user inputs** like job title or different experience levels a user may want to target or negate.
It then **uses these inputs to generate a search query** that can be used to search for jobs on different job boards like LinkedIn, Ashby, Greenhouse, and more.

### Scenario

You're a student looking for a summer internship in software engineering.

<FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/www.attainble.com_advanced-job-search.png?updatedAt=1755056216053" ariaLabel="Advanced Job Search interface showing software engineering internship filters and results" alt="Screenshot of Advanced Job Search interface showing software engineering internship filters and results" />

For example, if you click `Open` on the Greenhouse result, you'll be taken to google.com with the following google search query:

```
site:boards.greenhouse.io/* (inurl:"/job/" OR inurl:"/jobs/" OR inurl:"/apply/") intitle:"software engineer" (intitle:"intern" OR intitle:"internship")
```

View the Greenhouse result by clicking [here](https://www.google.com/search?q=site%3Aboards.greenhouse.io%2F*%20inurl%3A%22%2Fjobs%2F%22%20%22Apply%20for%20this%20Job%22%20intitle%3A%22software%20engineer%22%20\(intitle%3A%22intern%22%20OR%20intitle%3A%22internship%22\)%20-%222%20years%22%20-%222%2B%20years%22%20-%223%20years%22%20-%223%2B%20years%22%20-%224%20years%22%20-%224%2B%20years%22%20-%225%20years%22%20-%225%2B%20years%22).

## Autofill Job Application

Now from the search result above, let's say you found a job that you're interested in...

<FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/Screenshot%202024-02-18%20at%209.44.54%20PM.png?updatedAt=1755056216129" ariaLabel="Software Engineering Internship at Greenhouse" alt="Software Engineering Internship at Greenhouse" />

When you visit the job application page, you can use the [Simplify Autofill](https://chromewebstore.google.com/detail/simplify-copilot-autofill/pbanhockgagggenencehbnadejlgchfc) Chrome extension to fill out the application with a single click.

<FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/Screenshot%202024-02-18%20at%2010.33.35%20PM.png?updatedAt=1755056216097" ariaLabel="Job Application Page - Simplify CoPilot Autofill" alt="Job Application Page - Simplify CoPilot Autofill" />

Here, if you click `LET'S DO IT!` on the extension popup, it'll **autofill** the application form with the details you've provided during onboarding.

<FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/Screenshot%202024-02-18%20at%2010.38.22%20PM.png?updatedAt=1755056215969" ariaLabel="Job Application Page - Simplify CoPilot Autofill" alt="Simplify CoPilot - Filling" />

## Finding Outreach Contacts

<Warning>
  Skip this section if the **hiring team** exists in the job description.
</Warning>

After applying to the job above, you can use [LinkedIn search](https://www.linkedin.com/search/results/people/) to find people who work at the company you're applying to.

### LinkedIn People Search

For example, if you're looking for contacts at Neuralink, you can set the following filters:

* Type: `People`
* Location: `United States`
* Current Company: `Neuralink`
* Profile Language: `English`
* Title Keywords: `recruiter` (or any other relevant title)

<FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/Screenshot%202024-02-18%20at%2011.02.23%20PM.png?updatedAt=1755056216143" ariaLabel="LinkedIn People Search" alt="LinkedIn People Search" />

Here, you can see a list of `recruiters` in `United States` who work at `Neuralink`.

## Reaching Out

Finally, you can use [this simple outreach templating tool](https://go.tmbv.me/app-outreach) to create personalized connection notes or InMails for any LinkedIn contact.
You can always *customize the output message* to fit your needs. 😄

Let's say you want to reach out to Laura (from the result above). You can use the outreach templating tool to create a personalized message for them.

<FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/Screenshot%202024-02-18%20at%2011.20.59%20PM.png?updatedAt=1755056216172" ariaLabel="Outreach Templating - Laura example" alt="Outreach Templating - Laura" />

Below, you have two different outreach messages that you can use to reach out to Laura.

<Tabs>
  <Tab title="Cold Outreach">
    If the person you're reaching out to works at the company you're applying to, but **isn't the direct hiring manager or recruiter** for the role.

    <FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/Screenshot%202024-02-18%20at%2011.21.05%20PM.png?updatedAt=1755056216033" ariaLabel="Cold Outreach" alt="Cold Outreach" />
  </Tab>

  <Tab title="Warm Outreach">
    If the person you're reaching out to **is the direct hiring manager or recruiter** for the role.

    <FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/Screenshot%202024-02-18%20at%2011.21.12%20PM.png?updatedAt=1755056216081" ariaLabel="Warm Outreach" alt="Warm Outreach" />
  </Tab>
</Tabs>

<Note>
  Messages are short (and to the point) so they can be used as `connection
    	notes` on LinkedIn or as the body of an InMail.
</Note>

You can copy the message and use it to reach out to Laura on LinkedIn. This is a great way to get in touch with someone who might help you get your application noticed!

<FramedImage src="https://ik.imagekit.io/pqnkhqkwi/tmbv/complete%20job%20search%20guide/Screenshot%202024-02-18%20at%2011.33.38%20PM.png?updatedAt=1755056216076" ariaLabel="Finished Outreach Message - Laura example" alt="Finished Outreach Message - Laura example" />

## 🎉 Done!
