N11 Scraper — Products, Search & Q&A
Pricing
from $0.50 / 1,000 results
N11 Scraper — Products, Search & Q&A
Extract product data from n11.com, one of Turkey's largest online marketplaces. Scrape product details, run keyword searches, and collect customer Q&A as clean JSON — with API access, scheduling, and integrations.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
yeyo
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
N11 Scraper — Product, Search, Q&A
N11 Scraper extracts structured product data from N11, one of Turkey's largest e-commerce marketplaces. One Actor, three operations: scrape a product detail page, run a catalog search, or pull a product's questions & answers — all returned as clean JSON. Run it on the Apify platform for API access, scheduling, proxy rotation, and integrations (Make, Zapier, Google Sheets, and more).
What does N11 Scraper do?
Pick an operation and provide the matching input:
scrape— give a product URL, get the full product: name, SKU, brand, category, tax rate, rating/review counts, images, and the seller offer with price.search— give a keyword, get the catalog results (title, brand, price, rating, seller, image, product URL), with optional brand filtering and pagination.qa— give a product URL, get the published customer questions and seller answers.
Why use N11 Scraper?
- Price & competitor monitoring — track prices and seller offers.
- Catalog research — discover products and SKUs by keyword.
- Market & sentiment analysis — mine product Q&A for buyer concerns.
- Listing automation — pull clean, normalized product data to seed your own catalog.
How to use N11 Scraper
- Open the Actor and go to the Input tab.
- Choose an Operation.
- Fill the field it needs (
urlfor scrape/qa,queryfor search). - Click Start and download results from the Output tab.
Input
| Field | Type | Used by | Description |
|---|---|---|---|
operation | enum | all | scrape | search | qa |
url | string | scrape, qa | N11 product page URL |
query | string | search | Search keyword |
page | integer | search | Page number (default 1) |
brands | array | search | Optional brand-name filter (maps to the m query param) |
limit | integer | qa | Max Q&A items (≤ 100) |
raw | boolean | all | Return platform-native JSON instead of the unified shape |
proxy | object | all | Proxy settings (defaults to Apify Proxy) |
Output
Results are written to the dataset. You can download them as JSON, CSV, Excel, or HTML.
{"platform": "n11","id": "123456789","name": "Apple iPhone 15 128 GB","sku": "987654321","brand": { "id": "", "name": "Apple" },"category": { "id": "1000456", "name": "Cep Telefonu" },"tax": 20,"overview": { "averageRating": 4.7, "commentCount": 1820, "reviewCount": 1820, "favoriteCount": 5400 },"images": ["https://n11scdn.akamaized.net/a1/0/..."],"merchants": [{ "merchant": { "name": "TeknoSatış" }, "price": { "currency": "TRY", "sellingPrice": 48499 } }]}
Pricing
This Actor runs on the Apify platform and is billed by the compute it uses. Each operation is one or two lightweight HTTP requests plus parsing, so runs are fast and cheap; cost scales with how many products/pages you process.
Tips
- N11 serves product data in its server-rendered HTML and exposes JSON endpoints for search and Q&A, so requests are quick and rarely need a browser. If you hit blocks at scale, enable Apify Proxy (residential) in the
proxyfield. - The
qaoperation first scrapes the product page to resolve the internal product id, then pages through the Q&A API — so a product URL is all you need. - Use
raw: truewhen you need fields beyond the unified shape — you get the platform's native payload.
FAQ & support
- Is scraping N11 legal? This Actor collects publicly available data. You are responsible for complying with N11's Terms of Service and applicable laws; avoid collecting personal data without a legal basis.
- Found a bug or need a field added? Open an issue on the Actor's Issues tab.