ÁrGép (argep.hu) Product Price Scraper avatar

ÁrGép (argep.hu) Product Price Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
ÁrGép (argep.hu) Product Price Scraper

ÁrGép (argep.hu) Product Price Scraper

[💰 $2.0 / 1K] Extract product prices from ÁrGép (argep.hu), Hungary's price-comparison portal — lowest/highest price in HUF, every merchant offer with shipping cost, total price, delivery time and shop rating, plus brand, GTIN and category path.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

16 days ago

Last modified

Share

ÁrGép Price Scraper (argep.hu)

Pull live product prices from ÁrGép, Hungary's #2 price-comparison site, at scale — every product's lowest and highest HUF price, competing offer count, product identity (brand, GTIN, SKU), and the full list of merchant offers with shipping, total cost, delivery time, and shop rating. Built for Hungarian e-commerce sellers, pricing teams, and market researchers who need live ÁrGép prices across hundreds of products without checking each listing by hand.

Why This Scraper?

  • Every merchant offer on one row — shop name, item price, shipping fee, total (item + shipping), delivery time, shop star rating, and shop review count for every seller listing a product, not just the cheapest. A mainstream SKU can carry 50+ offers, all nested on a single result.
  • Lowest-and-highest HUF price spread — see the full price range across every Hungarian webshop selling a product, alongside the exact number of competing offers.
  • Product identity you can join on — brand, GTIN barcode, and ÁrGép SKU on every product, so you can match ÁrGép rows to your own catalog or a supplier feed.
  • Discover products without a URL list — keyword search spans ÁrGép's full Hungarian webshop network across every major category, so you start from a term like mosógép, not a hand-built list of product links.
  • Category sweeps, not just product pages — paste any category link and pull up to 40 products per page automatically; mix category links, search links, and product links freely in one run.
  • Exclude your own shop (or any competitor) — drop named shops from the offer list by name or domain, so a merchant sees only rival pricing.
  • Focus a price segment — minimum and maximum HUF price filters, plus low-to-high or high-to-low sorting, surface the cheapest products in a category first.
  • Fast price-only mode — turn merchant offers off for a lightweight run that still returns each product's cheapest price and total shop count.
  • Full category path and product ratings — root-to-leaf breadcrumb trail, product star rating, review count, spec summary, and image on every product.

Use Cases

Price Monitoring & Repricing

  • Track a product's lowest and highest HUF price across every seller
  • Watch the total offer count to spot when new competitors start listing your SKU
  • Benchmark your shop's price against the cheapest offer on ÁrGép
  • Feed live competitor prices into a repricing workflow

Competitive Intelligence

  • See which shops sell a product, at what total price including shipping
  • Compare shop star ratings and review counts alongside price to gauge trust
  • Track delivery times as a competitive lever, not just headline price
  • Identify who consistently undercuts you, and by how much

Market Research

  • Map the HUF price spread of an entire category from one link
  • Measure how many merchants stock a product line across Hungary
  • Track product ratings and review volume to find category winners
  • Build a catalog of GTINs and SKUs for a product segment

Reselling & Arbitrage

  • Find products with a wide lowest-to-highest gap to source cheaply
  • Sort a category price low-to-high to surface the best entry points
  • Use minimum and maximum price filters to focus a target margin band

Retailer Lead Generation

  • Build a list of shops selling in your category, each with its ÁrGép shop-rating page
  • Identify high-rated merchants as potential partners or suppliers
  • Spot new entrants by watching a product's shop list grow over time

Getting Started

The quickest start — one term, ten products:

{
"searchTerms": ["wifi router"],
"maxResults": 10
}

Category Sweep with a Price Range

Pull a whole category, cheapest first, within a HUF band:

{
"startUrls": ["https://www.argep.hu/kat3-1370.html"],
"sortBy": "priceAsc",
"minPrice": 10000,
"maxPrice": 40000,
"maxResults": 80
}

