Harshal Pathak

Early Stage Investor at Plug and Play Ventures

© Harshal Pathak. All rights reserved.

(function(){if(!window.chatbase||window.chatbase("getState")!=="initialized"){window.chatbase=(...arguments)=>{if(!window.chatbase.q){window.chatbase.q=[]}window.chatbase.q.push(arguments)};window.chatbase=new Proxy(window.chatbase,{get(target,prop){if(prop==="q"){return target.q}return(...args)=>target(prop,...args)}})}const onLoad=function(){const script=document.createElement("script");script.src="https://www.chatbase.co/embed.min.js";script.id="cdDnxMOnh0QsdWB5RcOg9";script.domain="www.chatbase.co";document.body.appendChild(script)};if(document.readyState==="complete"){onLoad()}else{window.addEventListener("load",onLoad)}})();

About

I am Harshal Pathak, a venture capital investor at Plug and Play.
With a background as the founder of Florage (acquired by MIT IBM Watson AI Labs) and an MBA + MS degrees in business and economics from Mumbai and Schulich School of Business at York University, I bring a combination of investment expertise and entrepreneurial experience.
I focus on empowering innovative startups across various sectors, helping transform promising ideas into successful businesses. If you are a founder with a vision to make a significant impact, let's explore how we can achieve that together.

(function(){if(!window.chatbase||window.chatbase("getState")!=="initialized"){window.chatbase=(...arguments)=>{if(!window.chatbase.q){window.chatbase.q=[]}window.chatbase.q.push(arguments)};window.chatbase=new Proxy(window.chatbase,{get(target,prop){if(prop==="q"){return target.q}return(...args)=>target(prop,...args)}})}const onLoad=function(){const script=document.createElement("script");script.src="https://www.chatbase.co/embed.min.js";script.id="cdDnxMOnh0QsdWB5RcOg9";script.domain="www.chatbase.co";document.body.appendChild(script)};if(document.readyState==="complete"){onLoad()}else{window.addEventListener("load",onLoad)}})();

Contact

Feel free to reach out to me

Thank you

You will be hearing from me shortly, See you soon!

Tap to download

