# English Guild Wars 2 Items Prices

**Use case:** 

Extract Guild Wars 2 Items Prices data filtered by English. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "itemIds": [],
  "maxItems": 10,
  "language": "en",
  "onlyPriced": true
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "id": {
    "label": "🆔 ID",
    "format": "number"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "type": {
    "label": "🏷 Type",
    "format": "text"
  },
  "rarity": {
    "label": "💎 Rarity",
    "format": "text"
  },
  "level": {
    "label": "🎚 Level",
    "format": "number"
  },
  "vendorValue": {
    "label": "🏪 Vendor",
    "format": "number"
  },
  "buyPrice": {
    "label": "🟢 Buy",
    "format": "number"
  },
  "buyQuantity": {
    "label": "📥 Buy Qty",
    "format": "number"
  },
  "sellPrice": {
    "label": "🔴 Sell",
    "format": "number"
  },
  "sellQuantity": {
    "label": "📤 Sell Qty",
    "format": "number"
  },
  "margin": {
    "label": "📈 Margin",
    "format": "number"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Guild Wars 2 Items Prices Scraper](https://apify.com/parseforge/guild-wars-2-items-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/guild-wars-2-items-prices-scraper) to learn more, explore other use cases, and run it yourself.