Open source startup intelligence tool β find emails, open roles, and funding signals from startups worldwide.
Built by students, for students. Interns, job seekers, and developers welcome.
HireTrace scrapes publicly available startup data so you don't have to spend hours hunting for it manually. Enter a keyword or niche, and HireTrace pulls out:
- π§ Emails β founder and team contact emails
- πΌ Open Roles β active job and internship vacancies
- π° Budget Signals β funding rounds, salary ranges, and hiring budget hints
- π’ Startup Info β company name, website, location, and stage
Focused heavily on Indian startups (Tracxn, Inc42, YourStory, Startup India) but works globally too.
Most tools like this are expensive, closed source, or locked behind paywalls. HireTrace is free, open, and community powered. If a scraper breaks, anyone can fix it. If a new source needs to be added, anyone can build it.
| Source | Region | Status |
|---|---|---|
| Y Combinator Jobs | Global | β Active |
| Wellfound (AngelList) | Global | β Active |
| Inc42 | India | π§ In Progress |
| Tracxn | India | π§ In Progress |
| YourStory | India | π§ In Progress |
| Startup India Portal | India | π§ In Progress |
| IIT/IIM Incubator Pages | India | π Planned |
- Backend β Python + FastAPI
- Scraping β Playwright + BeautifulSoup
- Frontend β Next.js
- Database β PostgreSQL
- Export β CSV, JSON, Google Sheets
hiretrace/
βββ README.md
βββ LICENSE
βββ requirements.txt
β
βββ scrapers/ # One file per source
β βββ ycombinator.py
β βββ wellfound.py
β βββ inc42.py
β βββ tracxn.py
β
βββ core/ # Shared logic
β βββ email_extractor.py
β βββ budget_parser.py
β βββ exporter.py
β
βββ api/ # FastAPI backend
β βββ main.py
β
βββ frontend/ # Next.js dashboard
β
βββ data/output/ # Scraped results land here
# Clone the repo
git clone https://github.com/YOURUSERNAME/hiretrace.git
cd hiretrace
# Install dependencies
pip install -r requirements.txt
# Run your first scrape
python scrapers/ycombinator.py --keyword "fintech"
# Start the API
uvicorn api.main:app --reloadHireTrace lives and grows through contributors. Here's how you can help:
- π Fix a broken scraper β sites change their HTML all the time
- β Add a new source β know a good startup directory? Build a scraper for it
- π¨ Improve the frontend β make the dashboard cleaner and faster
- π Improve the docs β help other students get started faster
To contribute, fork the repo, make your changes, and open a pull request. See CONTRIBUTING.md for details.
- π College students looking for startup internships
- π Job seekers targeting early stage companies
- π¬ Founders doing outreach and competitor research
- π οΈ Developers who want to build on top of startup data
MIT β free to use, modify, and distribute.
If HireTrace helps you land an opportunity or saves you time, give it a star. It helps more students find the tool.
Made with curiosity and too many cups of chai β