# MPB Used Sony Gear Scraper

**Use case:** 

Scrape MPB used Sony cameras and lenses with product name, price, condition, brand, and listing URL. Export to JSON or CSV.

## Input

```json
{
  "query": "sony",
  "maxItems": 50,
  "region": "en-us",
  "condition": "any"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "title": {
    "label": "🏷️ Title",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "sku": {
    "label": "🔖 SKU",
    "format": "text"
  },
  "brand": {
    "label": "🏭 Brand",
    "format": "text"
  },
  "condition": {
    "label": "🧼 Condition",
    "format": "text"
  },
  "includes": {
    "label": "📦 Includes",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MPB Used Camera Scraper](https://apify.com/parseforge/mpb-camera-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mpb-camera-scraper) to learn more, explore other use cases, and run it yourself.