# Nordic Startup Database Scraper

**Use case:** 

Scrape Nordic startup profiles, websites, industries, funding states, and employee sizes from TheHub.io.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://thehub.io/startups"
    }
  ],
  "keywords": [],
  "countries": [],
  "industries": [],
  "fundingStates": [],
  "employeeSizes": [],
  "maxItems": 50,
  "maxPages": 10
}
```

## Output

```json
{
  "name": {
    "label": "Startup",
    "format": "text"
  },
  "country": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "TheHub profile",
    "format": "link"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "number"
  },
  "employeeRange": {
    "label": "Employees",
    "format": "text"
  },
  "industries": {
    "label": "Industries",
    "format": "array"
  },
  "markets": {
    "label": "Markets",
    "format": "array"
  },
  "businessModel": {
    "label": "Business model",
    "format": "text"
  },
  "fundingState": {
    "label": "Funding state",
    "format": "text"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "array"
  },
  "contactLinks": {
    "label": "Public contacts",
    "format": "array"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TheHub Nordic Startup Directory Scraper](https://apify.com/automation-lab/thehub-nordic-startup-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/thehub-nordic-startup-directory-scraper) to learn more, explore other use cases, and run it yourself.