List Open Positions

Use case

Search and list open positions for the company

Prompt

Conduct a search to find open engineering job positions for Company (Domain). Search both:

  1. The company’s official Careers page (typically found on Domain/careers or Domain/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 Domain 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:*Domain careers

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

site:ashbyhq.com OR site:lever.co OR site:greenhouse.io OR site:workable.com Company 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

  1. 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.

  2. Fallback Handling: If no open engineering job positions are found, explicitly state: ‘No open engineering positions were found for Company.

Last updated