# F6S Fintech Companies Scraper

**Use case:** 

Scrape fintech companies from the F6S directory with company name, description, location, industry, and profile URL. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50
}
```

## Output

```json
{
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "company": {
    "label": "🏢 company",
    "format": "text"
  },
  "sector": {
    "label": "🏷️ sector",
    "format": "text"
  },
  "stage": {
    "label": "📈 stage",
    "format": "text"
  },
  "country": {
    "label": "🌍 country",
    "format": "text"
  },
  "employees": {
    "label": "👥 employees",
    "format": "text"
  },
  "founded": {
    "label": "📅 founded",
    "format": "text"
  },
  "website": {
    "label": "🔗 website",
    "format": "text"
  },
  "founders": {
    "label": "👥 founders",
    "format": "text"
  },
  "description": {
    "label": "📝 description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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