# Scrape Tumblr blog posts with tags and notes

**Use case:** 

Collect posts from any Tumblr blog: text, photos, tags, and note counts. Prefilled with an official blog, works for any blog list.

## Input

```json
{
  "blogs": [
    "staff"
  ],
  "tag": "",
  "maxPostsPerBlog": 50,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "blog": {
    "label": "Blog"
  },
  "postId": {
    "label": "Post ID"
  },
  "url": {
    "label": "URL"
  },
  "postType": {
    "label": "Post Type"
  },
  "noteCount": {
    "label": "Notes"
  },
  "title": {
    "label": "Title"
  },
  "summary": {
    "label": "Summary"
  },
  "tags": {
    "label": "Tags"
  },
  "images": {
    "label": "Images"
  },
  "links": {
    "label": "Links"
  },
  "date": {
    "label": "Date"
  }
}
```

## About this Actor

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