Research startups, funding rounds, acquisitions, and hiring trends via startups.in
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill research-startup-funding-and-hiring --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Research Startup Funding And Hiring?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-research-startup-funding-and-hiring)More formats (shields.io, HTML) on the badges page.
---
name: research-startup-funding-and-hiring
description: "Research startups, funding rounds, acquisitions, and hiring trends via startups.in"
category: "Community"
author: community
version: "1.0.0"
icon: puzzle
---
# startups.in Startup Research
Research startups, track funding, and discover hiring trends using startups.in.
## Capabilities
- **Search** - Find startups by name, sector, location
- **Details** - Get comprehensive startup info
- **Funding** - Track rounds, valuations, investors
- **Hiring** - Monitor job postings and team growth
- **Compare** - Side-by-side comparisons
## Example Queries
- "Find AI startups in San Francisco"
- "Tell me about Stripe"
- "What's Anthropic's latest funding?"
- "Is Vercel hiring?"
- "Compare Notion and Coda"
## API
Base URL: `https://startups.in`
### Search
```http
GET /api/search?q={query}
```
### Get Startup
```http
GET /api/startups/{slug}
```
### Get Jobs
```http
GET /api/startups/{slug}/jobs
```
### Compare
```http
GET /api/compare?startups={slug1},{slug2}
```
## Authentication
Public access works without auth. For enhanced access, use Moltbook identity:
```http
X-Moltbook-Identity: {token}
```
## Links
- Website: https://startups.in
- Moltbook: https://moltbook.com/u/startups
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!