# Track New Milestones for a Startup Watchlist

**Use case:** 

Re-run a fixed startup watchlist on a schedule: dated milestones, accelerator and venture backers, founded year, and the source profile link.

## Input

```json
{
  "companyUrls": [
    "https://www.ventureradar.com/organisation/AirHelp/69996f46-5b4b-4949-9377-6fd556d22f2f",
    "https://www.ventureradar.com/organisation/VanHack/95aac179-88fd-4ca5-8acb-0d64a0e9c34f",
    "https://www.ventureradar.com/organisation/Entrepreneur%20First/eae1b629-708d-4c87-ae00-1976d9d70e41"
  ]
}
```

## 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.