# CEOs in Germany LinkedIn Results Scraper

**Use case:** 

Get a list of unique LinkedIn profiles for CEOs in Germany. The task returns URLs, titles, and descriptions for quick reference.

## Input

```json
{
  "searchTerm": "Ceos in germany site:linkedin.com/in",
  "numResults": 100,
  "lang": "en",
  "safe": "active",
  "start": 0,
  "unique": true
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Search Scraper Ppr](https://apify.com/mina_safwat/google-search-scraper-ppr) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mina_safwat/google-search-scraper-ppr) to learn more, explore other use cases, and run it yourself.