# Find Twitch Stream Formats for Mobile Creative Research

**Use case:** 

Search Twitch channels and retain available horizontal and vertical stream previews, dimensions and dual-format flags. Review the live results for a mobile creative brief; offline channels may have no stream fields, and the task does not filter by orientation.

## Input

```json
{
  "inputList": [
    "gaming"
  ],
  "pagesPerSearch": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "login": {
    "label": "Login",
    "format": "string"
  },
  "display_name": {
    "label": "Display name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "profile_image_url": {
    "label": "Profile image URL",
    "format": "string"
  },
  "primary_color_hex": {
    "label": "Primary color hex",
    "format": "string"
  },
  "followers_count": {
    "label": "Followers count",
    "format": "integer"
  },
  "is_partner": {
    "label": "Is partner",
    "format": "boolean"
  },
  "is_participating_dj": {
    "label": "Is participating dj",
    "format": "boolean"
  },
  "is_live": {
    "label": "Is live",
    "format": "boolean"
  },
  "broadcast_title": {
    "label": "Broadcast title",
    "format": "string"
  },
  "last_broadcast_id": {
    "label": "Last broadcast ID",
    "format": "string"
  },
  "last_broadcast_started_at": {
    "label": "Last broadcast started at",
    "format": "string"
  },
  "stream.id": {
    "label": "Stream ID",
    "format": "string"
  },
  "stream.type": {
    "label": "Stream type",
    "format": "string"
  },
  "stream.title": {
    "label": "Stream title",
    "format": "string"
  },
  "stream.viewer_count": {
    "label": "Stream viewer count",
    "format": "integer"
  },
  "stream.preview_image_url": {
    "label": "Stream preview image URL",
    "format": "string"
  },
  "stream.large_preview_image_url": {
    "label": "Stream large preview image URL",
    "format": "string"
  },
  "stream.vertical_preview_image_url": {
    "label": "Stream vertical preview image URL",
    "format": "string"
  },
  "stream.width": {
    "label": "Stream width",
    "format": "integer"
  },
  "stream.height": {
    "label": "Stream height",
    "format": "integer"
  },
  "stream.is_dual_format": {
    "label": "Stream is dual format",
    "format": "boolean"
  },
  "stream.game.id": {
    "label": "Stream game ID",
    "format": "string"
  },
  "stream.game.slug": {
    "label": "Stream game slug",
    "format": "string"
  },
  "stream.game.name": {
    "label": "Stream game name",
    "format": "string"
  },
  "stream.game.display_name": {
    "label": "Stream game display name",
    "format": "string"
  },
  "stream.game.url": {
    "label": "Stream game URL",
    "format": "string"
  },
  "stream.game.box_art_url": {
    "label": "Stream game box art URL",
    "format": "string"
  },
  "stream.tags": {
    "label": "Stream tags",
    "format": "array"
  },
  "stream.content_classification_labels": {
    "label": "Stream content classification labels",
    "format": "array"
  },
  "content_classification_labels": {
    "label": "Content classification labels",
    "format": "array"
  },
  "recent_videos": {
    "label": "Recent videos",
    "format": "array"
  },
  "top_clips": {
    "label": "Top clips",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitch Channel Search Scraper](https://apify.com/scrapingmonkey/twitch-channel-search-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/twitch-channel-search-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

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

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
