Noon API
https://www.noon.com/
Noon - Middle East e-commerce marketplace across UAE, Saudi Arabia, Egypt, and Qatar.
- Actions
- 7
- Category
- Shopping
- Login
- Not required
- Output
- JSON
Call the Noon API
Submit a task, then poll the job until it settles. This example runs noon_categories.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "noon_categories",
"params": {
"root": "beauty",
"locale": "uae-en"
}
}'7 actions on https://www.noon.com/
Read
Categories
noon_categoriesread2 credits / callReturns the Noon category taxonomy tree with paths usable in category listing.
- root
- string
- locale
- string
- max_depth
- integer
Category Listing
noon_category_listingread2 credits / callReturns products on a Noon category listing page.
- category
- string · required
- locale
- string
- page
- integer
- limit
- integer
Product Details
noon_product_detailsread2 credits / callReturns full Noon product detail with specs, variants, images, and pricing.
- slug
- string · required
- sku
- string · required
- locale
- string
Product Reviews
noon_product_reviewsread2 credits / callReturns Noon customer reviews with ratings, text, photos, and verified status.
- sku
- string · required
- locale
- string
- page
- integer
- per_page
- integer
- sort
- string
- ratings
- string
- images_only
- boolean
- verified_only
- boolean
Search
noon_searchread3 credits / callReturns Noon products matching a keyword search.
- query
- string · required
- locale
- string
- page
- integer
- limit
- integer
Search Autocomplete
noon_search_autocompleteread3 credits / callReturns Noon search autocomplete suggestions for a partial query.
- query
- string · required
- locale
- string
Seller Performance
noon_seller_performanceread2 credits / callReturns a Noon seller profile with rating, badges, metrics, and recent reviews.
- partner_id
- string · required
- locale
- string
Noon API questions
- Is there an API for Noon?
- Noon does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for https://www.noon.com/. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Noon data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when https://www.noon.com/ changes its markup, Anakin updates the action.
- Do I need a Noon account?
- No. Every Noon action listed here runs anonymously — no account and no credentials required.
- What does the Noon API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Shopping APIs
1-800-Flowers
1-800-Flowers - flowers and gifts, occasions, pricing, variants, and reviews.
Abt
Abt - appliance and electronics categories, specs, prices, and reviews.
Acer Taiwan
Acer Taiwan - products, specs, model comparisons, and pricing.
AFT Fasteners
AFT Fasteners - fastener categories, specs, SKUs, pricing, and availability.
All Electronics
All Electronics - components, categories, product details, and pricing.
Amazon
Amazon - product search, details, reviews, pricing, cart, and orders.