# Willhaben.at Scraper - Listings, Prices, Sellers

**Use case:** 

Scrape Takealot products, Daily Deals, prices, savings, regional stock, ratings and reviews with monitoring and resume support.

## Input

```json
{
  "mode": "search",
  "queries": [
    "laptop"
  ],
  "sort": "Relevance",
  "urls": [
    "https://www.takealot.com/deals?start=1"
  ],
  "fetchDetails": true,
  "fetchReviews": true,
  "maxReviewsPerProduct": 5,
  "maxItems": 20,
  "maxPages": 0,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "kind": {
    "label": "Kind"
  },
  "recordId": {
    "label": "Record id"
  },
  "plid": {
    "label": "Plid"
  },
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "subtitle": {
    "label": "Subtitle"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "priceMax": {
    "label": "Price max"
  },
  "prettyPrice": {
    "label": "Pretty price"
  },
  "listingPrice": {
    "label": "Listing price"
  },
  "savingPercent": {
    "label": "Saving percent"
  },
  "currency": {
    "label": "Currency"
  },
  "starRating": {
    "label": "Star rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "ratingDistribution": {
    "label": "Rating distribution"
  },
  "inStock": {
    "label": "In stock"
  },
  "stockStatus": {
    "label": "Stock status"
  },
  "isImportedItem": {
    "label": "Is imported item"
  },
  "distributionCentres": {
    "label": "Distribution centres"
  },
  "isPreorder": {
    "label": "Is preorder"
  },
  "addToCartAvailable": {
    "label": "Add to cart available"
  },
  "isDeal": {
    "label": "Is deal"
  },
  "isPromotion": {
    "label": "Is promotion"
  },
  "badges": {
    "label": "Badges"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "imageCount": {
    "label": "Image count"
  },
  "shippingMessage": {
    "label": "Shipping message"
  },
  "shippingCode": {
    "label": "Shipping code"
  },
  "tsin": {
    "label": "Tsin"
  },
  "productId": {
    "label": "Product id"
  },
  "hasMoreColours": {
    "label": "Has more colours"
  },
  "promotionLabel": {
    "label": "Promotion label"
  },
  "descriptionHtml": {
    "label": "Description html"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "specs": {
    "label": "Specs"
  },
  "boxContents": {
    "label": "Box contents"
  },
  "warranty": {
    "label": "Warranty"
  },
  "categoriesPath": {
    "label": "Categories path"
  },
  "departmentName": {
    "label": "Department name"
  },
  "departmentId": {
    "label": "Department id"
  },
  "categoryNames": {
    "label": "Category names"
  },
  "categoryIds": {
    "label": "Category ids"
  },
  "variantsOptions": {
    "label": "Variants options"
  },
  "loyaltyPrices": {
    "label": "Loyalty prices"
  },
  "offerDetail": {
    "label": "Offer detail"
  },
  "buyboxType": {
    "label": "Buybox type"
  },
  "detailImages": {
    "label": "Detail images"
  },
  "detailUrl": {
    "label": "Detail url"
  },
  "reviewsList": {
    "label": "Reviews list"
  },
  "reviewPages": {
    "label": "Review pages"
  },
  "reviewsFetched": {
    "label": "Reviews fetched"
  },
  "changeType": {
    "label": "Change type"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "firstSeenAt": {
    "label": "First seen at"
  },
  "lastSeenAt": {
    "label": "Last seen at"
  }
}
```

## About this Actor

This example demonstrates how to use [Willhaben.at Scraper - Listings, Prices, Sellers & 40+ Fields](https://apify.com/abotapi/takealot-com-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/takealot-com-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/abotapi/takealot-com-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
