# Berlin LinkedIn software engineer scraper

**Use case:** 

Find public LinkedIn profile URLs for Berlin software engineers with snippets, titles, profile links, and result ranks.

## Input

```json
{
  "queries": [
    "software engineer Berlin",
    "backend engineer Berlin fintech"
  ],
  "maxItems": 75,
  "maxPagesPerQuery": 4,
  "forceLinkedInSiteSearch": true,
  "market": "de-DE",
  "requestDelayMillis": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "name": {
    "label": "Name"
  },
  "headline": {
    "label": "Headline"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "snippet": {
    "label": "Search snippet"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "searchResultRank": {
    "label": "Rank"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Public Profile Search Scraper](https://apify.com/automation-lab/linkedin-public-profile-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/linkedin-public-profile-search-scraper) to learn more, explore other use cases, and run it yourself.