# Reddit Search iPhone 16 Mentions Scraper

**Use case:** 

Search Reddit for iPhone 16 mentions with post text, scores, authors and subreddits for product feedback and sentiment.

## Input

```json
{
  "maxPosts": 25,
  "searchQueries": [
    "iPhone 16"
  ],
  "subreddits": [],
  "sort": "relevance",
  "timeFilter": "year",
  "withDetails": true
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumb",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "numComments": {
    "label": "Comments",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "permalink": {
    "label": "Permalink",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Keyword Search & Mentions Scraper](https://apify.com/scrapers_lat/reddit-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/reddit-search-scraper) to learn more, explore other use cases, and run it yourself.