# Free-to-play only OSRS Grand Exchange Prices

**Use case:** 

Extract OSRS Grand Exchange Prices data filtered by Free-to-play only. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "membersOnly": "free",
  "onlyPriced": true,
  "sortBy": "value"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Item ID",
    "format": "number"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "members": {
    "label": "💎 Members",
    "format": "boolean"
  },
  "instaBuyPrice": {
    "label": "🟢 Insta-Buy",
    "format": "number"
  },
  "instaSellPrice": {
    "label": "🔴 Insta-Sell",
    "format": "number"
  },
  "margin": {
    "label": "📈 Margin",
    "format": "number"
  },
  "buyLimit": {
    "label": "📦 Buy Limit",
    "format": "number"
  },
  "highAlch": {
    "label": "✨ High Alch",
    "format": "number"
  },
  "value": {
    "label": "💰 Value",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OSRS Grand Exchange Prices Scraper](https://apify.com/parseforge/osrs-grand-exchange-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/osrs-grand-exchange-prices-scraper) to learn more, explore other use cases, and run it yourself.