# Tokopedia Marketplace Full Export

**Use case:** 

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

## Input

```json
{
  "query": "sepatu",
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "shop_name": {
    "label": "🛒 Shop",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "sold": {
    "label": "📦 Sold",
    "format": "text"
  },
  "stock": {
    "label": "📊 Stock",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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