# Trending Links (news) Mastodon Trends | Trending Posts,

**Use case:** 

Extract Mastodon Trends | Trending Posts, Tags & Links data filtered by Trending Links (news). Export structured results ready for analysis, lead generation,

## Input

```json
{
  "instance": "mastodon.social",
  "trendType": "links",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Media",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "account": {
    "label": "👤 Account",
    "format": "text"
  },
  "favouritesCount": {
    "label": "⭐ Faves",
    "format": "number"
  },
  "reblogsCount": {
    "label": "🔁 Reblogs",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Mastodon Trends Scraper | Trending Posts, Tags & Links](https://apify.com/parseforge/mastodon-instance-trends-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mastodon-instance-trends-scraper) to learn more, explore other use cases, and run it yourself.