n11 Product Scraper
Pricing
from $4.00 / 1,000 product scrapeds
n11 Product Scraper
Scrape N11 prices for competitor price monitoring Extract product ratings and reviews count from N11 Export N11 catalog data to CSV or Excel
Pricing
from $4.00 / 1,000 product scrapeds
Rating
0.0
(0)
Developer
Fatih Şahinbaş
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape product data from n11.com, one of Turkey's largest e-commerce marketplaces. Extract product names, prices, discounts, images, and direct links from any n11 search or category page. Fast, lightweight, and proxy-ready — runs on the Apify platform with API access, scheduling, and integrations.
What does n11 Product Scraper do?
This Actor collects public product listing data from n11 search results and category pages. Give it a keyword (e.g. bluetooth kulaklik) or a direct n11 URL, set how many products you want, and it returns clean, structured data: product ID, title, current price (as a number and as displayed text), original price when an item is discounted, product image, and the product URL.
It is built for speed and low cost — it reads n11's static HTML directly (no heavy browser), so runs finish in seconds and consume minimal compute. On the Apify platform you also get scheduled runs, API access, proxy rotation, and monitoring out of the box.
Why use n11 Product Scraper?
- Price monitoring — track competitor or supplier prices across n11 over time.
- Market research — analyze pricing, assortment, and discount patterns in a category.
- Catalog building — pull product listings into your own database or spreadsheet.
- Repricing & analytics — feed structured price data into dashboards or pricing tools.
How to use n11 Product Scraper
- Open the Actor and go to the Input tab.
- Enter one or more Search terms (e.g.
bluetooth kulaklik), or paste direct n11 Start URLs. - Set Max products to control how many results you collect.
- (Recommended) Leave Proxy configuration on Apify Residential, Turkey.
- Click Start. When the run finishes, open the Output tab to view or download the data.
Input
| Field | Description |
|---|---|
searchTerms | Keywords to search on n11. |
startUrls | Direct n11 search or category URLs (optional). |
maxItems | Stop after this many products. |
maxConcurrency | How many pages to fetch in parallel. |
proxyConfiguration | Proxy settings. Residential Turkey recommended. |
Output
Each product is stored as one dataset item. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
{"productId": "4559601","brand": null,"name": "Loges Apple Uyumlu AirPods Kulaklık Temizleme Kiti","price": 88.0,"priceText": "88 TL","originalPrice": null,"originalPriceText": null,"rating": null,"url": "https://www.n11.com/urun/loges-apple-uyumlu-airpods-kulaklik-temizleme-kiti-4559601","image": "https://n11scdn.akamaized.net/a1/320_480/11/98/61/74/IMG-9003140760690305961.jpg"}
Data table
| Field | Type | Description |
|---|---|---|
productId | text | n11 product ID (from the product URL). |
name | text | Product title. |
price | number | Current price as a number (for sorting and filtering). |
priceText | text | Current price as displayed (e.g. 109,90 TL). |
originalPrice | number | Pre-discount price when the item is on sale. |
originalPriceText | text | Pre-discount price as displayed. |
rating | number | Product rating when available on the listing. |
url | link | Direct product URL. |
image | image | Main product image URL. |
brand | text | Brand. Not exposed on n11 listing pages, so usually empty. |
Pricing
This Actor uses pay-per-result pricing — you are charged per product successfully scraped. Items with no price are skipped and never charged, so you only pay for complete records. Because the Actor reads static HTML without a browser, compute cost is very low. A typical run of a few hundred products costs only a few cents plus the per-result fee.
Tips and advanced options
- Use specific search terms to keep results relevant.
- Lower Max products for quick samples; raise it for full category sweeps.
- Keep Residential Turkey proxy enabled for the most reliable access.
ratingandbrandare not published on n11 listing cards; collecting them would require visiting each product page, which this Actor avoids to keep runs fast and cheap.
FAQ, disclaimers, and support
Is scraping n11 legal? This Actor collects only publicly available product listing data and does not collect personal data. You are responsible for using the data in compliance with n11's Terms of Service and applicable laws (including KVKK/GDPR).
Why is brand empty? n11 search result cards do not contain a separate brand field. To avoid publishing misleading data, the brand is left empty rather than guessed from the title.
Found a bug or need a custom field? Open the Issues tab on the Actor page. Custom extraction (e.g. product-page details, seller info excluded for privacy) can be added on request.