> ## Documentation Index
> Fetch the complete documentation index at: https://api.tryspecter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sample: Investor DB

> A full Investor DB record, grouped by category.

One Investor DB record, split by category so each block stays readable. A delivered
record is a single flat object containing every field below.

<Note>Values are illustrative: one record assembled field by field to show each shape, with long arrays trimmed. It is not a row of a delivery.</Note>

## ID

```json ID theme={null}
{
  "specter_investor_id": "inv_609dba55408c4490fe58cf8e",
  "specter_strategic_signal_ids": [
    "0d3ec487-d349-4fd5-8324-a6e66efee114"
  ],
  "specter_person_id": "per_2f3c7fe468ec9fc2181blc8b",
  "specter_organization_id": "0d3ec487-d349-4fd5-8324-a6e66efee114"
}
```

## Informative Data

```json Informative Data theme={null}
{
  "investor_name": "Bessemer Venture Partners",
  "company_size": "201-500",
  "operating_status": "Active",
  "domain": "bvp.com",
  "hq_location": "San Francisco, California, ...",
  "founded_year": 1911,
  "investor_types": [
    "Venture Capital"
  ],
  "description": "Bessemer Venture Partners is a lea..."
}
```

## Specter Growth

```json Specter Growth theme={null}
{
  "investor_rank": 27
}
```

## Social Engagement

```json Social Engagement theme={null}
{
  "linkedin_url": "linkedin.com/company/bessemer-vent...",
  "twitter_url": "twitter.com/bessemervp"
}
```

## Financials

```json Financials theme={null}
{
  "number_of_exits": 305,
  "number_of_lead_investments": 486,
  "number_of_investments": 1356,
  "number_of_funds": 14,
  "investment_stage": "[Convertible Note, Series A, Series B, Series C, Series D, Series E, Series F, Series G, Series Unknown, Post Ipo Equity]",
  "industry_target": [
    "Professional Services",
    "Business Consulting and Services",
    "Human Resources Services"
  ],
  "industry_target_legacy": "Biotechnology; DeepTech; Health; Manufacturing",
  "tech_verticals_target": [
    "Consumer Apps",
    "BioTech",
    "EdTech",
    "FinTech",
    "Commerce & Marketplaces",
    "Future of Work",
    "HealthTech"
  ],
  "fund_details": "[{\"name\":\"Bessemer Venture ...}]",
  "portfolio_companies": [
    "60c1e8715e744335aae827cf",
    "5e3bbdfc00c8f4c9669dbb65"
  ]
}
```
