# Çiçeksepeti Scraper — Products & Q\&A (`yeyo/ciceksepeti-scraper`) Actor

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.

- **URL**: https://apify.com/yeyo/ciceksepeti-scraper.md
- **Developed by:** [yeyo](https://apify.com/yeyo) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-usage

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Çiçeksepeti Scraper — Product & Q&A

**Çiçeksepeti Scraper** extracts structured product data from [Çiçeksepeti](https://www.ciceksepeti.com), 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

1. Open the Actor and go to the **Input** tab.
2. Choose an **Operation** (`scrape` or `qa`).
3. Paste the product **URL**.
4. 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.

```json
{
  "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 `proxy` field.
- Use `raw: true` on `scrape` when you need the platform's native JSON-LD payload beyond the unified shape.
- The `qa` operation first resolves the internal product ID from the `/saticiya-sor` page, 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.

# Actor input Schema

## `operation` (type: `string`):

Which capability to run.

## `url` (type: `string`):

Çiçeksepeti product page URL. Required for both operations.

## `limit` (type: `integer`):

Max number of Q\&A items to fetch (capped at 100).

## `raw` (type: `boolean`):

Return the platform's native JSON-LD instead of the unified shape (scrape only).

## `proxy` (type: `object`):

Proxy settings. Default is DIRECT (no proxy): Ciceksepeti blocks Apify residential exits entirely and blocks datacenter proxy on the Q\&A endpoint, while direct requests from Apify pass. Enable a proxy only if direct requests start failing.

## Actor input object example

```json
{
  "operation": "scrape",
  "url": "https://www.ciceksepeti.com/kirmizi-guller-kc1010101",
  "limit": 100,
  "raw": false,
  "proxy": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("yeyo/ciceksepeti-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("yeyo/ciceksepeti-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call yeyo/ciceksepeti-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=yeyo/ciceksepeti-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Çiçeksepeti Scraper — Products & Q&A",
        "description": "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.",
        "version": "0.2",
        "x-build-id": "0K6pkSYh75vnFvFET"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/yeyo~ciceksepeti-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-yeyo-ciceksepeti-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/yeyo~ciceksepeti-scraper/runs": {
            "post": {
                "operationId": "runs-sync-yeyo-ciceksepeti-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/yeyo~ciceksepeti-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-yeyo-ciceksepeti-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "operation"
                ],
                "properties": {
                    "operation": {
                        "title": "Operation",
                        "enum": [
                            "scrape",
                            "qa"
                        ],
                        "type": "string",
                        "description": "Which capability to run.",
                        "default": "scrape"
                    },
                    "url": {
                        "title": "Product URL",
                        "type": "string",
                        "description": "Çiçeksepeti product page URL. Required for both operations."
                    },
                    "limit": {
                        "title": "Q&A limit",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Max number of Q&A items to fetch (capped at 100).",
                        "default": 100
                    },
                    "raw": {
                        "title": "Raw output",
                        "type": "boolean",
                        "description": "Return the platform's native JSON-LD instead of the unified shape (scrape only).",
                        "default": false
                    },
                    "proxy": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Default is DIRECT (no proxy): Ciceksepeti blocks Apify residential exits entirely and blocks datacenter proxy on the Q&A endpoint, while direct requests from Apify pass. Enable a proxy only if direct requests start failing.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
