# VenturePulse Investor Match

> VenturePulse Investor Match is a paid API for AI agents from venturepulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Given a startup's stage and sector, returns matched VCs, angels, and CVCs whose thesis aligns, with check sizes and approach tips.

## Facts

- Endpoint: GET https://venturepulse.theaslangroupllc.com/api/startup/investor-match
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/venturepulse-investor-match-9aab79af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lTjAwtSVaEbW6fLTPFFtJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability venturepulse-investor-match-9aab79af
```

Example prompt: Find me investors on VenturePulse whose thesis aligns with my pre-seed B2B SaaS startup in the HR tech space — I'm looking for check sizes around $250K–$500K and any tips on how to approach them.

## When to prefer this

Use this endpoint when a founder agent needs to identify and prioritize specific investors whose thesis, stage focus, and sector interests align with a given startup — especially when check size guidance and outreach tips are needed. Prefer over generic investor databases when you want curated, thesis-matched results rather than broad directory searches.

## Known failure modes

- Unrecognized or too-vague sector returns empty or low-confidence matches
- Unsupported funding stage returns no results
- Missing required startup parameters returns a 400 error
- Payment failure or insufficient USDC balance returns a 402 error
- Rate limiting or quota exceeded returns a 429 error

## How this service works

Investor matching — given your startup, stage and sector, returns VCs, angels and CVCs whose thesis aligns, with check sizes and approach tips. For founder agents.

## Output

A list of matched investors (VCs, angels, CVCs) with their investment thesis alignment, typical check sizes, and specific tips on how to approach each investor for the given startup stage and sector.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | pt | it | nl | ko | zh | ar (default: en)"
      },
      "stage": {
       "type": "string",
       "description": "pre-seed | seed | series-a | series-b (default: seed)"
      },
      "region": {
       "type": "string",
       "description": "us | eu | uk | apac | latam | mena | africa | global (default: global)"
      },
      "sector": {
       "type": "string",
       "description": "fintech | saas | biotech | ai | climate | consumer | b2b | deeptech | any (default: any)"
      },
      "check_size": {
       "type": "string",
       "description": "optional — target check size in USD e.g. 500000"
      },
      "description": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "startup_summary": "B2B SaaS for construction project management, targeting SME contractors in Southeast Asia",
  "matched_investors": [
   {
    "firm": "Monk's Hill Ventures",
    "name": "Peng T. Ong",
    "type": "vc",
    "approach_tip": "Warm intro via Singapore startup community or via YC alumni network",
    "thesis_match": "SEA-focused B2B SaaS, multiple construction/proptech portfolio companies",
    "check_size_usd": "$500K-$2M seed"
   }
  ],
  "fundraising_strategy": "Target SEA-focused VCs first for lead, then bring in US/EU strategics for follow-on."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/venturepulse-investor-match-9aab79af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from venturepulse.theaslangroupllc.com](https://www.zero.xyz/host/venturepulse.theaslangroupllc.com/llms.txt)
