# Shopee Listings Latest Results

**Use case:** 

Latest Results of Shopee Listings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "shoes",
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "shop_id": {
    "label": "🏬 Shop Id",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "sold": {
    "label": "💸 Sold",
    "format": "text"
  },
  "stock": {
    "label": "📊 Stock",
    "format": "text"
  },
  "shipping": {
    "label": "🚚 Shipping",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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