# Layoffs Discussion Extractor from TeamBlind

**Use case:** 

Monitor real-time conversations about layoffs among tech workers. Access detailed discussions and trends from TeamBlind's anonymous community.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.teamblind.com/search/post?q=layoffs"
    }
  ],
  "maxItems": 50,
  "scrapePostsFromLists": false,
  "scrapeComments": false,
  "maxComments": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "content": {
    "label": "Content",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "comments": {
    "label": "Comments"
  },
  "poll": {
    "label": "Poll"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source url"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Blind Post Scraper - Anonymous Tech Discussions Extractor](https://apify.com/trev0n/blind-post-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/blind-post-scraper) to learn more, explore other use cases, and run it yourself.