WeSearch

Track YC Demo Day Companies in Real Time (with code)

·6 min read · 0 reactions · 0 comments · 17 views
#ycombinator#demoday#venturecapital#technology#startups
Track YC Demo Day Companies in Real Time (with code)
TL;DR · WeSearch summary

Y Combinator's Demo Day is a key event for venture capital sourcing, featuring around 250 companies presenting in a short timeframe. The article discusses how to efficiently track these companies in real time using a simple Python script that scrapes data from the YC website. It highlights the importance of prioritizing companies quickly to secure investment opportunities.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3856502) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } NexGenData Posted on May 22 Track YC Demo Day Companies in Real Time (with code) #ycombinator #demoday #scraping #preseed Track YC Demo Day Companies in Real Time (with code) Y Combinator Demo Day is the single most concentrated VC sourcing event of the year. Twice annually, ~250 companies present back-to-back over 1-2 days. Within 48 hours, the top 50 have term sheets. Within 7 days, the next 50 have term sheets.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)