← Back to all apps

Johns Hopkins Careers

Businessby SonicJobs Inc.
Launched Mar 6, 2026 on ChatGPT

Johns Hopkins makes it easy to find the right job seamlessly in ChatGPT.

You can search open roles by title or keywords, then refine results by location and salary to help decide which opportunities fit you best.

Try asking things like:

  • Find nurse jobs in Baltimore over $90k
  • Show me medical assistant jobs

When you’re ready, click ‘View & Apply’ on ChatGPT, and you’ll go straight to the John Hopkins Careers site to complete the application.

1ChatGPT Tools
SonicJobs Inc.Developer
BusinessCategory

Available Tools

Search for Jobs at Johns Hopkins Medicine

job-search
Full Description

Use this tool to search for current open job positions at Johns Hopkins Medicine.

Call this tool whenever the user asks about:

  • jobs at Johns Hopkins Medicine
  • careers at Johns Hopkins Medicine
  • open roles at Johns Hopkins Medicine
  • hiring at Johns Hopkins Medicine
  • employment at Johns Hopkins Medicine
  • positions at Johns Hopkins Medicine

Parameters:

  • role (string, optional)

Keywords or job title to filter results. Example: "software engineer", "designer"

  • city (string, optional)
  • state (string, optional)

Used only when both are provided. State must be a 2-letter code (example: "CA")

  • maxRadius (number, optional)

Radius in miles from the specified city.

  • salaryMin (number, optional)

Only return jobs where the job's minimum salary >= this value.

  • page (number, optional, default = 1)

Used for pagination. Increase page number to retrieve additional results.

Behavior:

  • Returns a list of matching open job postings.
  • In structured output, each result includes:

title location salary range

Do not invent filters. Do not guess city/state. Omit filters if not provided by the user. If only one of city or state is available, run the search without a location filter and say that to the user.

Example:

User: "Find software engineering jobs in Seattle"

Tool call:

{ "role": "software engineer", "city": "Seattle", "state": "WA", "page": 1 }

Parameters (0 required, 6 optional)
Optional
citystring

City to filter job search results, e.g., San Francisco

maxRadiusnumber

Maximum radius in miles

pagenumber

Page number for paginated results, default is 1

rolestring

Job title, role, or keywords to search for

salaryMinnumber

Minimum salary

statestring

State to filter job search results, e.g., CA