# Space Exploration Commercialization Research Report

**Use case:** 

Get ranked sources and recent news on commercial space exploration. Access full content on SpaceX, Blue Origin, and satellite technology.

## Input

```json
{
  "topics": [
    "commercial space exploration SpaceX Blue Origin satellites 2025"
  ],
  "topic": "vector database market 2026",
  "maxSources": 8,
  "includeContent": true,
  "includeNews": true,
  "maxNews": 10,
  "region": "us-en",
  "concurrency": 2,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "string"
  },
  "sourceCount": {
    "label": "Sources",
    "format": "integer"
  },
  "newsCount": {
    "label": "News",
    "format": "integer"
  },
  "generatedAt": {
    "label": "Generated At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Deep Research — Multi-Source Research API for Agents](https://apify.com/logiover/ai-deep-research) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/ai-deep-research) to learn more, explore other use cases, and run it yourself.