# Scrape #Food posts from Instagram

**Use case:** 

Pull recent and top Instagram posts for #food without a login: media, captions, likes and comments.

## Input

```json
{
  "hashtags": [
    "food"
  ],
  "resultType": "top",
  "maxPostsPerHashtag": 100,
  "concurrency": 5
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag"
  },
  "url": {
    "label": "URL"
  },
  "ownerUsername": {
    "label": "Owner"
  },
  "ownerIsVerified": {
    "label": "Verified"
  },
  "mediaType": {
    "label": "Media"
  },
  "likeCount": {
    "label": "Likes"
  },
  "commentCount": {
    "label": "Comments"
  },
  "viewCount": {
    "label": "Views"
  },
  "caption": {
    "label": "Caption"
  },
  "takenAt": {
    "label": "Posted"
  }
}
```

## About this Actor

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