Akakçe Price Comparison Scraper — TR Marketplace Offers avatar

Akakçe Price Comparison Scraper — TR Marketplace Offers

Pricing

from $2.00 / 1,000 offers

Go to Apify Store
Akakçe Price Comparison Scraper — TR Marketplace Offers

Akakçe Price Comparison Scraper — TR Marketplace Offers

Scrape Akakçe product pages for merchant-level prices across Turkish marketplaces (n11, MediaMarkt, Pazarama, idefix, and more).

Pricing

from $2.00 / 1,000 offers

Rating

0.0

(0)

Developer

TamgaDev

TamgaDev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Categories

Share

Extract merchant-level prices from Akakçe for cross-marketplace price monitoring in Turkey.

Built for e-commerce operators, price intelligence teams, agencies, and founders who need structured offer data from n11, MediaMarkt, Pazarama, idefix, PttAVM, and other sellers — without opening dozens of storefronts.

What you get

For each merchant offer:

  • Product name, Akakçe URL, product ID
  • Brand + SKU (when present in structured data)
  • Aggregate low / high price + offer count
  • Seller name + Akakçe store URL
  • Offer price (TRY) + outbound offer URL
  • Availability / condition when available
  • Source (json-ld or HTML fallback)
  • Scrape timestamp

Who is this for

  • Marketplace sellers tracking competitor prices on the same SKU
  • Agencies building weekly TR price reports for retail clients
  • Dynamic pricing / MAP monitoring teams
  • Product researchers comparing landed prices across stores
  • AI pipelines that need fresh Turkish retail offer rows

How to use

  1. Enter one or more search queries (iphone 15 128, dyson v15) or paste Akakçe product URLs.
  2. Set maxProducts (how many product pages to open) and maxOffers (row cap).
  3. Run. Export JSON / CSV / Excel from the dataset.

Example input

{
"queries": ["iphone 15 128"],
"maxProducts": 5,
"maxOffers": 100,
"maxOffersPerProduct": 30,
"maxSearchPages": 1,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Example output

{
"productName": "Apple iPhone 15 128 GB",
"productUrl": "https://www.akakce.com/cep-telefonu/en-ucuz-iphone-15-128-gb-siyah-fiyati,282674948.html",
"productId": "282674948",
"brand": "Apple",
"seller": "Pazarama/MEDIAMARKT",
"price": 56331,
"currency": "TRY",
"offerUrl": "https://www.pazarama.com/...",
"lowPrice": 56331,
"highPrice": 66585,
"offerCount": 48,
"source": "json-ld",
"scrapedAt": "2026-09-15T00:00:00.000Z"
}

Pricing (PPE)

This Actor is designed for pay-per-event pricing.

  • Event: offer — charged once per delivered merchant offer row
  • Recommended Store price: $2.00 / 1,000 offers (adjust after cost calibration)
  • Platform usage can be included or billed separately depending on your monetization settings

Typical cost for users: a few cents for a 5-product / ~100-offer price matrix.

Tips for better results

  • Prefer exact model queries (iphone 15 128 gb siyah) over broad category terms.
  • Pass product URLs when you already know the Akakçe page — skips search noise.
  • Keep maxOffersPerProduct high enough to capture the full merchant ladder.
  • On Apify platform, use Unblocker or Residential proxies (datacenter IPs get 403).
  • Schedule daily runs to build a price history per SKU.

Output fields

FieldDescription
productNameProduct title from Akakçe
sellerMerchant / marketplace label
priceOffer price in TRY
offerUrlOutbound storefront URL when available
productUrlAkakçe comparison page
lowPrice / highPriceAggregate range on the product
brand / skuStructured product metadata

Limitations

  • Scrapes public Akakçe HTML / JSON-LD only — not a private API.
  • Outbound offer URLs may be redirected through Akakçe tracking links in HTML mode.
  • Very large catalogs need higher maxProducts / maxOffers and more memory.
  • Site layout changes can require Actor updates.