# Production export: digital marketing

**Use case:** 

LinkedIn Post Scraper configured for production export around “digital marketing”. The saved input exposes postUrls, maxPosts, proxyConfiguration and uses a...

## Input

```json
{
  "postUrls": [
    "digital marketing"
  ],
  "maxPosts": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "author_name": {
    "label": "Author",
    "format": "text"
  },
  "author_headline": {
    "label": "Headline",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted At",
    "format": "text"
  },
  "reactions_count": {
    "label": "Reactions",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "reposts_count": {
    "label": "Reposts",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Post Scraper - Extract Post Data by URL](https://apify.com/thirdwatch/linkedin-post-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/linkedin-post-scraper) to learn more, explore other use cases, and run it yourself.