Discover/n11.com API
live

n11.com APIn11.com

Access n11.com product listings, reviews, best sellers, and category data via 6 structured endpoints. Get prices, specs, installment plans, and seller info.

Endpoints
6
Updated
10d ago
Try it
Page number for pagination.
Sorting option. Accepted values: 'RELEVANCE', 'PRICE_LOW', 'PRICE_HIGH', 'NEWEST', 'REVIEW
Search keyword (e.g., 'iphone', 'laptop')
api.parse.bot/scraper/32a7d16d-8fb2-436e-9f3a-423816d72e1d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/32a7d16d-8fb2-436e-9f3a-423816d72e1d/search_products?page=1&sort=RELEVANCE&query=iphone' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products by keyword with support for pagination and sorting. Returns product listings with IDs, titles, prices, ratings, and basic seller info.

Input
ParamTypeDescription
pageintegerPage number for pagination.
sortstringSorting option. Accepted values: 'RELEVANCE', 'PRICE_LOW', 'PRICE_HIGH', 'NEWEST', 'REVIEWS'.
queryrequiredstringSearch keyword (e.g., 'iphone', 'laptop')
Response
{
  "type": "object",
  "fields": {
    "data": "object containing productListingItems array, pagination object, seoMetaData, attributeSearchItems, and category/filter metadata"
  },
  "sample": {
    "data": {
      "data": {
        "pagination": {
          "pageCount": 28,
          "totalCount": 545,
          "currentPage": 1,
          "itemsPerPage": 20
        },
        "productListingItems": [
          {
            "id": 700177242,
            "brand": "Xiaomi",
            "stock": 301,
            "title": "Xiaomi Redmi 15C 8 + 256 GB (Xiaomi Türkiye Garantili)",
            "priceStr": "8.899 TL",
            "displayPrice": 10569,
            "sellerNickName": "n11",
            "totalReviewCount": 226
          }
        ]
      }
    },
    "status": "success"
  }
}

About the n11.com API

The n11.com API provides 6 endpoints covering product search, category browsing, product details, reviews, autocomplete suggestions, and best-seller listings from Turkey's major multi-seller marketplace. The get_product_detail endpoint alone aggregates four distinct response objects — including installment payment plans, real-time stock status, and related product recommendations — from a single product ID.

Product Search and Discovery

The search_products endpoint accepts a query string plus optional page and sort parameters (RELEVANCE, PRICE_LOW, PRICE_HIGH, NEWEST, REVIEWS). It returns a productListingItems array alongside a pagination object, seoMetaData, attributeSearchItems, and category/filter metadata — giving enough context to build faceted search UIs or feed price-monitoring pipelines. The search_suggestions endpoint complements this by returning keywords, categories, and a completeList with typed entries (KEYWORD, CATEGORY, BRAND) based on a partial query string.

Category Browsing

get_category_products takes a deep category_slug with at least two path segments, such as telefon-ve-aksesuarlari/cep-telefonu or bilgisayar/dizustu-bilgisayar. Shallow, single-segment slugs like elektronik are not supported and will return an error. The response mirrors the search endpoint structure: a productListingItems array, pagination, and filter/attribute metadata. Use this endpoint when you want to enumerate a known category tree rather than keyword-matching.

Product Details and Reviews

get_product_detail accepts a numeric product_id string and an optional category_id for more accurate pricing and stock resolution. The response bundles four objects: description (HTML specs and product information), installments (credit card and corporate card installment plans), personalized (current price, stock level, delivery estimate, and seller info), and recommendations (related product suggestions). get_product_reviews provides paginated reviews with a reviewStatistics block — including per-star counts (fiveStarCount through oneStarCount), commentCount, and satisfyScore — plus a productFeedBackReviewList array with reviewer comments, scores, dates, and masked buyer names.

Best Sellers

get_best_sellers returns 10 products per page with fields including id, title, displayPrice, priceFloat, seller info, stock status, and category details. Note the pagination offset: the input page parameter is 1-indexed, but currentPage in the response is 0-indexed, so page=1 maps to currentPage=0 in the response body.

Common use cases
  • Track real-time price changes for specific products using get_product_detail personalized.price fields.
  • Build a category crawler by combining get_category_products with multi-segment category slugs and pagination metadata.
  • Monitor review sentiment trends using reviewStatistics.satisfyScore and per-star counts from get_product_reviews.
  • Populate autocomplete in a price-comparison tool using the typed completeList entries from search_suggestions.
  • Identify trending products on the platform by paginating through get_best_sellers and recording priceFloat and stock status over time.
  • Extract installment plan data from get_product_detail to compare financing options across competing sellers.
  • Aggregate product specs and seller information from search results for catalog enrichment or competitive analysis.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does n11.com offer an official developer API?+
n11.com provides a seller-facing integration API for merchants managing their own storefronts, documented at dev.n11.com. That API is limited to sellers with active accounts and does not expose public product search, reviews, or best-seller data to general developers.
What does `get_product_detail` return beyond basic product fields?+
get_product_detail returns four distinct objects for a given product_id: description with HTML product specs, installments with credit and corporate card payment plans, personalized with current price, stock status, delivery estimate, and seller info, and recommendations with related product suggestions. Passing an optional category_id can improve accuracy of the pricing and stock data in the personalized object.
Are there any limitations on which category slugs work with `get_category_products`?+
Yes. The endpoint requires category slugs with at least two path segments. Single-segment (top-level) slugs such as elektronik are not supported and will return an error. Use slugs like telefon-ve-aksesuarlari/cep-telefonu or bilgisayar/dizustu-bilgisayar instead.
Does the API return seller storefront pages or seller-level product listings?+
Not currently. The API covers product search, category browsing, product details, reviews, suggestions, and best sellers. Individual seller storefronts and seller-level catalog pages are not exposed as standalone endpoints. You can fork this API on Parse and revise it to add a seller-focused endpoint if that data is needed.
Can I filter reviews by star rating or sort them by date?+
The get_product_reviews endpoint supports page and page_size pagination parameters but does not expose a star-rating filter or sort order parameter. The reviewStatistics object provides aggregate per-star counts, and individual review objects include score, scoreAsStar, and createdDate fields for client-side filtering. You can fork this API on Parse and revise it to add server-side filtering if the source supports it.
Page content last updated . Spec covers 6 endpoints from n11.com.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
n11.com API – Products, Reviews & Categories · Parse