Discover/hardverapro.hu API
live

hardverapro.hu APIhardverapro.hu

Access listings, categories, GPU inventory, seller profiles, and listing details from HardverApró, Hungary's largest used hardware marketplace.

Endpoints
6
Updated
4mo ago
Try it
Maximum number of results to return
Search keyword
Pagination offset
Category slug (e.g., 'hardver', 'notebook')
Maximum price in HUF
Minimum price in HUF
Subcategory slug (e.g., 'videokartya', 'processzor')
api.parse.bot/scraper/f3e0781b-7144-4a69-9881-e13f4dc826b1/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f3e0781b-7144-4a69-9881-e13f4dc826b1/search_listings?limit=10&query=RTX' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for listings on HardverApró with optional filters.

Input
ParamTypeDescription
limitintegerMaximum number of results to return
querystringSearch keyword
offsetintegerPagination offset
categorystringCategory slug (e.g., 'hardver', 'notebook')
max_priceintegerMaximum price in HUF
min_priceintegerMinimum price in HUF
subcategorystringSubcategory slug (e.g., 'videokartya', 'processzor')
Response
{
  "type": "object",
  "fields": {
    "query": "string",
    "offset": "integer",
    "listings": "array of objects (title, url, price, user, location, time, details)"
  },
  "sample": {
    "data": {
      "query": "RTX",
      "offset": 0,
      "category": null,
      "listings": [
        {
          "url": "https://hardverapro.hu/apro/bluesummers_bazarja/friss.html",
          "time": "Előresorolva",
          "user": "Bluesummers",
          "price": "12 300 Ft",
          "title": "Licencek + laptopok + dokkolók",
          "details": [],
          "location": "Külföld"
        },
        {
          "url": "https://hardverapro.hu/apro/uj_es_hasznalt_laptopok_uzletitol_a_gamerig_legjob_2/friss.html",
          "time": "Előresorolva",
          "user": "donpadre",
          "price": "99 900 Ft",
          "title": "Új és használt laptopok , üzletitől a gamerig , kedvező áron. Garanciával !",
          "details": [],
          "location": "Budapest"
        },
        {
          "url": "https://hardverapro.hu/apro/bluesummers_bazarja_3/friss.html",
          "time": "Előresorolva",
          "user": "Bluesummers",
          "price": "100 Ft",
          "title": "LENOVO GAMER BAZÁR - új lista (2026.02.23)",
          "details": [],
          "location": "Külföld"
        }
      ],
      "subcategory": null
    },
    "status": "success"
  }
}

About the hardverapro.hu API

The HardverApró API exposes 6 endpoints covering listings, categories, and seller data from Hungary's primary tech classifieds site. You can search listings with keyword, price range, and category filters via search_listings, pull full listing detail including images and condition via get_listing_detail, or retrieve a seller's public profile and active ads using get_user_profile and get_user_listings.

Searching and Browsing Listings

The search_listings endpoint accepts a query string alongside optional min_price and max_price filters (both in HUF), a category slug such as hardver or notebook, and a subcategory slug like videokartya or processzor. Results are paginated using limit and offset parameters and each entry in the listings array includes the title, URL, price, seller username, location, listing time, and a details object. The list_category_listings endpoint covers the same category/subcategory slug system and returns a listings array in the same shape, useful when you want to enumerate an entire category without a keyword filter.

Listing Detail and GPU Shortcut

get_listing_detail takes a full listing URL or slug and returns structured fields: uid, title, price, city, region, allapot (condition), szandek (intent — buy/sell/exchange), category, and an images array of URLs. This is the only endpoint that surfaces condition and intent metadata. list_gpu_listings is a dedicated shortcut for the videokartya (GPU) subcategory — it accepts only an offset parameter and returns the same listings array format, saving you the need to supply category and subcategory slugs when GPU data is all you need.

Seller and User Data

get_user_profile accepts a username and returns display_name, regisztralt (registration date), hirdetesek (listing count), and ertekelesek (review/rating count). To retrieve the actual ads a seller has posted, get_user_listings takes the same username with an optional offset and returns a paginated listings array. Together these two endpoints let you build seller reputation checks or monitor a specific account's inventory over time.

