# Noon.com Product & Seller Scraper (`scrapesmith/noon-com-product-seller-scraper`) Actor

Scrape and monitor Noon.com. Search by keyword, pull full product detail by URL or SKU, or track every seller and the Buy Box winner on your products. Schedule it to watch prices, sale prices, stock, delivery, and new competitors change over time. Covers UAE, Saudi Arabia, and Egypt.

- **URL**: https://apify.com/scrapesmith/noon-com-product-seller-scraper.md
- **Developed by:** [Scrape Smith](https://apify.com/scrapesmith) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.08 / 1,000 results

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

## Noon.com Product Scraper — Prices, Ratings & Sellers

Extract live product data from **Noon.com**, the leading online marketplace across the UAE, Saudi Arabia, and Egypt. Search any keyword and get structured pricing, ratings, seller details, stock status, and discount information — ready for price monitoring, market research, or catalog analysis.

### 🔀 Three ways to scrape

1. 🔎 **Search mode** — pass one or more keywords (or Noon search URLs) and get every matching product with pricing, ratings, and seller info (automatic pagination).
2. 📦 **Product-detail mode** — pass Noon product page URLs (or SKU codes) and get the complete product record: full specifications, stock, delivery estimates, return policy, seller, variants, and every discount. Runs at ~1,000 products per minute.
3. 🏷️ **Seller-monitoring mode** — pass product SKUs and get **one row per seller** competing on each product: seller name, seller ID, rating, price, sale price, stock, delivery, discounts, and the Buy Box winner. Built for Buy Box and competitor-seller tracking.

### ⚡ Why use this scraper

- 🚀 **Fast, reliable results** — no browser rendering delays, no CAPTCHAs to solve
- 💸 **Full pricing intelligence** — current price, sale price, discount codes and terms
- 🔬 **Deep product detail** — specifications, stock, delivery estimate, return policy, warranty, variants
- ⭐ **Ratings & reputation** — product rating, review count, seller rating
- 🌍 **Multi-market coverage** — UAE, Saudi Arabia, and Egypt storefronts
- 📈 **Bulk-friendly** — dozens of search queries or thousands of product URLs in a single job

### 📥 Input

Search by keyword:

```json
{
  "searchQueries": ["iphone", "samsung galaxy", "laptop"],
  "maxResults": 100,
  "country": "uae-en"
}
````

…scrape specific products for full detail:

```json
{
  "productUrls": [
    "https://www.noon.com/uae-en/.../N70211464V/p/",
    "N48650886A"
  ],
  "country": "uae-en"
}
```

…or monitor every seller on a set of products:

```json
{
  "asins": ["N23157381A", "N48650886A"],
  "noon_domain": "www.noon.com/uae-en"
}
```

| Field | Type | Default | Description |
|---|---|---|---|
| `searchQueries` | array of strings | — | Keywords to search on Noon.com, or pasted Noon search URLs |
| `productUrls` | array of strings | — | Noon product page URLs or raw SKU codes → full product detail |
| `asins` | array of strings | — | Product SKUs → one row per competing seller (Buy Box tracking) |
| `noon_domain` | string | — | Optional Noon domain (e.g. `www.noon.com/saudi-en`); overrides Country |
| `maxResults` | integer | 100 | Maximum products to return per search query |
| `country` | enum | `uae-en` | Storefront: `uae-en`, `saudi-en`, or `egypt-en` |

Provide any combination of `searchQueries`, `productUrls`, or `asins`.

### 📤 Output

Each result is a flat record ready to export to CSV, Excel, JSON, or push to your own database. Search and product-detail modes return one row per product:

```json
{
  "productId": "N70211464V",
  "catalogSku": "N70211464V-1",
  "name": "iPhone 17 Pro Max 256 GB (eSIM only) Silver 5G With FaceTime",
  "brand": "Apple",
  "brandCode": "apple",
  "price": 4949,
  "salePrice": null,
  "currency": "AED",
  "rating": 4.5,
  "ratingCount": 26723,
  "seller": "callmate",
  "sellerRating": 4.8,
  "imageUrl": "https://f.nooncdn.com/p/...",
  "imageUrls": ["https://f.nooncdn.com/p/..."],
  "productUrl": "https://www.noon.com/uae-en/iphone-17-pro-max.../p/",
  "inStock": true,
  "specifications": { "Screen Size": "6.9 in", "RAM Size": "12 GB" },
  "discount": "Extra 10% off",
  "discountDetail": "Extra 10% Off | Use code: SAVEBIG",
  "discountCode": "SAVEBIG",
  "isBestseller": false,
  "bestSellerRank": "#3",
  "flags": ["fbn", "quick_atc", "free_delivery_eligible"],
  "categories": [],
  "query": "iphone",
  "page": 1,
  "scrapedAt": "2026-07-04T12:00:00+00:00"
}
```

🏷️ **Seller-monitoring mode** returns one row per seller on each product — perfect for spotting who owns the Buy Box and who's undercutting:

```json
{
  "product_sku": "N53391647A",
  "product_name": "WH-CH520 Wireless Bluetooth On-Ear Headphones",
  "seller_name": "noon",
  "seller_code": "p-9404",
  "seller_rating": 3.9,
  "price": 199,
  "sale_price": 146,
  "stock": 3,
  "is_buybox_winner": true,
  "seller_rank": 0,
  "estimated_delivery": "Get it by 8 July",
  "currency": "AED"
}
```

### 🎯 Use cases

- 💹 **Price monitoring** — track competitor pricing and discount campaigns over time
- 🔍 **Market research** — analyze bestsellers, ratings, and brand presence by category
- 🗂️ **Catalog enrichment** — pull structured specs and imagery for product listings
- 🏪 **Seller & Buy Box intelligence** — see every seller on a product and who wins the Buy Box

### 💰 Pricing

Pay only for the products you collect. No subscription, no setup fees, no per-hour billing.

### 🚀 Getting started

1. Enter search keywords, product URLs, or SKUs — depending on the mode you need
2. Choose your target market (UAE, Saudi Arabia, or Egypt)
3. Set the maximum results per query
4. Run the actor and export your dataset as JSON, CSV, Excel, or XML

Free plan runs return up to 25 results so you can preview the data before scaling up. 🆓

# Actor input Schema

## `searchQueries` (type: `array`):

Keywords to search on Noon.com (e.g. "iphone"), or pasted Noon search URLs (e.g. https://www.noon.com/uae-en/search/?q=iphone). Returns listing-level data with pricing, ratings, and seller info.

## `productUrls` (type: `array`):

Noon.com product page URLs or raw SKU codes (e.g. N43252862A). Returns FULL product detail: specifications, stock, delivery estimate, return policy, warranty, variants, seller ratings, and every discount. Runs at ~1,000 products/minute.

## `asins` (type: `array`):

Product SKU codes (e.g. N23157381A) to monitor for seller/offer competition. Returns ONE row per seller on each product — seller name, seller ID, rating, price, sale price, stock, delivery, discounts, and buy-box winner. Ideal for Buy Box and competitor-seller tracking.

## `noon_domain` (type: `string`):

Optional. The Noon domain your SKUs come from, e.g. www.noon.com/saudi-en. If set, it overrides the Country field. Leave blank to use Country.

## `maxResults` (type: `integer`):

Maximum number of products to return per search query (search mode only).

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

Noon.com storefront to search.

## Actor input object example

```json
{
  "searchQueries": [
    "iphone"
  ],
  "maxResults": 100,
  "country": "uae-en"
}
```

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

// Run the Actor and wait for it to finish
const run = await client.actor("scrapesmith/noon-com-product-seller-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 = { "searchQueries": ["iphone"] }

# Run the Actor and wait for it to finish
run = client.actor("scrapesmith/noon-com-product-seller-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 '{
  "searchQueries": [
    "iphone"
  ]
}' |
apify call scrapesmith/noon-com-product-seller-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Noon.com Product & Seller Scraper",
        "description": "Scrape and monitor Noon.com. Search by keyword, pull full product detail by URL or SKU, or track every seller and the Buy Box winner on your products. Schedule it to watch prices, sale prices, stock, delivery, and new competitors change over time. Covers UAE, Saudi Arabia, and Egypt.",
        "version": "0.0",
        "x-build-id": "6cYOcsTp0c9HqaRjR"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapesmith~noon-com-product-seller-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapesmith-noon-com-product-seller-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/scrapesmith~noon-com-product-seller-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapesmith-noon-com-product-seller-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/scrapesmith~noon-com-product-seller-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapesmith-noon-com-product-seller-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": {
                    "searchQueries": {
                        "title": "Search Queries or Search URLs",
                        "type": "array",
                        "description": "Keywords to search on Noon.com (e.g. \"iphone\"), or pasted Noon search URLs (e.g. https://www.noon.com/uae-en/search/?q=iphone). Returns listing-level data with pricing, ratings, and seller info.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "productUrls": {
                        "title": "Product URLs or SKUs",
                        "type": "array",
                        "description": "Noon.com product page URLs or raw SKU codes (e.g. N43252862A). Returns FULL product detail: specifications, stock, delivery estimate, return policy, warranty, variants, seller ratings, and every discount. Runs at ~1,000 products/minute.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "asins": {
                        "title": "Seller Monitoring — Product SKUs",
                        "type": "array",
                        "description": "Product SKU codes (e.g. N23157381A) to monitor for seller/offer competition. Returns ONE row per seller on each product — seller name, seller ID, rating, price, sale price, stock, delivery, discounts, and buy-box winner. Ideal for Buy Box and competitor-seller tracking.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "noon_domain": {
                        "title": "Noon Domain (optional)",
                        "type": "string",
                        "description": "Optional. The Noon domain your SKUs come from, e.g. www.noon.com/saudi-en. If set, it overrides the Country field. Leave blank to use Country."
                    },
                    "maxResults": {
                        "title": "Max Results Per Query",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of products to return per search query (search mode only).",
                        "default": 100
                    },
                    "country": {
                        "title": "Country",
                        "enum": [
                            "uae-en",
                            "saudi-en",
                            "egypt-en"
                        ],
                        "type": "string",
                        "description": "Noon.com storefront to search.",
                        "default": "uae-en"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
