Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save austinsonger/68aacf3cd7ed94fc070cbc664ea23aa9 to your computer and use it in GitHub Desktop.
Save austinsonger/68aacf3cd7ed94fc070cbc664ea23aa9 to your computer and use it in GitHub Desktop.
Google Search Queries for Clinical Laboratory Scientist

Once you find queries to your liking. Use the following to give you noitication on new jobs pop up via the query. https://alerts.talkwalker.com/alerts/new

Query Examples

Query 1

(Clinical Laboratory Scientist AND Chicago OR Remote) AND (site:jobs.lever.co | site:apply.workable.com | site:breezy.hr | site:applytojob.com | site:bamboohr.com | site:boards.greenhouse.io | site:jobs.jobvite.com)

+Clinical Laboratory Scientist AND (Chicago OR Remote) AND (site:jobs.lever.co | site:apply.workable.com | site:breezy.hr | site:applytojob.com | site:bamboohr.com | site:boards.greenhouse.io | site:jobs.jobvite.com)

Query 2

(Medical Laboratory Scientist AND Chicago) AND (site:jobs.lever.co | site:apply.workable.com | site:breezy.hr | site:applytojob.com | site:bamboohr.com | site:boards.greenhouse.io | site:jobs.jobvite.com)

Query 3

"intext:Clinical Laboratory Scientist" OR "intext:Medical Laboratory Technologist" AND("intext:Chicago" OR "intext:Remote") AND( -indeed.* -monster.* -linkedin.* -glassdoor.* -glassdoor.* -ziprecruiter.* -dice.* -simplyhired.* -diversityjobs.* -zippia.* -talentify.* -ascp.* -learning)

Query 4

Clinical Laboratory Scientist OR Medical Laboratory Technologist AND ("Illinois" OR "Remote") AND ( -indeed.* -monster.* -linkedin.* -glassdoor.* -glassdoor.* -ziprecruiter.* -dice.* -simplyhired.* -diversityjobs.* -zippia.* -talentify.* -ascp.* -learning)

Query 5

("Illinois" OR "Remote") AND (Clinical OR Laboratory OR Scientist OR | OR Medical OR Laboratory OR Technologist OR | OR Clinical OR Laboratory OR Technologist OR | OR Diagnostic OR Laboratory OR Scientist) AND site:applytojob.com

Google Search Query Basics

Syntax Purpose Google Service
"" Allows searching for a specific phrase - exact match search. Individual word prevents synonyms Basic,Mail
OR/AND Boolean search function for OR searches as Google defaults to AND between words - must be all caps Basic,Mail
\ Implements OR Basic
() Allows grouping of operators and helps dictate order Basic,Mail
- Excludes a word from results Basic,Mail
* Acts as a wildcard and will match any word or phrase Basic
#..# # represents a number in this instance. Use to find numbers in a series. Basic
$ Allows for search of USD Basic
Allows for search of Euro Basic
in Allows searches for unit conversion (currency, unit or measure) Basic
~ Prefix - Include synonyms (potentially defunct) Basic
+ Prefix - Force exact match on single phrase Basic,Mail
AROUND(X) This is sandwiched between two words and the X declares how many words they must be mentioned between. I.e. if it’s (4) then the two keywords must be mentioned within 4 words of each other. Advanced
_ Acts as wildcard for autocomplete Advanced
inurl: Only returns results where the queried keyword(s) is present in the URL Advanced
allinurl: As above but only containing all of the specified words in the URL Advanced
blogurl: Find blog URLs under a specific domain. This was used in Google blog search, but I’ve found it does return some results in regular search. Advanced
site: Limit results to those from one site Advanced
related: Find similar domains to the queried domain Advanced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment