# Find job boards in Germany

**Use case:** 

Discover top job boards in Germany via JobBoardFinder. Export board names, URLs, traffic stats, and categories for recruiting stack research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.jobboardfinder.com/search?country=GB"
    },
    {
      "url": "https://www.jobboardfinder.com/jobboard-indeed-uk"
    }
  ],
  "country": "DE",
  "searchKeyword": "indeed",
  "maxItems": 15,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Url"
  },
  "website": {
    "label": "Website"
  },
  "logo": {
    "label": "Logo"
  },
  "description": {
    "label": "Description"
  },
  "type": {
    "label": "Type"
  },
  "countries": {
    "label": "Countries"
  },
  "siteLanguages": {
    "label": "Site languages"
  },
  "score": {
    "label": "Score"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "foundation": {
    "label": "Foundation"
  },
  "numEmployees": {
    "label": "Num employees"
  },
  "fees": {
    "label": "Fees"
  },
  "jobOffers": {
    "label": "Job offers"
  },
  "lastUpdate": {
    "label": "Last update"
  }
}
```

## About this Actor

This example demonstrates how to use [JobBoard Finder Scraper](https://apify.com/lexis-solutions/jobboardfinder-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/jobboardfinder-com-scraper) to learn more, explore other use cases, and run it yourself.