# Cross-Border Laptop Price Tracker for Gmarket

**Use case:** 

Access live pricing for laptops from Gmarket Korea, including KRW and USD prices, shipping details, and seller information. Get up to 80 listings.

## Input

```json
{
  "query": "laptop",
  "startUrls": [],
  "sortBy": "GLOBAL_LOW_PRICE",
  "minPrice": 0,
  "maxPrice": 0,
  "overseaDeliveryOnly": true,
  "bigSmileOnly": false,
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "string"
  },
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "price_krw": {
    "label": "Price (KRW)",
    "format": "number"
  },
  "original_price_krw": {
    "label": "Original Price (KRW)",
    "format": "string"
  },
  "price_usd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "is_free_shipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "is_oversea_delivery": {
    "label": "Oversea Delivery",
    "format": "boolean"
  },
  "is_big_smile": {
    "label": "BigSmile Item",
    "format": "boolean"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Gmarket Korea Scraper: Products in KRW & USD](https://apify.com/getascraper/gmarket-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/gmarket-scraper) to learn more, explore other use cases, and run it yourself.