# Noon Listings Scraper (`piotrv1001/noon-listings-scraper`) Actor

The Noon Listings Scraper extracts products from Noon marketplaces in the UAE, Saudi Arabia, and Egypt, capturing titles, brands, prices, discounts, ratings, sellers, images, stock, and optional product details for price monitoring and market research.

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

## Pricing

from $1.50 / 1,000 products

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/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

## Noon Listings Scraper

Extract structured product data from Noon marketplaces in the UAE, Saudi Arabia, and Egypt. Search by keyword, control the result limit, and optionally enrich each listing with product descriptions, features, specifications, variants, and buying options.

### What you get

- Product names, brands, SKUs, and canonical links
- Current and original prices, currency, and discounts
- Seller names and seller-rating data
- Product ratings and rating counts
- Availability, bestseller signals, images, flags, and listing specifications
- Optional descriptions, feature bullets, specifications, variants, and buying options
- Deduplicated results across multiple search terms

### Input

| Field | Type | Default | Description |
| --- | --- | --- | --- |
| `searchTerms` | string array | `["laptop"]` | One to 20 keywords to search. |
| `marketplace` | string | `uae` | `uae`, `saudi`, or `egypt`. |
| `maxItems` | integer | `50` | Maximum number of unique records to save, from 1 to 10,000. |
| `includeDetails` | boolean | `false` | Add richer product detail fields. |
| `proxyConfiguration` | object | Apify Residential Proxy | Connection settings. The default is recommended. |

Example input:

```json
{
  "searchTerms": ["laptop", "gaming laptop"],
  "marketplace": "uae",
  "maxItems": 100,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "AE"
  }
}
```

### Output

Each product is saved as a JSON object in the default dataset.

```json
{
  "sku": "N12345678A",
  "catalogSku": "N12345678A",
  "name": "Example Laptop 15.6-inch",
  "brand": "Example Brand",
  "url": "https://www.noon.com/uae-en/example-laptop/N12345678A/p/",
  "imageUrl": "https://f.nooncdn.com/example.jpg",
  "marketplace": "uae",
  "locale": "en-ae",
  "currency": "AED",
  "price": 2499,
  "originalPrice": 2999,
  "discountPercent": 16.67,
  "sellerName": "Example Seller",
  "rating": 4.4,
  "ratingCount": 315,
  "isBuyable": true,
  "isBestseller": false,
  "detailsIncluded": true,
  "searchTerm": "laptop",
  "scrapedAt": "2026-09-14T10:00:00.000Z"
}
```

When `includeDetails` is enabled and enrichment succeeds, records can also include `description`, `featureBullets`, `breadcrumbs`, `categoryCode`, `specifications`, `variants`, `buyingOptions`, and `mediaGallery`.

### Pricing

This Actor uses pay-per-event pricing:

| Event | Price | When it is charged |
| --- | ---: | --- |
| Actor start | $0.00005 | Automatically when a run starts |
| Product (listing only) | $0.0015 | For each product saved without detail enrichment |
| Product (with full details) | $0.004 | For each successfully enriched product, instead of the listing event |

That is $1.50 per 1,000 listing-only records, or $4.00 per 1,000 fully enriched records, plus the small run start fee. The two product events are mutually exclusive: each saved row incurs exactly one of them.

The Actor checks the run budget before collecting optional detail data and stops cleanly when another result cannot be charged. If detail enrichment fails but a valid shallow listing can still be saved, only the listing event is charged.

### Tips

- Start with `includeDetails: false` for fast catalogue and price-monitoring jobs.
- Enable details only when you need specifications, descriptions, or variants.
- Run separate jobs per marketplace because prices, currencies, sellers, and availability differ by country.
- Multiple search terms are useful for category discovery; duplicate offers are removed automatically.

### Responsible use

Use this Actor only where your collection and use of data complies with applicable law and the website's terms and policies. Keep request volumes reasonable and do not collect personal or sensitive data.

### Support

If a field is missing or a run fails, include the marketplace, input (without credentials), run ID, and one example product URL when reporting the issue.

# Actor input Schema

## `searchTerms` (type: `array`):

Keywords to search for on Noon. Results are deduplicated across terms.

## `marketplace` (type: `string`):

Country marketplace and currency to scrape.

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

Maximum number of unique product records to save across all search terms.

## `includeDetails` (type: `boolean`):

Add descriptions, features, specifications, variants, and buying options. This incurs the item-detail event charge for each successfully enriched product.

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

Connection settings used to access Noon. The default configuration is recommended.

## Actor input object example

```json
{
  "searchTerms": [
    "laptop"
  ],
  "marketplace": "uae",
  "maxItems": 50,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

# Actor output Schema

## `dataset` (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 = {
    "searchTerms": [
        "laptop"
    ]
};

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

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/noon-listings-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 '{
  "searchTerms": [
    "laptop"
  ]
}' |
apify call piotrv1001/noon-listings-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,piotrv1001/noon-listings-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/evdNUiMXGgjVWkEgd/builds/uBOWhFRN5G1UH6JQH/openapi.json
