Aukro Product Search Scraper avatar

Aukro Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Aukro Product Search Scraper

Aukro Product Search Scraper

Scrape product listings from Aukro.cz and regional marketplaces with precision. Collect 39+ data points per item including prices, seller details, auction status, shipping options, and buyer protection info — perfect for price monitoring, competitive analysis, and marketplace research.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

a month ago

Last modified

Share

Aukro Product Search Scraper: Extract Marketplace Listings Instantly


What Is Aukro?

Aukro is Central Europe's largest online marketplace platform operating across multiple countries including Czechia (aukro.cz), Hungary (aukro.hu), Ukraine (aukro.ua), and others. It hosts millions of product listings across diverse categories — from automotive parts to electronics — combining both auction-style listings and fixed-price "Buy Now" items. Manual data collection from Aukro's search results is labor-intensive and error-prone. The Aukro Product Search Scraper automates this process, extracting comprehensive product data from search result pages at scale.


Overview

The Aukro Product Search Scraper harvests detailed product information from Aukro search result pages, transforming raw listings into structured, machine-readable data. It is ideal for:

  • Price monitoring services tracking competitive pricing across categories
  • E-commerce aggregators building product comparison databases
  • Market researchers analyzing marketplace trends and inventory patterns
  • Sellers studying competitor listings and pricing strategies
  • Business intelligence teams building pricing intelligence platforms

Key strengths include support for paginated search results, configurable item limits, graceful failure handling, and rich output capturing pricing, seller reputation, shipping options, and auction metadata.


Input Format

The scraper accepts a JSON configuration object with three core parameters:

{
"urls": [
"https://aukro.cz/auto-moto?page=2"
],
"ignore_url_failures": true,
"max_items_per_url": 200
}

Input Parameters Explained

ParameterTypeDescription
urlsarray of stringsDirect links to Aukro search result pages you want to scrape. Paste category search URLs, filtered searches, or paginated results. Example: https://aukro.cz/auto-moto?page=2 or https://aukro.hu/elektronika
ignore_url_failuresbooleanIf true, the scraper continues running even if individual URLs fail or return errors. Useful for bulk scraping where occasional failures are acceptable. If false, the entire run stops at first failure.
max_items_per_urlintegerMaximum number of product listings to extract per URL. Set to 200 for full page scraping or lower (e.g., 50) to limit data volume. Each page typically contains 20-50 visible items.

Tips:

  • Use ignore_url_failures: true for robust bulk operations
  • Adjust max_items_per_url based on your storage and processing capacity
  • Include pagination parameters in URLs (e.g., ?page=2) to scrape multiple result pages

Output Format

Sample output

{
"item_id": 7124705546,
"item_name": "PDR indukční sada na opravu promáčklin auta",
"category_path": [
{
"id": 8534,
"name": "Auto-moto",
"seo_url": "auto-moto"
},
{
"id": 8500,
"name": "Náhradní díly a příslušenství pro osobní vozidla",
"seo_url": "nahradni-dily-a-prislusenstvi-pro-osobni-vozidla"
},
{
"id": 7744,
"name": "Nářadí pro osobní vozidla",
"seo_url": "naradi-pro-osobni-vozidla"
}
],
"starting_time": "2026-06-28T21:32:03.469+02:00",
"ending_time": "2026-07-03T21:32:00+02:00",
"buy_now_active": false,
"buy_now_price": {
"amount": 0,
"currency": "CZK"
},
"quantity": 1,
"quantity_type": "pieces",
"attributes": [
{
"attribute_id": 48,
"attribute_name": "Stav zboží",
"attribute_value": "Nové",
"attribute_value_id": 1,
"position": 0
},
{
"attribute_id": 8820,
"attribute_name": "Doba dodání (od obdržení platby)",
"attribute_value": "4-6 dní",
"attribute_value_id": 3,
"position": 0
}
],
"price": {
"amount": 1309,
"currency": "CZK"
},
"price_with_shipping": {
"amount": 1390,
"currency": "CZK"
},
"title_image": {
"position": 0,
"title_image": false,
"url": "https://cdn.aukro.cz/images/sk1770840416090/thumbnail/pdr-indukcni-sada-na-opravu-promacklin-auta-258878112.jpeg"
},
"title_image_url": "https://cdn.aukro.cz/images/sk1770840416090/thumbnail/pdr-indukcni-sada-na-opravu-promacklin-auta-258878112.jpeg",
"seo_url": "pdr-indukcni-sada-na-opravu-promacklin-auta",
"pp_priority_list": true,
"pp_priority_list_sort": true,
"pp_highlight": false,
"pp_bold_title": false,
"buyers_count_relative": 5,
"item_state": "ACTIVE",
"seller_login": "Tom80",
"seller": {
"account_activated": true,
"aukro_plus": true,
"company_account": true,
"favourited_by_count": 2475,
"feedback_unique_user_count": 5631,
"positive_feedback_percentage": 0.9919,
"rating": 5586,
"registration_domain": "CZ",
"show_name": "Tom80",
"star_type": "GOLD",
"user_id": 100600524
},
"user_watching": false,
"watchers_count": 33,
"pepper_level": 0,
"personal_pickup": false,
"location": "Praha",
"postcode": "15800",
"aukro_free_priority_list": false,
"charity": false,
"payment_via_aukro": true,
"buyers_protection_available": true,
"retail_price": {
"amount": 0,
"currency": "CZK"
},
"adult_content": false,
"auction": true,
"aukro_plus": true,
"free_shipping": false,
"payment_online": false,
"links": [],
"from_url": "https://aukro.cz/auto-moto?page=2"
}

