# Enrich India SaaS and Fintech Companies

**Use case:** 

Firmographic profiles for leading Indian B2B software and fintech companies, supplied as bare LinkedIn slugs: Freshworks, Zoho, Razorpay, BrowserStack,...

## Input

```json
{
  "companies": [
    "freshworks",
    "zoho",
    "razorpay",
    "browserstack",
    "chargebee",
    "darwinbox",
    "innovaccer",
    "icertis"
  ],
  "maxResults": 20,
  "concurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "company_size": {
    "label": "Size band",
    "format": "text"
  },
  "employees_on_linkedin": {
    "label": "Employees on LinkedIn",
    "format": "number"
  },
  "follower_count": {
    "label": "Followers",
    "format": "number"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "founded_year": {
    "label": "Founded",
    "format": "number"
  },
  "company_type": {
    "label": "Type",
    "format": "text"
  },
  "source_query": {
    "label": "Input",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Enrichment - Firmographics & Company Data](https://apify.com/thirdwatch/linkedin-company-enrichment-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/linkedin-company-enrichment-scraper) to learn more, explore other use cases, and run it yourself.