# Convert the uploaded PDF into a standalone HTML file that preserves layout using PyMuPDF (fitz). # If PyMuPDF isn't available, fall back to a simpler text-based HTML. from pathlib import Path pdf_path = Path(r"/mnt/data/Harshal_Resume_Aug'25.pdf") output_html_path = Path("/mnt/data/harshal_resume_full.html") google_drive_url = "https://drive.google.com/file/d/1xic26--rJqbbqUakUmg4LBr1lgCdpowa/view?usp=sharing" def create_wrapper_html(body_html: str) -> str: # Build a minimal, portable HTML shell and include a fixed button to open the Drive PDF return f"""Harshal Pathak — Resume (HTML)
Harshal Pathak — Resume (HTML)
Click the button to open the original PDF in a new tab.
Open PDF
{body_html}
""" def try_pymupdf(pdf_path: Path): try: import fitz # PyMuPDF except Exception as e: return None, f"PyMuPDF not available: {e}" doc = fitz.open(pdf_path) pages_html = [] # Build each page: get HTML and page size to scale responsively for pg in doc: w, h = pg.rect.width, pg.rect.height html = pg.get_text("html") # absolutely positioned HTML # Wrap the page HTML in a scalable container. # We'll compute a scale so that width fits container (assume 900px max minus padding). container_width = 876 # ~900px - padding scale = container_width / max(w, 1) page_block = f"""
{html}
""" pages_html.append(page_block) body_html = "\n".join(pages_html) return create_wrapper_html(body_html), None def fallback_text_only(pdf_path: Path): # Minimal text extraction via pdfminer try: from pdfminer.high_level import extract_text text = extract_text(str(pdf_path)) except Exception as e: text = f"(Could not extract text automatically: {e})" # Split into rough paragraphs paras = [p.strip() for p in text.split("\n\n") if p.strip()] body = ["
"] for p in paras: # Simple heuristics for headings if len(p.split()) <= 8 and p.isupper(): body.append(f"

{p}

") else: body.append(f"

{p.replace('\n', '
')}

") body.append("
") return create_wrapper_html("\n".join(body)) # Try PyMuPDF first html, err = try_pymupdf(pdf_path) if html is None: # Fallback to text-only HTML html = fallback_text_only(pdf_path) # Write out the HTML file output_html_path.write_text(html, encoding="utf-8") output_html_path.as_posix()
Optimized Airtable Embed
Optimized Notion Embed

Hi Dawn, Bola and the Plug and Play Edmonton team,
Hope you all are well,
Here's why I am a great fit for the Venture Analyst role

1) Worked at the intersection of VC Investment (Sourcing, Due Diligence and execution) X Client and investor relations X Data Science X Portfolio Advising X Corporate VC matching.
As a Senior Investment Analyst at Specter Labs OU, I sourced, performed due diligence, conducted comprehensive analyses covering 45,000 startups. Presented investment memos to top clients, establishing strong relationships with Kleiner Perkins, Founders Fund, TCG, Gradient Ventures, Coca-Cola, KPMG, Y-Combinator etc. My role involved working collaboratively with the investment team to identify opportunities for equity as well as non-equity funding and end-to-end transaction executions for Specter VC as well as Corporate VC.
Notable achievements: Funded 2 Unicorns: Zepto & Ada ($1.4B & $1.2B)
2) Wide experience in an array of venture capital arenas:
Non-dilutive and equity capital raising, Angel investment support, sourcing, due diligence, deal execution, Venture Fundraising experience, and a builder at heart (3x founder) with a Founder-first approach.
3) As a Partner, Venture Scout at Lvlup Ventures and Merchant Growth
I sourced and evaluated 100+ startups, resulting in $250k equity investment. I also implemented a pipeline for a 25% increase in non-equity funding ($750k commitments) and provided strategic guidance on fundraising, sales, and business development.
4) Proven track record in sourcing high-quality companies
Rapido [$830M valuation], Zepto [$1.4B valuation], Nothing Tech [~$900M valuation] in its early stages. Can spot and work with the best founder talents worldwide, who bring a strong value proposition.
As a Venture Scout at ClearCo and OpenScout.VC, I sourced and analyzed 150 startups, resulting in up to $80M in funding offers and a 40% increase in deal flow. I sourced 31 high-growth startups with a 45% success rate in fundraising and added two unicorns to the portfolio. My expertise in startup analysis and sourcing led to strong fundraising outcomes and high-growth portfolio additions.
5) Innovative attitude with 'do whatever it takes' approach.
Founded and got Acquired to MIT Labs OU. I led a cross-functional team of five international members to create the sustainable packaging startup Florage. I invented a packaging model, and ESG SaaS that reduces 70% floral waste and 9% deforestation, successfully demonstrated, and secured funding from top investors, including Harvard, MIT, Stanford, and IE. Exited to MIT Labs
6) York University's - Valedictorian7) University of Mumbai's: MBA Gold Medalist: Ranked 1st amongst 1680 colleges.

For the PAPTC Edmonton teamCorporate Matching

Do Not Load Airtable Embed

Founder tracking

Do Not Load Airtable Embed

Edmonton Ecosystem (In Progress)

Project: Sourcing, Due Diligence & Portfolio Analysis

Do Not Load Notion Embed

Get to know me better personally

Do Not Load Google Slides Embed

Looking forward to the prospects of joining the passionate team at Plug and Play Tech.

Harshal Pathak × Amplify Capital

Harshal Pathak

Venture Capital Investor | Plug and Play | Ex-Specter Labs (Giant Ventures)
35% Portfolio IRR

Hi Kathryn, Craig, and the Amplify Capital Team,

I would love to share my venture capital track record and operational infrastructure with you. Having deployed capital across 16+ startups and achieved a 35% portfolio IRR, I've developed systematic approaches to sourcing, diligence, and value creation that I'm excited to bring to Amplify Capital.

My experience spans from early-stage investments in unicorns like Zepto and Nothing.tech to building data-driven sourcing engines that expanded deal flow by 75%. Beyond the numbers, I'm passionate about Canada and Alberta's tech ecosystem and believe Amplify Capital is uniquely positioned to catalyze the next wave of Canadian innovation.

The embedded tools below offer real-time access to my proprietary systems - from corporate partnership matching to ecosystem analysis. These aren't just dashboards; they represent a systematic, scalable approach to venture capital that I'm ready to implement at Amplify.

Looking forward to discussing how we can drive exceptional returns together.

- Harshal

45K+
Companies
$18M
Exit ARR
400+
Startups
90%
Success
$1.4M+
Raised
30+
Keynotes

Live VC Operations

Ecosystem Analysis & Map

Real-time Canadian tech ecosystem mapping

Amplify Capital Sourcing + Portfolio

Live deal flow pipeline and performance metrics

VC Database (45,000+ Companies)

Proprietary deal intelligence engine

🚀
Want the magic?

45,000+ companies analyzed. Pattern recognition at scale.

Talk to Me →

Portfolio Analysis Dashboard

Impact metrics and Fund III strategic opportunities

Network & Partners

Kleiner Perkins
Founders Fund
Menlo Ventures
TCG
Gradient
Y Combinator
Sequoia
IBM-Watson
Harvard
MIT

Ready for Amplify Capital

Let's amplify Calgary's innovation ecosystem together

(function(){if(!window.chatbase||window.chatbase("getState")!=="initialized"){window.chatbase=(...arguments)=>{if(!window.chatbase.q){window.chatbase.q=[]}window.chatbase.q.push(arguments)};window.chatbase=new Proxy(window.chatbase,{get(target,prop){if(prop==="q"){return target.q}return(...args)=>target(prop,...args)}})}const onLoad=function(){const script=document.createElement("script");script.src="https://www.chatbase.co/embed.min.js";script.id="cdDnxMOnh0QsdWB5RcOg9";script.domain="www.chatbase.co";document.body.appendChild(script)};if(document.readyState==="complete"){onLoad()}else{window.addEventListener("load",onLoad)}})();