# iPhone 15 Case Product Search on Lazada

**Use case:** 

Run a detailed search across Lazada in Southeast Asia for iPhone 15 case listings. Retrieve structured data including product title, price, ratings, seller details, and more. This task specifically focuses on comparing prices and products across Singapore, Malaysia, Vietnam, Thailand, Philippines, and Indonesia, with a clean export format for your analysis.

## Input

```json
{
  "search_terms": [
    "iphone 15 case"
  ],
  "region": "sg",
  "max_results": 40
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "price_original": {
    "label": "Price original"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "review_count": {
    "label": "Review count"
  },
  "sold_count": {
    "label": "Sold count"
  },
  "seller_name": {
    "label": "Seller name"
  },
  "location": {
    "label": "Location"
  },
  "brand": {
    "label": "Brand"
  },
  "product_url": {
    "label": "Product url"
  },
  "region": {
    "label": "Region"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

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

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
