# Prompt Context Builder – AI Context Files in Seconds

**Use case:** 

Build AI-ready context files for any company or topic in seconds. Collects from 10+ sources and exports context.md for ChatGPT, Claude, or Gemini. No API keys.

## Input

```json
{
  "topic": "Tesla",
  "maxResultsPerSource": 5,
  "includeWebsite": true,
  "includeDocs": true,
  "includeNews": true,
  "includeGithub": true,
  "includeReddit": true,
  "includeFaqs": true,
  "includePricing": true,
  "includeChangelog": true,
  "includeCareers": true,
  "includeSocial": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Prompt Context Builder](https://apify.com/wheat_tourist/prompt-context-builder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/wheat_tourist/prompt-context-builder) to learn more, explore other use cases, and run it yourself.