# Scrape #Linux posts from Mastodon

**Use case:** 

Pull #linux posts and profiles from the Mastodon fediverse without a login.

## Input

```json
{
  "instance": "mastodon.social",
  "handles": [
    "Gargron"
  ],
  "hashtags": [
    "linux"
  ],
  "searchQueries": [],
  "publicTimeline": false,
  "maxItemsPerSource": 100,
  "includeReplies": false,
  "includeReblogs": true,
  "onlyMedia": false,
  "includeProfile": true,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "authorHandle": {
    "label": "Handle"
  },
  "authorDisplayName": {
    "label": "Name"
  },
  "url": {
    "label": "URL"
  },
  "favouritesCount": {
    "label": "Favourites"
  },
  "reblogsCount": {
    "label": "Boosts"
  },
  "repliesCount": {
    "label": "Replies"
  },
  "text": {
    "label": "Text"
  },
  "language": {
    "label": "Lang"
  },
  "tags": {
    "label": "Tags"
  },
  "images": {
    "label": "Images"
  },
  "createdAt": {
    "label": "Created"
  }
}
```

## About this Actor

This example demonstrates how to use [Mastodon Scraper](https://apify.com/goat255/mastodon-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/goat255/mastodon-scraper) to learn more, explore other use cases, and run it yourself.