# Build a Newegg PC for local LLMs

**Use case:** 

Build a local LLM PC from live Newegg inventory with RTX 50-series GPUs, 24GB+ VRAM, DDR5 memory, prices, and compatible parts.

## Input

```json
{
  "budget": 3000,
  "aiGoal": "LLM_TRAINING",
  "minVram": 24,
  "preferredGpuBrand": "NVIDIA",
  "includeNpu": true,
  "maxBuildOptions": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "build_id": {
    "label": "Build ID",
    "format": "string"
  },
  "total_price": {
    "label": "Total price (USD)",
    "format": "number"
  },
  "within_budget": {
    "label": "Within budget",
    "format": "boolean"
  },
  "ai_readiness": {
    "label": "AI readiness",
    "format": "string"
  },
  "build_quality": {
    "label": "Build quality",
    "format": "string"
  },
  "components_filled": {
    "label": "Components filled",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Newegg AI-Build Sniper](https://apify.com/pyralislabs/newegg-ai-build-sniper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pyralislabs/newegg-ai-build-sniper) to learn more, explore other use cases, and run it yourself.