# Momo Listings Scraper (`piotrv1001/momo-listings-scraper`) Actor

The Momo Scraper extracts product listings from momoshop.com.tw, Taiwan's largest e-commerce platform, capturing prices, live stock counts, ratings, reviews, sales volume, promotions, and images — ideal for price monitoring and market research.

- **URL**: https://apify.com/piotrv1001/momo-listings-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 5 total users, 1 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 product listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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

## 🚀 Momo Taiwan Listings Scraper

Easily extract product listings from [momoshop.com.tw](https://www.momoshop.com.tw), **Taiwan's largest e-commerce platform**. The **Momo Taiwan Listings Scraper** lets you gather structured product data — including **live stock counts**, prices, ratings, and sales-volume figures — for price monitoring, market research, and competitive analysis in the Taiwanese market.

### ✨ Features

- 🏷️ **Comprehensive Product Data**: Product names, sale and original prices (TWD), **live stock counts**, ratings, review counts, sales-volume bands, active promotions, and product images.
- 🔍 **Keyword & URL Based**: Search by keywords (English or Traditional Chinese, e.g. `iphone` or `咖啡機`) or provide momo search/product URLs directly.
- 📦 **Optional Product Details**: Enable `scrapeProductDetails` to also extract brand, category breadcrumbs, purchase limits, detailed promotions, and extra images from each product page.
- ⚡ **Fast & Efficient**: Optimized data extraction keeps runs quick and costs low — 30 products per search page.
- 💰 **Pay Per Result**: Transparent event-based pricing — pay only for the items you actually get.

### 🛠️ How It Works

1. **Enter Keywords or URLs** – Provide search keywords (e.g. `iphone`) or momo search/product URLs.
2. **Set Limits** – Choose how many products to collect with `maxItems` (default: 50) and whether to fetch full product details.
3. **Run the Scraper** – Start the run and receive structured product data in minutes.

### ⚙️ Input

```json
{
    "keywords": ["iphone"],
    "maxItems": 50,
    "scrapeProductDetails": false
}
```

| Field | Type | Description |
| --- | --- | --- |
| `keywords` | array | Search keywords — each runs a separate search. Chinese and English both work. |
| `startUrls` | array | Optional momo search or product URLs to scrape directly. |
| `maxItems` | integer | Maximum number of products to scrape (default: 50). |
| `scrapeProductDetails` | boolean | Visit each product page for brand, categories, promotions, and more (default: false). |
| `proxyConfiguration` | object | Proxy settings — the default automatic proxy works well in most cases. |

### 📊 Sample Output Data

The scraper provides structured JSON output with key product details. Example:

```json
[
    {
        "goodsCode": "14432865",
        "url": "https://www.momoshop.com.tw/product/14432865",
        "name": "【Apple】iPhone 17(256G/6.3吋)(超值殼貼組)",
        "price": 28400,
        "originalPrice": 30858,
        "currency": "TWD",
        "stock": 1134,
        "promotion": "滿1件折1800",
        "rating": 4.9,
        "reviewCount": 184,
        "salesVolume": "總銷量>5萬",
        "image": "https://img2.momoshop.com.tw/goodsimg/0014/432/865/14432865_OL.jpg",
        "images": [
            "https://img2.momoshop.com.tw/goodsimg/0014/432/865/14432865_L.jpg",
            "https://img2.momoshop.com.tw/goodsimg/0014/432/865/14432865_L1.jpg"
        ],
        "isAd": false,
        "isDiscounted": false,
        "hasGift": true,
        "isAdultLimit": false,
        "keyword": "iphone",
        "searchPage": 1
    }
]
```

With `scrapeProductDetails` enabled, each item additionally includes `brand`, `categories`, `purchaseLimit`, `promotions`, `productInfo`, `detailImages`, and more.

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

### 💼 Use Cases

- **Price Monitoring** – Track sale and market prices of products in the Taiwanese market.
- **Stock & Availability Tracking** – momo exposes live stock counts, rare among major e-commerce platforms.
- **Market Research** – Analyze ratings, review counts, and sales-volume bands before entering the Taiwan market.
- **MAP Enforcement** – Monitor resellers' pricing of your brand's products.
- **Competitive Analysis** – Follow competitors' assortment, promotions, and discount strategies.

### 💰 Pricing

This Actor uses transparent **pay-per-event** pricing:

| Event | Price | Description |
| --- | --- | --- |
| Actor start | $0.00005 | Charged once per run |
| Product listing | $0.0015 | Per product scraped from search results |
| Product detail | $0.005 | Per product page scraped with full details |

A default run (50 listings) costs well under $0.10.

### ❓ FAQ

**Is it legal to scrape momo?**
This scraper only extracts publicly available product data. Always make sure your use of scraped data complies with the website's terms of service and applicable laws.

**Do Chinese keywords work?**
Yes — Traditional Chinese keywords (e.g. `咖啡機`, `吸塵器`) work just like English ones.

**Found an issue or need a custom feature?**
Please open an issue on the Actor's **Issues** tab — feedback is welcome!

Optimize your Taiwan e-commerce strategy with **Momo Taiwan Listings Scraper** today! 🚀

# Actor input Schema

## `keywords` (type: `array`):

Keywords to search for on momoshop.com.tw. Each keyword runs a separate search. Both English and Traditional Chinese keywords work (e.g. `iphone`, `咖啡機`).

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

Optional momo search or product URLs to scrape directly, e.g. `https://www.momoshop.com.tw/search/nike` or `https://www.momoshop.com.tw/product/14432865`. Use this instead of (or together with) keywords.

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

Maximum number of products to scrape across all keywords and start URLs.

## `scrapeProductDetails` (type: `boolean`):

Visit each product page to also extract brand, category breadcrumbs, promotions, purchase limits, and extra images. Slower — one extra request per product.

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

Proxy settings used for scraping. The default automatic Apify proxy works well in most cases.

## Actor input object example

```json
{
  "keywords": [
    "iphone"
  ],
  "maxItems": 50,
  "scrapeProductDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

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

No description

# 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 = {
    "keywords": [
        "iphone"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/momo-listings-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 = { "keywords": ["iphone"] }

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

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

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

```

## CLI example

```bash
echo '{
  "keywords": [
    "iphone"
  ]
}' |
apify call piotrv1001/momo-listings-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=piotrv1001/momo-listings-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

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