# 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:** 3 total users, 1 monthly users, 100.0% runs succeeded, 1 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 a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Momo Listings Scraper",
        "description": "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.",
        "version": "0.0",
        "x-build-id": "MSrtGn4onEMo3umbQ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/piotrv1001~momo-listings-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-piotrv1001-momo-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/piotrv1001~momo-listings-scraper/runs": {
            "post": {
                "operationId": "runs-sync-piotrv1001-momo-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/piotrv1001~momo-listings-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-piotrv1001-momo-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "keywords": {
                        "title": "Search keywords",
                        "type": "array",
                        "description": "Keywords to search for on momoshop.com.tw. Each keyword runs a separate search. Both English and Traditional Chinese keywords work (e.g. `iphone`, `咖啡機`).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "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.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of products to scrape across all keywords and start URLs.",
                        "default": 50
                    },
                    "scrapeProductDetails": {
                        "title": "Scrape product details",
                        "type": "boolean",
                        "description": "Visit each product page to also extract brand, category breadcrumbs, promotions, purchase limits, and extra images. Slower — one extra request per product.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings used for scraping. The default automatic Apify proxy works well in most cases.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
