Namshi Catalogue by Category avatar

Namshi Catalogue by Category

Under maintenance

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Namshi Catalogue by Category

Namshi Catalogue by Category

Under maintenance

Every product on a Namshi category listing (UAE (English), UAE (Arabic), Saudi Arabia (English), Saudi Arabia (Arabic)): id, name, brand, price, original price, rating, seller and sponsored flag, page by page, optionally with subcategories. Dual-mode: the same code runs as an ATR BullMQ worker.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

AtTheRate AI

AtTheRate AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Pulls every product on a Namshi category listing for the UAE and Saudi Arabia, in English or Arabic, one row per product with price, discount, stock label, badges and a sponsored flag. Built for fashion brands and marketplace teams who need the full shelf of a category, in shelf order, on a schedule.

What you get

  • Complete coverage page by page, with category, category_title, page and position on every row.
  • Real pricing: price is the live selling price, original_price the pre-discount price, and discount_percent the site's own figure.
  • is_sponsored on every row, from the product's placement source. source carries the raw value, so an ads placement is distinguishable from an organic one.
  • Merchandising signals shoppers see: badges, tags such as "Selling out fast", is_outlet, is_rocket for express delivery and stock_label for low stock.
  • Ratings where Namshi publishes them, as rating and rating_count, plus image_url and product_url.
  • Both the parent style and the specific offer: id is the parent SKU, sku the offer-level SKU.

Input

Give it category paths or full Namshi URLs plus a storefront.

{
"categories": ["/women-shoes/"],
"locale": "uae-en",
"maxPages": 1,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "AE"
},
"expandSubcategories": false,
"delayMs": 1200,
"callsPerSession": 60
}
  • categories (required): paths such as /women-shoes/ or URLs such as https://www.namshi.com/uae-en/men-clothing/. Every path is listed in the sitemap at https://www.namshi.com/sitemap-index.xml.
  • locale: uae-en, uae-ar, saudi-en or saudi-ar. Default uae-en.
  • maxPages: pages per category. 0 means every page.
  • proxyConfiguration: residential in the storefront's country, AE for UAE and SA for Saudi. AE is the default.

Output

One dataset row per product.

{
"platform": "namshi",
"locale": "uae-en",
"category": "/women-shoes/",
"category_title": "Women's Shoes",
"page": 1,
"position": 1,
"id": "ZA7EB15693D36DF80F7D2Z",
"sku": "ZA7EB15693D36DF80F7D2Z-1",
"name": "Keds Women's BlissWalk Athletic Loafer",
"brand": "Keds",
"price": 109,
"original_price": 299,
"currency": "AED",
"discount_percent": 64,
"in_stock": true,
"is_sponsored": true,
"source": "ads",
"stock_label": "Low Stock",
"is_outlet": true,
"product_url": "https://www.namshi.com/uae-en/buy-keds-women-s-blisswalk-loafer",
"fetched_at": "2026-09-12T02:59:18.273Z"
}

Namshi does not show reviews on every card, so rating and rating_count are null for a large share of products. breadcrumbs and seller are null on this site. Currency is AED on the UAE locales and SAR on the Saudi ones.

Use cases

  • Discount depth tracking across a category from price, original_price and discount_percent.
  • Assortment and newness: diff id sets between runs to see what was added or dropped.
  • Ad placement share in a category, from is_sponsored and source, with position showing where paid slots sit.
  • Stock pressure monitoring with stock_label and in_stock, to catch styles running out.
  • Outlet versus full-price mix per brand, from is_outlet and brand.

Notes and limits

  • A verified run on /women-shoes/ at uae-en returned 83 products from one page, and two categories at two pages each returned 338. Expect about 83 products per page.
  • Sponsored placement is common here. The single-page verified run reported 26 sponsored products out of 83.
  • Sponsored slots only appear on a session-backed request, so the proxy country changes what is shown, not just whether the run succeeds.
  • Only category paths are accepted. A /search/ path is rejected and counted in failed_categories.
  • Arabic locales return Arabic names in the same fields. Nothing else changes.

FAQ

Do I need a proxy? Yes. Residential in the storefront's country, AE for the UAE locales and SA for the Saudi ones. AE is the input default.

How many results can I get? maxPages: 0 walks the whole category at about 83 products per page.

Does it need a login or an API key? No. No Namshi account and no API key.

How is sponsored detected? From the placement source Namshi attaches to each product. A source of ads, commercial or ramp_control sets is_sponsored: true, and the raw value stays on the row.