# New Discourse Forum Topics

**Use case:** 

Extract Discourse Forum Topics data filtered by New. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "forumUrl": "https://meta.discourse.org",
  "maxItems": 10,
  "sort": "new"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "slug": {
    "label": "slug",
    "format": "text"
  },
  "categoryId": {
    "label": "categoryId",
    "format": "text"
  },
  "postsCount": {
    "label": "postsCount",
    "format": "text"
  },
  "replyCount": {
    "label": "replyCount",
    "format": "text"
  },
  "views": {
    "label": "views",
    "format": "text"
  },
  "likeCount": {
    "label": "likeCount",
    "format": "text"
  },
  "createdAt": {
    "label": "createdAt",
    "format": "text"
  },
  "lastPostedAt": {
    "label": "lastPostedAt",
    "format": "date"
  },
  "tags": {
    "label": "tags",
    "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 [Discourse Forum Topics Scraper](https://apify.com/parseforge/discourse-forum-topics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/discourse-forum-topics-scraper) to learn more, explore other use cases, and run it yourself.