Çiçeksepeti Scraper — Products & Q&A avatar

Çiçeksepeti Scraper — Products & Q&A

Pricing

Pay per usage

Go to Apify Store
Çiçeksepeti Scraper — Products & Q&A

Ç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

yeyo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

  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

FieldTypeUsed byDescription
operationenumallscrape | qa
urlstringscrape, qaÇiçeksepeti product page URL
limitintegerqaMax Q&A items (≤ 100)
rawbooleanscrapeReturn platform-native JSON-LD instead of the unified shape
proxyobjectallProxy 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

FieldDescription
id / skuÇiçeksepeti product code
nameProduct title
descriptionProduct description
brand.nameBrand name
categoryProduct category (id + name)
overviewRating and review counts
imagesProduct image URLs
merchantsSeller 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.