Every API, one clean contract.
167 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
E-commerce & Marketplaces
Real Estate
Jobs & Hiring
Travel & Lodging
Search & SEO
Finance & Data
Media, Film & Knowledge
Utilities & AI
Classifieds & Second-hand
Other
Developer Tools
n11 API scraper
livepost/n11/v1/product/detail1 creditFull n11 product by `url` or `product_id`: title, brand, price, discount, campaign (Sepette indirim), rating, review_count, images, seller, gtin/barcode, category, description, attributes, variants, rating_breakdown and sample reviews. Parsed from n11's own window.model JSON (durable).
{
"url": "https://www.n11.com/urun/samsung-galaxy-a07-4-gb-128-gb-samsung-turkiye-garantili-106765738"
}Try in playground →post/n11/v1/product/reviews1 creditCustomer reviews for a product by `url` or `product_id`, paginated (`page`). Returns author, text, rating, date, helpful_count.
post/n11/v1/search1 creditSearch n11 by keyword (`query`), paginated + sortable. Every card carries product_id, title, brand, price, rating, image, url.
{
"query": "telefon"
}Try in playground →post/n11/v1/category1 creditBrowse an n11 category by its `url` (…/<slug> or …-c-<id>), paginated + sortable.
{
"url": "https://www.n11.com/urun/samsung-galaxy-a07-4-gb-128-gb-samsung-turkiye-garantili-106765738"
}Try in playground →post/n11/v1/seller1 creditSeller (mağaza) profile + its products by nickname or store `url`.
post/n11/v1/resolve1 creditResolve an n11 short-link (`token` or `url`, e.g. sl.n11.com/n/<token>) to its REAL n11.com URL + type. Follows www.n11.com/n/<token> THROUGH the wall (which a plain client 403s) and captures the final URL — escaping the app-only adj.st/Play-Store dead-end that the short link otherwise hits. Classifies product/store/campaign/category; for products it embeds the full product detail (include_detail) so one call returns both. Deterministic per token → cacheable.
{
"token": "vnETLtk"
}Try in playground →
Social Media