# Trending Tech Discussions from TeamBlind

**Use case:** 

Extract full text and comments from popular posts on TeamBlind.com. Access key insights from the tech industry's anonymous conversations.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.teamblind.com/?sort=pop"
    }
  ],
  "maxItems": 30,
  "scrapePostsFromLists": true,
  "scrapeComments": true,
  "maxComments": 20,
  "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.