# Scrape Threads Hashtag Feed

**Use case:** 

Extract public posts from any Threads hashtag — engagement metrics, media URLs, and post links. Wide cookie-free coverage, no account needed.

## Input

```json
{
  "mode": "hashtag",
  "searchQueries": [],
  "hashtags": [
    "marketing",
    "startups"
  ],
  "sort": "top",
  "maxResultsPerQuery": 50,
  "deepCoverage": true,
  "includeReplies": false,
  "maxReplyDepth": 2,
  "maxRepliesPerNode": 20,
  "resolveContacts": false,
  "resolveLinktree": false,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "matchedQuery": {
    "label": "Matched query"
  },
  "username": {
    "label": "Username"
  },
  "text": {
    "label": "Text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "takenAt": {
    "label": "Posted at",
    "format": "date"
  },
  "likeCount": {
    "label": "Like count"
  },
  "replyCount": {
    "label": "Reply count"
  },
  "repostCount": {
    "label": "Repost count"
  },
  "quoteCount": {
    "label": "Quote count"
  },
  "depth": {
    "label": "Depth"
  },
  "serpTypes": {
    "label": "Serp types"
  },
  "mediaUrls": {
    "label": "Media urls"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Search & Monitor - Keyword Tracking + Contacts](https://apify.com/constructive_calm/threads-search-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/threads-search-monitor) to learn more, explore other use cases, and run it yourself.