# Find Fintech Companies on VentureRadar

**Use case:** 

Search VentureRadar for fintech companies by keyword — company name, country, founded year, sector tags, and VC funding status. Up to 32 results per keyword.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "mode": "keyword",
  "companyNames": [
    "Stripe"
  ],
  "keywords": [
    "fintech"
  ],
  "maxItems": 32
}
```

## Output

```json
{
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "company_type": {
    "label": "Company Type",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "founded_year": {
    "label": "Founded Year",
    "format": "integer"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "similarity_score": {
    "label": "Similarity Score",
    "format": "number"
  },
  "seed": {
    "label": "Seed",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [VentureRadar Similar Companies Scraper](https://apify.com/jungle_synthesizer/ventureradar-similar-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/ventureradar-similar-companies-scraper) to learn more, explore other use cases, and run it yourself.