> For the complete documentation index, see [llms.txt](https://docs.zero.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zero.inc/features/ai-properties/ai-properties-examples/list-open-positions.md).

# List Open Positions

## **Use case**

Search and list open positions for the company

<details>

<summary><strong>Prompt</strong></summary>

Conduct a search to find open engineering job positions for <mark style="color:red;background-color:orange;">**Company**</mark> (<mark style="color:red;background-color:orange;">**Domain**</mark>). Search both:

1. **The company’s official Careers page** (typically found on <mark style="color:red;background-color:orange;">**Domain**</mark>/careers or <mark style="color:red;background-color:orange;">**Domain**</mark>/jobs).
2. **Third-party job platforms** where the company may host listings (e.g., Ashby, Lever, Greenhouse, Workable).

**Step 1: Search the company’s website&#x20;**<mark style="color:red;background-color:orange;">**Domain**</mark> **for a Careers page.**

* Look for a Careers, Jobs, Open Positions or Join Us page.
* Extract all open engineering job positions listed.

**Step 2: If no open positions are found on the company’s website, perform a Google search using the following query:**

\*site:\*<mark style="color:red;background-color:orange;">**Domain**</mark> *careers*

**Step 3: If no positions are found via Steps 1 & 2, perform a Google search on third-party platforms:**

*site:*[*ashbyhq.com*](http://ashbyhq.com/) *OR site:*[*lever.co*](http://lever.co/) *OR site:*[*greenhouse.io*](http://greenhouse.io/) *OR site:*[*workable.com*](http://workable.com/) <mark style="color:red;background-color:orange;">**Company**</mark> *engineering jobs*

**Important requirements:**

1. **Job Titles Only:** Extract and list all open engineering positions (e.g., ‘Software Engineer’, ‘DevOps Engineer’, ‘Backend Developer’).
2. **Concise Output Format:** Present results as a simple list, separating job titles with commas:

* **Example Output:** *Software Engineer, Backend Developer, DevOps Engineer*

3. **Prioritize the Company’s Own Careers Page First:** If jobs are found on the company’s website, return those. Only search third-party platforms if no positions are found.
4. **Fallback Handling:** If no open engineering job positions are found, explicitly state: *‘No open engineering positions were found for* <mark style="color:red;background-color:orange;">**Company**</mark>.

</details>

<figure><img src="/files/h1iIDjT1lQt4vITKw7wp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XY1IwzhmrcdF8nr6qaaX" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.zero.inc/features/ai-properties/ai-properties-examples/list-open-positions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
