# Lsvp — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Explore Lightspeed Venture Partners' portfolio companies by investment stage, status, funding year, and sector to discover their venture investments and track portfolio performance. Quickly filter and review detailed information about portfolio companies across different industries and investment phases.

**Category:** Finance & Markets | **Website:** [lsvp.com/portfolio/](https://lsvp.com/portfolio/) | **Docs:** [parse.bot/marketplace/942f2cf7-6585-474f-98ae-3816ecff79e7/lsvp-com-api](https://parse.bot/marketplace/942f2cf7-6585-474f-98ae-3816ecff79e7/lsvp-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-lsvp-com-api-942f2cf7/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_portfolio_companies

Lists all portfolio companies from Lightspeed Venture Partners. When sector is 'all' (default), returns all 650+ companies parsed from the full page. When a specific sector is provided, uses the server-side filter to return only companies in that sector (limited to first 30 results per sector due to server pagination constraints). Each company includes name, investment round/stage, status (active/ipo/acquired/exited), and year of investment. Website, partner, and sector fields are null unless sector filtering is applied (in which case sector is populated).

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `sector` | string | No | Filter by investment sector. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-lsvp-com-api-942f2cf7/list_portfolio_companies \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"sector":"<string>"}'
```
