Akakce Products Scraper avatar
Akakce Products Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Akakce Products Scraper

Akakce Products Scraper

Scrape product search results from Akakce.com with automatic pagination, extracting comprehensive product information including prices, seller details, and multiple offers.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

a day ago

Last modified

Share

🛍️ Akakce Products Scraper

This actor allows you to scrape product search results from Akakce.com by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, seller details, multiple offers, and product variants.

Features

  • URL-based Scraping: Extract products by providing a complete Akakce search URL
  • Automatic Pagination: Automatically navigates through pages until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product title and brand
    • Product images and details
    • Price information
    • Seller count and offers
    • Product variants (colors)
    • Price history graphs
    • Shipping information
  • Multiple Offers: Extract all available offers from different sellers for each product
  • Price Comparison: Compare prices across multiple sellers and shops

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Akakce search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

The output is a main list of product objects, each containing:

  • searchUrl: The original search URL used
  • productId: Unique product identifier
  • productTitle: Title of the product
  • detailPageUrl: URL to the product detail page
  • imgUrl: URL of the product image
  • imgAlt: Alt text of the product image
  • brand: Product brand name
  • priceText: Main price text
  • sellerCount: Number of sellers offering this product
  • colors: Array of available color variants
  • cheapestBadge: Whether the product has a cheapest badge
  • alarmCount: Number of price alerts set for this product
  • priceGraphUrl: URL to the price history graph
  • offers: Array of offers from different sellers, each containing:
    • offerUrl: URL to the seller's offer
    • offerTitle: Title of the offer
    • shopName: Name of the shop/seller
    • shopImgUrl: URL of the shop logo
    • offerPrice: Price offered by this seller
    • coupon: Coupon code if available
    • shipmentInfo: Shipping information
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.akakce.com/arama/?q=iPhone+13",
"productId": "1101115595",
"productTitle": "iPhone 13 128 GB",
"detailPageUrl": "https://www.akakce.com/cep-telefonu/en-ucuz-iphone-13-fiyati,1101115595.html",
"imgUrl": "https://cdn.akakce.com/x/apple/iphone-13.jpg",
"imgAlt": "iPhone 13 128 GB",
"brand": "Apple",
"priceText": "32.071.,04226",
"sellerCount": 226,
"colors": [
"Siyah",
"Kırmızı",
"Mavi"
],
"cheapestBadge": true,
"alarmCount": "5.000",
"priceGraphUrl": "http://api6.akakce.com/graph/1101115595:3207104.20",
"offers": [
{
"offerUrl": "https://www.akakce.com/c/?z=134&s=1&v=10694&p=1101115595&c=21533&k=5555&g=1231506327&f=%2fr%2f%3fpr%3d1101115595%26vd%3d10694%26pg%3d1231506327",
"offerTitle": "Satıcıya Git",
"shopName": "Pazarama",
"shopImgUrl": "//cdn.akakce.com/im/m6/10694.svg",
"offerPrice": "31.877.,01",
"coupon": null,
"shipmentInfo": "Ücretsiz kargo"
}
],
"scrapedAt": "2025-11-20T08:35:31.776Z"
},
...
]

Use Cases

  • Price comparison and market research
  • Product availability tracking
  • Competitive analysis across sellers
  • Price monitoring and alerts
  • E-commerce data aggregation

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All offers from different sellers are included for comprehensive price comparison
  • Product variants and color options are extracted when available
  • Price history graphs are included for price trend analysis

Start scraping product data from Akakce.com today!