# BrickLink LEGO Part & Minifig Price Guide — Full Export

**Use case:** 

Scrape the full bricklink lego part & minifig price guide dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract bricklink lego part & minifig price guide for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "partIds": [
    "3001",
    "3002"
  ],
  "minifigIds": [
    "sw0001a"
  ],
  "setIds": [],
  "colorIds": [],
  "condition": "both",
  "currency": "USD"
}
```

## Output

```json
{
  "bl_item_id": {
    "label": "Bl Item Id",
    "format": "string"
  },
  "item_type": {
    "label": "Item Type",
    "format": "string"
  },
  "item_name": {
    "label": "Item Name",
    "format": "string"
  },
  "color": {
    "label": "Color",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "pg_new_avg_price": {
    "label": "Pg New Avg Price",
    "format": "number"
  },
  "pg_used_avg_price": {
    "label": "Pg Used Avg Price",
    "format": "number"
  },
  "fs_new_avg_price": {
    "label": "Fs New Avg Price",
    "format": "number"
  },
  "fs_used_avg_price": {
    "label": "Fs Used Avg Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scrapedat",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [BrickLink LEGO Part & Minifig Price Guide Scraper](https://apify.com/jungle_synthesizer/bricklink-lego-part-minifig-price-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/bricklink-lego-part-minifig-price-scraper) to learn more, explore other use cases, and run it yourself.