The operators, plain-English

These are the pieces JobDorking's query builder assembles automatically. Knowing what they actually do makes it easier to tweak a query by hand when you want something the form doesn't cover.

OperatorWhat it does
site:Limits results to one domain, e.g. site:linkedin.com
intitle:Requires the word or phrase to appear in the page's title
intext:Requires the word or phrase to appear anywhere in the page's body text
after:Only shows pages Google indexed after a given date (YYYY-MM-DD)
"..."Exact phrase match — without quotes, Google may match the words separately
ORMatches either side — must be capitalized
-Excludes a term, e.g. -intitle:"senior" to filter out senior roles

Per-board examples

Swap in your own title and date — these are the patterns JobDorking generates under the hood.

LinkedIn

site:linkedin.com/jobs intitle:"Product Manager" after:2026-07-15

Indeed

site:indeed.com intitle:"Software Engineer" after:2026-07-15

Greenhouse

site:boards.greenhouse.io intitle:"UX Designer" after:2026-07-15

Lever

site:jobs.lever.co intitle:"Data Analyst" after:2026-07-15

Workday

site:myworkdayjobs.com intitle:"Marketing Manager" after:2026-07-15

A few things worth knowing