# Singapore Lazada Products

**Use case:** 

Extract Lazada Products data filtered by Singapore. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "iphone",
  "country": "sg",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "seller": {
    "label": "🛒 Seller",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "sold": {
    "label": "📦 Sold",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "sku": {
    "label": "🔖 SKU",
    "format": "text"
  },
  "brand": {
    "label": "🏢 Brand",
    "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 [Lazada Products Scraper](https://apify.com/parseforge/lazada-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/lazada-products-scraper) to learn more, explore other use cases, and run it yourself.