Namshi Catalogue by Category
Under maintenancePricing
from $2.50 / 1,000 results
Namshi Catalogue by Category
Under maintenanceEvery 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
Maintained by CommunityActor 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,pageandpositionon every row. - Real pricing:
priceis the live selling price,original_pricethe pre-discount price, anddiscount_percentthe site's own figure. is_sponsoredon every row, from the product's placement source.sourcecarries the raw value, so an ads placement is distinguishable from an organic one.- Merchandising signals shoppers see:
badges,tagssuch as "Selling out fast",is_outlet,is_rocketfor express delivery andstock_labelfor low stock. - Ratings where Namshi publishes them, as
ratingandrating_count, plusimage_urlandproduct_url. - Both the parent style and the specific offer:
idis the parent SKU,skuthe 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 ashttps://www.namshi.com/uae-en/men-clothing/. Every path is listed in the sitemap athttps://www.namshi.com/sitemap-index.xml.locale:uae-en,uae-ar,saudi-enorsaudi-ar. Defaultuae-en.maxPages: pages per category.0means 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_priceanddiscount_percent. - Assortment and newness: diff
idsets between runs to see what was added or dropped. - Ad placement share in a category, from
is_sponsoredandsource, withpositionshowing where paid slots sit. - Stock pressure monitoring with
stock_labelandin_stock, to catch styles running out. - Outlet versus full-price mix per brand, from
is_outletandbrand.
Notes and limits
- A verified run on
/women-shoes/atuae-enreturned 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 infailed_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.