# 🛒 Lazada Product Search Scraper (`hipersoft/lazada-scraper`) Actor

Search products on Lazada across Singapore, Malaysia and the Philippines. Enter any keyword and export one clean row per product — title, price, discount, rating, review count, seller, brand, image and product URL — as JSON, CSV or Excel.

- **URL**: https://apify.com/hipersoft/lazada-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.0015 / product scraped

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

## 🛒 Lazada Product Search Scraper — Singapore, Malaysia & Philippines

Search products on **Lazada** and export the results as clean, structured **JSON, CSV or Excel**. Enter any **keyword** — or paste a Lazada search URL — and pull every matching product across **Singapore, Malaysia and the Philippines**, **one tidy row per product**: **title, price, discount, rating, review count, seller, brand, image and the product URL**. Built for price tracking, product research, competitor and market analysis, and automations.

### Features

- 🌏 **Three Southeast Asia markets** — search Lazada Singapore (SGD), Malaysia (MYR) or Philippines (PHP) from one Actor.
- 🔎 **Keyword search** — run one or many keywords at once (e.g. `iphone`, `air fryer`, `running shoes`); each returns its own matching products.
- 🔗 **Paste-a-URL** — drop in any Lazada search or catalog link and the Actor scrapes it end to end, following pagination automatically.
- 💰 **Prices & discounts** — the numeric price plus the displayed price, original price and discount percentage for every product.
- ⭐ **Ratings & reviews** — average rating and review count so you can gauge demand and quality.
- 🏷️ **Seller & brand** — the store name and brand behind each listing.
- 🖼️ **Images & links** — the product image and a ready-to-open link to each product.
- 📄 **Volume control** — set `maxItems` to balance coverage and cost.

### Input

```json
{
  "queries": ["iphone", "air fryer"],
  "country": "sg",
  "maxItems": 100
}
```

| Field | Description |
| --- | --- |
| `queries` | One or more keywords to search. Each runs its own search and results are combined. |
| `country` | Which Lazada marketplace to search: `sg` (Singapore), `my` (Malaysia) or `ph` (Philippines). |
| `startUrls` | Optional. Lazada search/catalog URLs to scrape (e.g. `https://www.lazada.sg/catalog/?q=iphone`). Scraped in addition to any keywords. |
| `maxItems` | Maximum products to collect across all searches (0 = no limit). |
| `maxConcurrency` | How many requests to run in parallel. Leave at the default unless you have a reason to change it. |
| `proxyConfiguration` | Proxy settings. Not required by default. |

#### How to search

Enter one or more `queries`, pick a `country`, and run to collect matching products. Or paste `startUrls` straight from your browser — the marketplace is taken from each URL. Set `maxItems` to control how much you collect.

### Use cases

- Track prices and discounts for products across Singapore, Malaysia and the Philippines over time.
- Build and refresh a product dataset for market and demand analysis.
- Monitor competitor listings, sellers and brands for chosen keywords.
- Compare pricing of the same product across the three markets.
- Feed structured product records into a CRM, spreadsheet or analytics pipeline.

### What you get

Each product is one dataset record:

```json
{
  "itemId": "3524457699",
  "nid": "3524457699",
  "title": "Apple iPhone 17 Pro",
  "price": 1598,
  "priceShow": "$1,598.00",
  "currency": "SGD",
  "originalPrice": 1749,
  "discount": "9% Off",
  "rating": 4.89,
  "reviewCount": 1273,
  "soldCount": "500+ sold",
  "seller": "Apple Flagship Store",
  "sellerId": "1234567",
  "brand": "Apple",
  "location": "Singapore",
  "imageUrl": "https://sg-live-01.slatic.net/p/349d8f1bc82d7446d6c5f31f131a630b.jpg",
  "url": "https://www.lazada.sg/products/pdp-i3524457699.html",
  "categoryName": "Mobiles",
  "sourceTld": "sg",
  "sourceCountry": "sg"
}
```

#### Output schema

