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
3mo 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 →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
HardverApró API – Hungary Hardware Marketplace · Parse