# Qualify a Startup Shortlist with Sector and Scores

**Use case:** 

Qualify a shortlist of emerging companies in one run: focus areas, country, founded year, analyst score, website, and the source profile link.

## Input

```json
{
  "companyUrls": [
    "https://www.ventureradar.com/organisation/Theneo/b40ae154-6867-456f-a215-d98fdae0048c",
    "https://www.ventureradar.com/organisation/VanHack/95aac179-88fd-4ca5-8acb-0d64a0e9c34f",
    "https://www.ventureradar.com/organisation/OmniGarden/12a1ea54-a663-43f7-88d5-dd8710332177"
  ]
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "founded": {
    "label": "Founded",
    "format": "integer"
  },
  "areasOfFocus": {
    "label": "Areas of focus",
    "format": "array"
  },
  "analystScore": {
    "label": "Analyst score",
    "format": "integer"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "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.