Each scraped product returns a comprehensive record with 39+ fields capturing pricing, seller reputation, auction details, and logistics information:

Product Identification

FieldMeaning
Item IDUnique Aukro identifier for the product listing
Item NameProduct title as displayed in search results and detail page
SEO URLSearch-engine-friendly URL slug for the listing
Category PathFull category hierarchy (e.g., "Auto-moto > Tires > Summer tires")

Pricing & Purchase Options

FieldMeaning
PriceCurrent auction bid price or starting price (in local currency)
Price With ShippingTotal cost including estimated shipping fees
Retail PriceOriginal manufacturer or suggested retail price (if available)
Buy Now ActiveBoolean flag: whether "Buy Now" fixed price is available
Buy Now PriceFixed purchase price if available (bypasses auction)
Free ShippingBoolean: whether seller offers free shipping

Auction & Listing Details

FieldMeaning
AuctionBoolean: whether the listing is auction-style (vs. fixed-price)
Starting TimeWhen the listing became active (auction start time)
Ending TimeWhen the listing expires or auction closes
Item StateCondition of the item (e.g., new, used, refurbished)
QuantityNumber of units available
Quantity TypeUnit type (e.g., pieces, pairs, sets)

Seller Information & Reputation

FieldMeaning
Seller LoginSeller's account username
SellerSeller's registered business or shop name
Pepper LevelTrust/reputation rating assigned by Aukro (0-5 peppers)
Buyers Count RelativeNumber of buyers who purchased from this seller (relative or absolute count)
User WatchingBoolean: whether item is in your watchlist
Watchers CountTotal number of users watching the listing

Promotional Features

FieldMeaning
PP Priority ListBoolean: whether listing has Priority List placement upgrade
PP Priority List SortSort rank on Priority List (lower = more visible)
PP HighlightBoolean: whether listing has colored highlight enhancement
PP Bold TitleBoolean: whether listing title is bolded for prominence
Aukro PlusBoolean: whether seller is an Aukro Plus partner (premium status)
Aukro Free Priority ListBoolean: whether listing receives free priority placement

Shipping & Logistics

FieldMeaning
LocationSeller's city or region
PostcodeSeller's postal code
Personal PickupBoolean: whether buyer can collect item in person
Payment OnlineBoolean: whether online payment is accepted

Buyer Protection & Policies

FieldMeaning
Payment Via AukroBoolean: whether payment is processed through Aukro's escrow system
Buyers Protection AvailableBoolean: whether Aukro buyer protection covers this purchase
AttributesJSON or structured additional product attributes (brand, color, size, etc.)
Adult ContentBoolean: whether listing contains age-restricted material
CharityBoolean: whether portion of proceeds goes to charity
FieldMeaning
Title ImagePrimary product image filename or identifier
Title Image URLDirect URL to the main product photograph
LinksRelated URLs (seller profile, category links, etc.)

How to Use

  1. Find search URLs — Navigate to Aukro.cz (or .hu, .ua) and perform a product search. Copy the full search result URL including any filters or pagination (e.g., https://aukro.cz/auto-moto?page=2).

  2. Prepare input config — Create a JSON configuration with your search URLs:

{
"urls": [
"https://aukro.cz/auto-moto?page=1",
"https://aukro.cz/auto-moto?page=2"
],
"ignore_url_failures": true,
"max_items_per_url": 200
}
  1. Configure limits — Set max_items_per_url based on your needs (recommended: 50–200 per URL).

  2. Enable fault tolerance — Use ignore_url_failures: true if scraping multiple URLs to prevent interruptions.

  3. Run and export — Start the scraper and download results as JSON, CSV, or Excel.

Common issues & solutions:

  • URL returns no items? Verify the search page displays results when viewed manually.
  • Inconsistent data? Aukro uses dynamic pricing; re-run scraping for updated prices.
  • Timeout errors? Reduce max_items_per_url or split URLs into separate runs.

Use Cases & Business Value

  • Price intelligence platforms — Monitor competitor prices and detect trends across Aukro's major categories
  • Marketplace arbitrage — Identify underpriced items and pricing gaps between regions
  • SEO & content research — Analyze high-demand product categories and keyword patterns
  • Inventory benchmarking — Track competitor inventory levels and listing velocity
  • Auto parts sourcing — For the automotive category, scrape supplier listings and build supplier databases

By automating data extraction, businesses eliminate manual copy-paste workflows and gain real-time, structured insights into marketplace dynamics.


Conclusion

The Aukro Product Search Scraper delivers enterprise-grade product data extraction from Central Europe's largest marketplace. With 39+ fields covering pricing, seller reputation, shipping, and buyer protection, it provides the depth needed for competitive analysis, price monitoring, and market research. Scale your Aukro data collection today and unlock insights that drive smarter business decisions.