# Mercari Full Export

**Use case:** 

Full Export of Mercari. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "keyword": "iphone",
  "maxItems": 500,
  "sortBy": 0
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "itemType": {
    "label": "Item Type",
    "format": "text"
  },
  "conditionId": {
    "label": "Condition Id",
    "format": "number"
  },
  "categoryId": {
    "label": "Category Id",
    "format": "number"
  },
  "brandId": {
    "label": "Brand Id",
    "format": "number"
  },
  "brandName": {
    "label": "Brand Name",
    "format": "text"
  },
  "sizeId": {
    "label": "Size Id",
    "format": "number"
  },
  "sizeName": {
    "label": "Size Name",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller Id",
    "format": "text"
  },
  "shippingPayerId": {
    "label": "Shipping Payer Id",
    "format": "number"
  },
  "shippingMethodId": {
    "label": "Shipping Method Id",
    "format": "number"
  },
  "shopName": {
    "label": "Shop Name",
    "format": "text"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "thumbnails": {
    "label": "Thumbnails",
    "format": "array"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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