Árukereső & ÁrGép scraper
Pricing
from $1.00 / 1,000 results
Árukereső & ÁrGép scraper
Scrape product prices and seller offers from Hungary's two largest price comparison sites ÁrGép (argep.hu) and Árukereső (arukereso.hu). Extract the lowest price, seller name, shipping costs, and all competing offers for any product. Powered by Camoufox for reliable anti-detection.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Gergő Gyulai
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Apify actor for fetching competitor prices from ÁrGép and Árukeresö using Camoufox stealth browser (Firefox-based anti-detection).
Why Camoufox?
Both ÁrGép and Árukeresö may block standard HTTP crawlers or headless browsers. Camoufox is a stealthy fork of Firefox that evades bot detection, making it ideal for sites with anti-scraping measures.
Auto-detection
The actor automatically detects which site a URL belongs to and uses the appropriate scraping strategy:
- argep.hu → ÁrGép extractor
- arukereso.hu → Árukeresö extractor
You can mix URLs from both sites in a single run.
What it scrapes
ÁrGép (argep.hu)
- All seller offers from
.offerListHoverContainerblocks - Seller names from
data-sellerTextattributes - Prices from
.currentPrice .pricespans (handles split number formatting) - Shipping costs from
.shippingInfoelements - Fallback: JSON-LD
AggregateOfferstructured data
Árukeresö (arukereso.hu)
- All seller offers from
.optofferblocks with Schema.org microdata - Seller names from
[itemprop="seller"] [itemprop="name"] - Prices from
[itemprop="price"]content attributes - Shipping info from
.delivery-infoelements - Fallback: JSON-LD structured data
- Fallback: Any
itemprop="price"elements
Output Schema
{"url": "https://www.argep.hu/...","source": "argep","price": 184900,"seller": "ShopName","position": null,"competitorsCount": 5,"allOffers": [{ "seller": "ShopA", "price": 184900 },{ "seller": "ShopB", "price": 189000, "shipping": 1990 }],"fetchedAt": "2026-02-09T20:00:00.000Z"}
The source field indicates which site the data came from ("argep" or "arukereso").
Input
{"startUrls": [{ "url": "https://www.argep.hu/product/example-p12345/" },{ "url": "https://www.arukereso.hu/szintetizator-es-keyboard-c1011/korg/microkorg-xl-p181075345/" }],"maxRequestsPerCrawl": 100,"excludeShops": ["myshop.hu"],"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
| Parameter | Type | Description |
|---|---|---|
startUrls | array | List of ÁrGép and/or Árukeresö product URLs to scrape |
maxRequestsPerCrawl | number | Max pages per run (default: 100) |
excludeShops | string[] | Shop names/domains to exclude from results |
proxyConfiguration | object | Proxy settings (residential recommended) |
Development
cd apify/camoufox-argepnpm installnpm run start:dev
Deployment
$apify push