# Find Which Accelerators and VCs Backed a Startup

**Use case:** 

See who backed a startup: accelerator, incubator, and venture funding signals with source links, plus dated milestones and the founding year.

## Input

```json
{
  "companyUrls": [
    "https://www.ventureradar.com/organisation/Theneo/b40ae154-6867-456f-a215-d98fdae0048c",
    "https://www.ventureradar.com/organisation/Axle/8bd04a18-3607-4c26-a250-de144d3bb1a2",
    "https://www.ventureradar.com/organisation/AirHelp/69996f46-5b4b-4949-9377-6fd556d22f2f"
  ]
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "fundingSignals": {
    "label": "Funding signals",
    "format": "array"
  },
  "milestones": {
    "label": "Milestones",
    "format": "array"
  },
  "founded": {
    "label": "Founded",
    "format": "integer"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [VentureRadar Company Discovery API](https://apify.com/johnvc/ventureradar-company-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/ventureradar-company-api) to learn more, explore other use cases, and run it yourself.