A web application that helps you find job opportunities by generating advanced Google search queries (Google Dorks).
Try it here: https://yogsec.github.io/job-search/
- Search for any job role with autocomplete suggestions
- Search by location with support for cities, countries, and remote work
- One-click search that opens Google results in a new tab
- Fully client-side – no server required
Open Job Search: https://yogsec.github.io/job-search/
The application builds a Google Dork query using the following structure:
"Job Role" ("Location") (inurl:careers OR inurl:jobs OR inurl:join-us OR intitle:"we're hiring" OR intitle:"join our team")
This query instructs Google to find pages that:
- Contain your specified job title
- Are located in your specified region (or remote)
- Are on career or jobs pages of company websites
- HTML5
- CSS3 (Tailwind CSS for styling)
- JavaScript (Vanilla)
- Tom Select for enhanced dropdowns
- Font Awesome for icons
- Enter a job role (e.g., "Web Developer", "Data Scientist") - you can type any custom role or select from suggestions
- Enter a location (e.g., "United States", "London", or select "Remote (Worldwide)")
- Click the "Search with Google" button
- A new tab will open with Google search results showing job postings directly on company websites
job-search/
├── index.html # Main HTML file
├── css/
│ └── style.css # Styling and glass UI effects
├── js/
│ ├── jobBoards.js # Job roles and locations data
│ └── main.js # Application logic and Tom Select initialization
- Job Roles: Over 150+ technical and non-technical job titles including Web Developer, Data Scientist, DevOps Engineer, etc.
- Locations: 200+ locations including countries, major cities, and remote work options
This project is open source and available under the MIT License.
Abhinav Singwal
- Linktree: https://linktr.ee/abhinavsingwal
