# Unanswered Stack Overflow Questions for a Tag (Next.js)

**Use case:** 

The newest Stack Overflow questions tagged next.js that have no answers yet: title, link, tags, score, views, creation date, asker and question text. For developer-relations and support teams, and experts looking for questions to answer. Replace the tag with your product or technology and schedule it hourly.

## Input

```json
{
  "mode": "tag",
  "queries": [
    "hono middleware vercel"
  ],
  "site": "stackoverflow",
  "tagged": "next.js",
  "accepted": "any",
  "closed": "any",
  "migrated": "any",
  "notice": "any",
  "wiki": "any",
  "unanswered": "noAnswers",
  "sort": "creation",
  "order": "desc",
  "limit": 25,
  "maxItems": 1000,
  "includeRelatedTags": false,
  "includeAnswers": 0,
  "includeComments": false,
  "bodyMaxLength": 2000,
  "answerBodyMaxLength": 3000,
  "dedupe": true
}
```

## Output

```json
{
  "title": {
    "label": "Question",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "answerCount": {
    "label": "Answers",
    "format": "number"
  },
  "hasAcceptedAnswer": {
    "label": "Accepted",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "createdAt": {
    "label": "Asked",
    "format": "date"
  },
  "lastActivityAt": {
    "label": "Activity",
    "format": "date"
  },
  "site": {
    "label": "Site",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Stack Overflow Scraper — Q&A Search on 184 Stack Exchange Sites](https://apify.com/yadroo/stackexchange-search.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/yadroo/stackexchange-search.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/yadroo/stackexchange-search.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
