# Track WoW Classic gold prices and sellers on G2G

**Use case:** 

Reads every live WoW Classic gold offer on G2G.com and returns price per unit, minimum order, stock, delivery time, seller name, rating and completed orders across 78 fields. Schedule it hourly to build a price index of the market where gaming currency prices are actually set.

## Input

```json
{
  "urls": [
    "https://www.g2g.com/categories/wow-classic-gold"
  ],
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Offer",
    "format": "text"
  },
  "brand_name": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "price_scope": {
    "label": "Price Scope",
    "format": "text"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "min_qty": {
    "label": "Min qty",
    "format": "number"
  },
  "min_order_total": {
    "label": "Min order",
    "format": "number"
  },
  "unit_name": {
    "label": "Unit",
    "format": "text"
  },
  "available_qty": {
    "label": "Stock",
    "format": "number"
  },
  "delivery_speed": {
    "label": "Delivery",
    "format": "text"
  },
  "seller_username": {
    "label": "Seller",
    "format": "text"
  },
  "satisfaction_rate": {
    "label": "Sat",
    "format": "number"
  },
  "offer_url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [G2G Scraper: Extract G2G.com Prices, Sellers & Stock](https://apify.com/fayoussef/g2g-offer-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fayoussef/g2g-offer-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/fayoussef/g2g-offer-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