Combine keyword searches, pasted links, filters, and a shop exclusion:

{
"searchTerms": ["mosógép", "hűtőszekrény"],
"startUrls": [
"https://www.argep.hu/product_1840685.html",
"https://www.argep.hu/kat3-1370.html"
],
"maxResults": 200,
"sortBy": "priceAsc",
"minPrice": 50000,
"includeOffers": true,
"excludeShops": ["mediamarkt"]
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
searchTermsstring[]["wifi router"]Words to search on ÁrGép, e.g. wifi router or mosógép. Each term runs its own search. Hungarian and English both work — Hungarian finds more.
startUrlsstring[][]ÁrGép links — product pages, category pages, or search-result pages. The type of each link is worked out for you, so you can mix them freely.

Results

ParameterTypeDefaultDescription
maxResultsinteger10How many products to return per search term or category link. Whole pages are kept, so the total can land a little above your number. Set to 0 to take everything. Pasted product links never count against this limit.
sortByselectBest match (ÁrGép default)The order ÁrGép returns products in: Best match (ÁrGép default), Price: low to high, or Price: high to low.
minPriceintegernoneOnly return products priced at or above this amount in Hungarian forint. Leave empty for no lower limit.
maxPriceintegernoneOnly return products priced at or below this amount in Hungarian forint. Leave empty for no upper limit.

Merchant Offers

ParameterTypeDefaultDescription
includeOffersbooleantrueOn: open each product and collect every shop selling it — name, price, shipping, total, delivery time, and star rating. Off: a much faster run returning only the product plus its cheapest price and shop count.
excludeShopsstring[][]Shop names or web addresses to leave out of the offer list — for example your own shop, so you see only competitors. Case-insensitive, matches part of a name (ipon also removes ipon.hu).

Output

One row per product, with its competing merchant offers nested inside offers[]:

{
"productId": "1840685",
"title": "TP-Link Archer AX55 router",
"url": "https://www.argep.hu/product_1840685.html",
"image": "https://www.argep.hu/images/products/1840685.jpg",
"brand": "TP-Link",
"category": "Wi-Fi Router",
"categoryPath": ["Számítógép", "Hálózat", "Wi-Fi Router"],
"description": "Wi-Fi 6, AX3000, 4 antenna, Gigabit LAN",
"gtin": "6935364070533",
"sku": "1840685",
"lowestPrice": 24990,
"highestPrice": 33499,
"currency": "HUF",
"offerCount": 18,
"filteredOfferCount": 17,
"rating": 4.6,
"reviewCount": 42,
"availability": "InStock",
"offers": [
{
"shopName": "ipon.hu",
"shopId": "1042",
"shopRatingUrl": "https://www.argep.hu/bolt_ertekeles--1042.html",
"shopRating": 4.8,
"shopReviewCount": 5120,
"offerTitle": "TP-Link Archer AX55 AX3000 Gigabit Wi-Fi 6 Router",
"price": 24990,
"shippingCost": 1290,
"totalPrice": 26280,
"currency": "HUF",
"availability": "InStock",
"deliveryTime": "1 munkanap",
"offerId": "88421703",
"merchantUrl": "https://www.argep.hu/click/..."
},
{
"shopName": "aqua.hu",
"shopId": "2288",
"shopRatingUrl": "https://www.argep.hu/bolt_ertekeles--2288.html",
"shopRating": 4.5,
"shopReviewCount": 860,
"offerTitle": "TP-Link Archer AX55 router",
"price": 25490,
"shippingCost": 0,
"totalPrice": 25490,
"currency": "HUF",
"availability": "InStock",
"deliveryTime": "2-3 munkanap",
"offerId": "88422991",
"merchantUrl": "https://www.argep.hu/click/..."
}
],
"searchTerm": "wifi router",
"sourceUrl": "https://www.argep.hu/Katalog/Suche/wifi-router.html",
"scrapedAt": "2026-08-05T14:30:00Z"
}

Product Core

FieldTypeDescription
productIdstringÁrGép product ID
titlestringProduct name
urlstringCanonical ÁrGép product URL
imagestringProduct image URL
descriptionstringOne-line spec summary
availabilitystringStock status (InStock / OutOfStock)
searchTermstringSearch term that produced this row (null for pasted links)
sourceUrlstringThe search or start link this row came from
scrapedAtstringISO 8601 timestamp of extraction

Product Identity & Category

FieldTypeDescription
brandstringManufacturer / brand name
gtinstringEAN / GTIN barcode, as most often reported by merchants
skustringÁrGép SKU
categorystringLeaf category name
categoryPathstring[]Full breadcrumb trail, root to leaf

Pricing & Ratings

FieldTypeDescription
lowestPricenumberCheapest offer, HUF
highestPricenumberMost expensive offer, HUF
currencystringAlways HUF
offerCountnumberNumber of merchant offers ÁrGép reports
filteredOfferCountnumberOffers returned after excludeShops (null when offers are off)
ratingnumberProduct rating, 1–5
reviewCountnumberNumber of product reviews

Merchant Offer (nested in offers[])

FieldTypeDescription
shopNamestringMerchant name or domain
shopIdstringÁrGép seller ID
shopRatingUrlstringLink to the shop's ÁrGép rating page
shopRatingnumberShop star rating, 0–5
shopReviewCountnumberNumber of shop reviews
offerTitlestringMerchant's own product title
pricenumberItem price, HUF
shippingCostnumberShipping fee, HUF
totalPricenumberItem + shipping, HUF
currencystringAlways HUF
availabilitystringStock status for this offer
deliveryTimestringDelivery text, e.g. 1 munkanap
offerIdstringÁrGép offer/tag ID
merchantUrlstringÁrGép click-through link to the merchant listing

Tips for Best Results

  • Start small, then scale — set maxResults to 10–20 on a first run to confirm the data fits your needs, then raise it (up to 5,000).
  • Use category links for broad sweeps — one category page yields up to 40 products in a single request, far more efficient than many separate keyword searches.
  • Turn off merchant offers for a fast price snapshot — with includeOffers off you still get each product's cheapest price and shop count, in a fraction of the time.
  • Search in Hungarian for the most matches — ÁrGép is a Hungarian site, so mosógép finds more than "washing machine". English works, but Hungarian terms surface the full catalog.
  • Exclude your own shop to see only rivals — add your domain to excludeShops so every offer row is a competitor's price.
  • Focus a price bandminPrice and maxPrice are applied by ÁrGép itself before results come back, so a tight band means a faster, more relevant run.
  • Paste product_ links for guaranteed depth — pasted product links are always opened in full and never count against maxResults, so use them when you need specific SKUs regardless of the cap.

Pricing

From $2.00 per 1,000 results — the lowest per-result rate for full ÁrGép offer data, with every merchant offer nested on one product row so a 2-offer product and a 60-offer product bill exactly the same. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.24$0.23$0.21$0.20
1,000$2.40$2.30$2.10$2.00
10,000$24.00$23.00$21.00$20.00
100,000$240.00$230.00$210.00$200.00

A "result" is one product row in the output dataset, with all of its merchant offers included. No compute or time-based charges — you pay per result, plus a small fixed per-run start fee.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n — Workflow automation
  • Google Sheets — Direct spreadsheet export
  • Slack / Email — Notifications on new results
  • Webhooks — Trigger custom APIs on run completion
  • Apify API — Full programmatic access

This actor is designed for legitimate price monitoring, competitive analysis, and market research. Users are responsible for complying with applicable laws and ÁrGép's Terms of Service. Do not use extracted data for spam, harassment, or any illegal purpose. Prices and offers change frequently — always treat collected data as a point-in-time snapshot.