Namshi Product Scraper
Pricing
from $1.00 / 1,000 products
Namshi Product Scraper
Scrapes Namshi (UAE/GCC fashion) product listings — name, brand, price, discount, sizes, colours, images and product URL — for a search term or category, via the reversed Namshi mobile catalog API. No account needed.
Pricing
from $1.00 / 1,000 products
Rating
0.0
(0)
Developer
R.L.
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Scrape product listings from Namshi — the UAE/GCC fashion retailer —
for a search term or a category path. Returns name, brand, price, discount, sizes,
colours, images and the product URL as structured dataset rows. Talks to Namshi's mobile catalog
API directly (reversed from the com.namshi.android app); the catalog endpoints are
unauthenticated, so no account or API key is required.
Input
| Field | Type | Notes |
|---|---|---|
searchTerm | string | A product query, e.g. adidas samba. Use this OR a category path. |
categoryPath | string | A category/brand path, e.g. women/dresses. Takes precedence over the search term. |
department | select | Scope a search to Women/Men/Kids/Home/Beauty (ignored for category paths). |
includeSizes | boolean | Fetch available sizes per product (one extra call each). Default true. |
locale | select | Storefront/currency — en-ae (UAE/AED) by default, plus SA/KW/BH/OM/QA. |
maxItems | integer | Max products. 0 = all pages. |
proxyConfiguration | proxy | Residential proxy required (see below). Defaults to Apify Proxy RESIDENTIAL. |
Example input
{"searchTerm": "adidas samba","department": "men","includeSizes": true,"maxItems": 100,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
Output
Each dataset row is one product:
{"name": "Samba OG Shoes","brand": "adidas Originals","sku": "V1234567A","price": 399,"original_price": 499,"currency": "AED","discount_percent": 20,"sizes": ["40", "41", "42", "43"],"colors": ["Black", "White"],"product_url": "https://www.namshi.com/uae-en/buy-adidas-...","image_urls": ["https://f.nooncdn.com/p/..."]}
Why a residential proxy is required
Namshi's catalog sits behind Akamai, which Access-Denies datacenter egress IPs and non-browser
TLS fingerprints. The client already presents a Chrome TLS fingerprint (curl_cffi), and this
actor supplies the IP through a residential proxy, drawing a fresh exit IP per page. A
datacenter proxy or no proxy will be Access-Denied. The input defaults to Apify Proxy RESIDENTIAL.
Pricing
Pay-per-event: $0.001 per product returned.
Notes & limitations
- Prices are in the storefront currency selected by
locale(default AED foren-ae). - This is an unofficial client and is not affiliated with or endorsed by Namshi.