# Find Micro Center AI PC builds near me

**Use case:** 

Find AI-ready PC builds from local Micro Center inventory with pickup stock, RTX GPUs, VRAM filters, open-box deals, and live prices.

## Input

```json
{
  "storeId": "141",
  "budget": 2000,
  "aiGoal": "LOCAL_AGENT_HOSTING",
  "minVram": 16,
  "preferredGpuBrand": "NVIDIA",
  "includeNpu": true,
  "includeOpenBox": 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 [Micro Center In-Store AI-Build Sniper](https://apify.com/pyralislabs/microcenter-ai-instore-sniper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pyralislabs/microcenter-ai-instore-sniper) to learn more, explore other use cases, and run it yourself.