← Back to all apps

SonicJobs

Businessby SonicJobs Inc.
Launched Feb 26, 2026 on ChatGPT

SonicJobs helps you discover job opportunities by searching across 3+ million job listings in one place.

Instead of visiting multiple career pages individually, SonicJobs lets you run a single search to explore roles by job title, company, or location. It brings together opportunities from many employers so you can quickly see what’s available and identify positions that match what you’re looking for.

The app is designed to simplify job discovery. Whether you’re actively searching or just exploring the market, SonicJobs helps you browse opportunities without having to manually check dozens of company websites.

When you find a role that interests you, SonicJobs takes you to the original listing where you can review the full details and apply.

Key features • Search across 3+ million job listings • Find roles by title, company, or location • Explore opportunities from many companies in a single search

1ChatGPT Tools
SonicJobs Inc.Developer
BusinessCategory

Available Tools

Search for Jobs

job-search
Full Description

Use this tool to search for current open job positions.

Call this tool whenever the user asks about:

  • jobs
  • careers
  • open roles
  • hiring
  • employment
  • positions

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