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.
| Operator | What 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 |
OR | Matches 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.
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
- after: filters by index date, not post date. A listing posted yesterday might not show up under a 24h filter until Google actually crawls it — widen the window if results look thin.
- site: only searches pages Google has indexed. It can't find anything Google hasn't crawled yet, so brand-new postings sometimes lag by a day or two.
- Combine multiple boards with OR, wrapped in parentheses:
(site:linkedin.com/jobs OR site:indeed.com) intitle:"Product Manager" - "remote" as a keyword isn't a location filter. It just requires the word to appear somewhere on the page — a role that mentions "no remote work" would still match.