Common use cases
  • Monitor used GPU prices in Hungary by polling list_gpu_listings and tracking price changes over time.
  • Build a price-comparison tool for Hungarian hardware buyers using search_listings with min_price and max_price filters.
  • Check seller credibility before a transaction by fetching ertekelesek (review count) and regisztralt (registration date) from get_user_profile.
  • Aggregate all active listings from a specific seller using get_user_listings for inventory tracking or reseller research.
  • Extract listing condition (allapot) and intent (szandek) data from get_listing_detail to filter for new-only or sell-only ads.
  • Enumerate every listing in a category like mobil or notebook using list_category_listings with pagination for market analysis.
  • Feed structured HardverApró listing data (title, price, images, city) into a deal-alert or notification service.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does HardverApró have an official public developer API?+
No. HardverApró does not publish an official public developer API. This Parse API provides structured programmatic access to the site's listing, category, and user data.
What does `get_listing_detail` return that the listing search endpoints don't?+
get_listing_detail returns fields not present in search or category results: allapot (condition, e.g. used/new), szandek (intent — sell, buy, or swap), a full images array, and the region field alongside city. The listing array endpoints return a summary object per item without these fields.
Are private or expired listings accessible through this API?+
The API surfaces only publicly visible, currently active listings. Expired, deleted, or login-gated listings are not returned. Pagination via offset is available on all listing endpoints to iterate through large result sets.
Does the API cover seller ratings or individual review text?+
get_user_profile returns ertekelesek, which is the aggregate review count for a user. Individual review text, rating breakdowns, or per-transaction feedback are not currently exposed. You can fork this API on Parse and revise it to add an endpoint targeting per-review detail if your use case requires it.
Can I filter listings by region or city?+
search_listings and list_category_listings do not currently accept a location filter as an input parameter. The city and region fields are returned in get_listing_detail responses, but filtering by geography at query time is not supported. You can fork this API on Parse and revise it to add location-based filtering if needed.
Page content last updated . Spec covers 6 endpoints from hardverapro.hu.
Related APIs in MarketplaceSee all →
arukereso.hu API
Search and compare motherboards, batteries, and UPS systems on Arukereso.hu with real-time pricing, technical specifications, and customer reviews. Get detailed product information to make informed purchasing decisions across multiple categories.
hasznaltauto.hu API
Browse and retrieve detailed information about used cars listed on Hasznaltauto.hu, including specifications, pricing, and availability. Search through the Hungarian marketplace to find and compare vehicles that match your needs.
marketplace.nvidia.com API
Search and browse NVIDIA's marketplace for GPUs, laptops, desktops, and other hardware with detailed specifications, pricing, and availability across consumer and enterprise products. Filter by GPU model, brand, and current deals to find exactly what you're looking for.
megekko.be API
Search and browse the full Megekko product catalog, view detailed specs, pricing, and stock availability. Browse by category, use keyword search to find specific products, or explore shortcut endpoints for popular categories like GPUs and CPUs.
coolblue.be API
Search and browse electronics products from Coolblue Belgium, including CPUs, GPUs, and smartphones, with instant access to detailed specifications, pricing, and availability. Find exactly what you need by category or search query, and check real-time stock and price information across their entire catalog.
reserved.com API
Browse Reserved.com's complete product catalog, search for items by category, view detailed product information, and check real-time stock availability across stores. Find exactly what you're looking for with instant access to pricing, descriptions, and store locations.
mindfactory.de API
Search and browse PC hardware products from Mindfactory.de, including detailed specifications, pricing, and category listings. Find exactly what components you need with powerful search capabilities across their full inventory of computer parts and peripherals.
kupujemprodajem.com API
Search and retrieve detailed information about laptop listings, seller profiles, and product ads from kupujemprodajem.com by keyword or category. Access comprehensive ad details, seller history, and product catalogs to find exactly what you're looking for on the marketplace.