# New Lemmy Community Posts

**Use case:** 

Extract Lemmy Community Posts data filtered by New. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "instance": "lemmy.world",
  "sort": "New"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "name": {
    "label": "name",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "community": {
    "label": "community",
    "format": "text"
  },
  "creator": {
    "label": "creator",
    "format": "text"
  },
  "score": {
    "label": "score",
    "format": "text"
  },
  "commentCount": {
    "label": "commentCount",
    "format": "text"
  },
  "published": {
    "label": "published",
    "format": "text"
  },
  "nsfw": {
    "label": "nsfw",
    "format": "text"
  },
  "thumbnail": {
    "label": "thumbnail",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Lemmy Community Posts Scraper](https://apify.com/parseforge/lemmy-community-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/lemmy-community-posts-scraper) to learn more, explore other use cases, and run it yourself.