| Field | Type | Description |
|---|---|---|
| `itemId` | string | Lazada's unique identifier for the product. |
| `nid` | string | Numeric product identifier. |
| `title` | string | Product title. |
| `price` | number | Current price (numeric) in the market's currency. |
| `priceShow` | string | Price exactly as displayed (e.g. `$1,598.00`). |
| `currency` | string | Currency code (`SGD`, `MYR` or `PHP`). |
| `originalPrice` | number | Original price before any discount, where shown. |
| `discount` | string | Discount label as displayed (e.g. `9% Off`). |
| `rating` | number | Average star rating. |
| `reviewCount` | integer | Number of reviews. |
| `soldCount` | string | Units-sold label where shown (e.g. `500+ sold`). |
| `seller` | string | Store/seller name. |
| `sellerId` | string | Seller identifier. |
| `brand` | string | Brand name. |
| `location` | string | Ships-from location where shown. |
| `imageUrl` | string (URL) | Product image URL. |
| `url` | string (URL) | Direct link to the product on Lazada. |
| `categoryName` | string | Product category where shown. |
| `sourceTld` | string | Marketplace domain suffix the product came from (`sg`, `com.my`, `com.ph`). |
| `sourceCountry` | string | Marketplace the product came from (`sg`, `my`, `ph`). |

### Related Actors

- [Shopify Product Scraper](https://apify.com/hipersoft/shopify-product-scraper)
- [Amazon Product Scraper](https://apify.com/hipersoft/amazon-product-scraper)
- [eBay Scraper](https://apify.com/hipersoft/ebay-scraper)
- [Google Shopping Scraper](https://apify.com/hipersoft/google-shopping-scraper)

### FAQ

**Do I need a Lazada account?**
No. Just enter a keyword, pick a country and run.

**Which countries are supported?**
Singapore, Malaysia and the Philippines. Choose the market with the `country` field, or paste a market's URL into `startUrls`.

**In what currency are prices?**
In the selected market's local currency — SGD for Singapore, MYR for Malaysia, PHP for the Philippines. The numeric `price` is parsed for you; `priceShow` keeps the original as displayed.

**How many products can I collect?**
As many as your search returns. Use `maxItems` to control volume and cost.

**What export formats are supported?**
JSON, CSV, Excel and XML, plus the Apify API for programmatic access.

**Can I use this with n8n?**
Yes. Use the [Apify node for n8n](https://docs.apify.com/platform/integrations/n8n) to run this Actor and pull its dataset straight into an n8n workflow — trigger it on a schedule, then route the product rows to a database, spreadsheet or messaging step.

**Can I connect it to other tools?**
This Actor connects with almost any cloud service or web app thanks to [integrations on the Apify platform](https://apify.com/integrations). It works with [Make](https://apify.com/integrations/make), [Zapier](https://apify.com/integrations/zapier), [Slack](https://docs.apify.com/platform/integrations/slack), [Airbyte](https://docs.apify.com/platform/integrations/airbyte), [GitHub](https://docs.apify.com/platform/integrations/github), [Google Drive](https://docs.apify.com/platform/integrations/drive) and [many more](https://apify.com/integrations), plus the [Apify API](https://docs.apify.com/api/v2), JavaScript/Python clients and MCP. Or use [webhooks](https://docs.apify.com/platform/integrations/webhooks) to trigger an action whenever a run finishes.

### Notes

Returns only public Lazada product data — the same information any visitor can see. This is an independent tool and is not affiliated with, endorsed by or connected to Lazada; "Lazada" is a trademark of its respective owner. Original clean-room implementation.

# Actor input Schema

## `queries` (type: `array`):

One or more product keywords to search on Lazada — for example 'iphone', 'air fryer' or 'running shoes'. Each keyword runs its own search and the results are combined. Leave Start URLs empty to use this.

## `country` (type: `string`):

Which Lazada marketplace to search. Singapore (SGD), Malaysia (MYR) or Philippines (PHP).

## `startUrls` (type: `array`):

Optional. One or more Lazada search/catalog page URLs to scrape. Paste the URL straight from your browser (e.g. https://www.lazada.sg/catalog/?q=iphone). When set, these are scraped in addition to any keywords, and the marketplace is taken from each URL. Pagination is followed automatically.

## `maxItems` (type: `integer`):

Maximum number of products to collect across all searches (0 = no limit; collect everything the searches return).

## `maxConcurrency` (type: `integer`):

How many requests to run in parallel. Leave at the default unless you have a reason to change it.

## `proxyConfiguration` (type: `object`):

Proxy settings. Not required by default. If you experience reduced results, enable Apify Residential proxy for the most reliable access.

## Actor input object example

```json
{
  "queries": [
    "iphone"
  ],
  "country": "sg",
  "maxItems": 100,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `results` (type: `string`):

The results as dataset items.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        "iphone"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/lazada-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "queries": ["iphone"] }

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/lazada-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    "iphone"
  ]
}' |
apify call hipersoft/lazada-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/lazada-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/tpb1ECxGuROwjAYiN/builds/M6MXA3a8aF037vtuz/openapi.json
