Çiçeksepeti Scraper — Products & Q&A
Pricing
Pay per usage
Çiçeksepeti Scraper — Products & Q&A
Extract product data from Ciceksepeti.com, Turkey's leading flowers, gifts, and marketplace platform. Scrape product details, prices, images, and customer Q&A as clean JSON — with API access, scheduling, and integrations.
Pricing
Pay per usage
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
Çiçeksepeti Scraper — Product & Q&A
Çiçeksepeti Scraper extracts structured product data from Çiçeksepeti, one of Turkey's largest flowers, gifts, and marketplace platforms. One Actor, two operations: scrape a product detail page, or pull a product's seller 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 Çiçeksepeti Scraper do?
Pick an operation and provide the matching input:
scrape— give a product URL, get the full product: name, SKU, description, brand, category, rating/review counts, images, and the seller offer with price.qa— give a product URL, get the published customer questions and seller answers, including asker name, seller name, and dates.
Çiçeksepeti has no public keyword-search endpoint, so this Actor does not offer a catalog search operation.
Why use Çiçeksepeti Scraper?
- Price & seller monitoring — track prices and seller scores per product.
- Catalog research — pull clean, normalized product data to seed your own catalog.
- Market & sentiment analysis — mine product Q&A for buyer concerns.
- Listing automation — extract product fields ready for downstream systems.
How to use Çiçeksepeti Scraper
- Open the Actor and go to the Input tab.
- Choose an Operation (
scrapeorqa). - Paste the product URL.
- Click Start and download results from the Output tab.
Input
| Field | Type | Used by | Description |
|---|---|---|---|
operation | enum | all | scrape | qa |
url | string | scrape, qa | Çiçeksepeti product page URL |
limit | integer | qa | Max Q&A items (≤ 100) |
raw | boolean | scrape | Return platform-native JSON-LD instead of the unified shape |
proxy | object | all | Proxy settings (defaults to Apify Proxy) |
Output
Results are written to the dataset. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
{"platform": "ciceksepeti","id": "kc1010101","name": "Kırmızı Güller","sku": "kc1010101","description": "11 adet kırmızı gül buketi","brand": { "id": "", "name": "Çiçeksepeti" },"category": { "id": "1234", "name": "Güller" },"tax": 0,"overview": { "averageRating": 4.7, "commentCount": 320, "reviewCount": 320, "favoriteCount": 0 },"images": ["https://cdn1.ciceksepeti.com/.../kirmizi-guller.jpg"],"merchants": [{ "merchant": { "name": "Çiçeksepeti" }, "price": { "currency": "TRY", "sellingPrice": 549 } }]}
Data table
| Field | Description |
|---|---|
id / sku | Çiçeksepeti product code |
name | Product title |
description | Product description |
brand.name | Brand name |
category | Product category (id + name) |
overview | Rating and review counts |
images | Product image URLs |
merchants | Seller info and price |
For the qa operation, each item includes question, answer, askerName, sellerName, askedAt, and answeredAt.
Pricing
This Actor runs on the Apify platform and is billed by the compute it uses. Each operation is a few lightweight HTTP requests plus parsing, so runs are fast and cheap; cost scales with how many products and Q&A pages you process.
Tips
- Çiçeksepeti serves product data in server-rendered HTML (JSON-LD), so requests are quick and rarely need a browser. If you hit blocks at scale, enable Apify Proxy (residential) in the
proxyfield. - Use
raw: trueonscrapewhen you need the platform's native JSON-LD payload beyond the unified shape. - The
qaoperation first resolves the internal product ID from the/saticiya-sorpage, then pages through questions — no extra input needed beyond the product URL.
FAQ & support
- Is scraping Çiçeksepeti legal? This Actor collects publicly available data. You are responsible for complying with Çiçeksepeti's Terms of Service and applicable laws; avoid collecting personal data without a legal basis.
- Why is there no search operation? Çiçeksepeti does not expose a public keyword-search API suitable for scraping, so the Actor focuses on product detail and Q&A.
- Found a bug or need a field added? Open an issue on the Actor's Issues tab.