Hepsiburada Scraper — Products, Search & Q&A avatar

Hepsiburada Scraper — Products, Search & Q&A

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Hepsiburada Scraper — Products, Search & Q&A

Hepsiburada Scraper — Products, Search & Q&A

Under maintenance

Extract product data from Hepsiburada.com, one of Turkey's largest online marketplaces. Scrape product details, run keyword searches, browse stores, and collect 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

5 days ago

Last modified

Share

Hepsiburada Scraper — Product, Search, Q&A

Hepsiburada Scraper extracts structured product data from Hepsiburada, Turkey's largest e-commerce marketplace. One Actor, four operations: scrape a product detail page, run a catalog search, browse a brand/store storefront, 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 Hepsiburada 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, video, and every merchant offer with prices.
  • search — give a keyword, get the catalog results (title, brand, price, rating, merchant, image, product URL), with optional brand filtering and pagination.
  • brand-browse — give a storefront slug, list all of that store's products.
  • qa — give a product URL, get the published customer questions and seller answers.

Why use Hepsiburada Scraper?

  • Price & competitor monitoring — track prices and the buybox across merchants.
  • Catalog research — discover products and SKUs by keyword or store.
  • 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 Hepsiburada Scraper

  1. Open the Actor and go to the Input tab.
  2. Choose an Operation.
  3. Fill the field it needs (url for scrape/qa, query for search, brandSlug for brand-browse).
  4. Click Start and download results from the Output tab.

Input

FieldTypeUsed byDescription
operationenumallscrape | search | qa | brand-browse
urlstringscrape, qaHepsiburada product page URL
querystringsearchSearch keyword
brandSlugstringbrand-browseStorefront slug (path segment, e.g. cmt)
pageintegersearch, brand-browsePage number (default 1)
brandsarraysearchOptional brand-name filter
limitintegerqaMax Q&A items (≤ 100)
rawbooleanallReturn platform-native JSON instead of the unified shape
proxyobjectallProxy settings (defaults to Apify Proxy)

Output

Results are written to the dataset. You can download them as JSON, CSV, Excel, or HTML.

{
"platform": "hepsiburada",
"id": "HBC00004X9ZCG",
"name": "iPhone 15 128 GB Siyah",
"sku": "HBCV00004X9ZCH",
"brand": { "id": "apple", "name": "Apple" },
"category": { "id": "60005202", "name": "iPhone iOS Telefonlar" },
"tax": 20,
"overview": { "averageRating": 4.8, "commentCount": 12507, "reviewCount": 12507, "favoriteCount": 12507 },
"images": ["https://productimages.hepsiburada.net/s/.../110000498569710.jpg"],
"merchants": [
{ "merchant": { "name": "Hepsiburada" }, "price": { "currency": "TRY", "sellingPrice": 48499 } }
]
}

Pricing

This Actor runs on the Apify platform and is billed by the compute it uses. Each operation is a single lightweight HTTP request plus parsing, so runs are fast and cheap; cost scales with how many products/pages you process.

Tips

  • Hepsiburada serves data in its server-rendered HTML, 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 when you need fields beyond the unified shape — you get the platform's native payload.

FAQ & support

  • Is scraping Hepsiburada legal? This Actor collects publicly available data. You are responsible for complying with Hepsiburada'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.