# Takealot South Africa Latest Results

**Use case:** 

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

## Input

```json
{
  "query": "laptop",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "brand": {
    "label": "🏢 Brand",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviews": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "seller": {
    "label": "🛒 Seller",
    "format": "text"
  },
  "stock": {
    "label": "📊 Stock",
    "format": "text"
  },
  "sku": {
    "label": "🔖 SKU",
    "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 [Takealot South Africa Scraper](https://apify.com/parseforge/takealot-south-africa-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/takealot-south-africa-scraper) to learn more, explore other use cases, and run it yourself.