Discover/tradera.com API
live

tradera.com APItradera.com

Access Tradera.com auction and fixed-price listings via API. Search items, retrieve seller ratings, shipping options, bid counts, and item attributes.

Endpoints
2
Updated
3mo ago
Try it
Page number to retrieve (1-indexed)
Search keyword or phrase (e.g. 'lego', 'nike skor')
api.parse.bot/scraper/956803de-aead-4645-9c37-2732b14f44ff/<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/956803de-aead-4645-9c37-2732b14f44ff/search_listings?page=1&query=lego' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for product listings on Tradera including auctions and fixed-price items. Returns paginated results with item summaries.

Input
ParamTypeDescription
pageintegerPage number to retrieve (1-indexed)
queryrequiredstringSearch keyword or phrase (e.g. 'lego', 'nike skor')
Response
{
  "type": "object",
  "fields": {
    "items": "array of listing objects with itemId, title, price, currency, buyNowPrice, totalBids, itemType, endDate, itemUrl, sellerAlias, sellerMemberId, categoryId, condition",
    "query": "string echoing the search query",
    "pagination": "object with currentPage, totalPages, totalItems"
  },
  "sample": {
    "data": {
      "items": [
        {
          "price": 114,
          "title": "Nike Skor, Black, EUR 39",
          "itemId": 726273303,
          "endDate": "2026-06-09T18:54:25.2670000Z",
          "itemUrl": "https://www.tradera.com/item/340303/726273303/nike-skor-black-eur-39",
          "currency": "SEK",
          "itemType": "PureBin",
          "condition": "Gott skick",
          "totalBids": 0,
          "categoryId": 340303,
          "buyNowPrice": 114,
          "sellerAlias": "Kimkim928",
          "sellerMemberId": 5105708
        }
      ],
      "query": "nike skor",
      "pagination": {
        "totalItems": 10000,
        "totalPages": 125,
        "currentPage": 1
      }
    },
    "status": "success"
  }
}

About the tradera.com API

The Tradera API provides 2 endpoints for accessing Sweden's largest online marketplace, covering both auction and fixed-price listings. The search_listings endpoint returns paginated item summaries including prices, bid counts, and seller aliases, while get_item_details retrieves full listing data across 15+ fields such as seller ratings, shipping options, item condition, and image URLs.

Search Listings

The search_listings endpoint accepts a required query string (e.g. 'lego' or 'nike skor') and an optional page integer for pagination. It returns an array of item objects, each containing itemId, title, price, currency, buyNowPrice, totalBids, itemType, endDate, itemUrl, and sellerAlias. The pagination object includes currentPage, totalPages, and totalItems, making it straightforward to walk through result sets programmatically.

Item Details

The get_item_details endpoint takes an item_id sourced from search results and returns a full listing record. The seller object includes alias, totalRating, detailedRating, memberId, isCompany, city, and country — useful for assessing seller reputation without visiting the listing page. The shipping array contains one or more option objects with provider, cost, toCountryCodeIso2, and fromCountryCodeIso2. The itemType field distinguishes between Auction, PureBin (fixed-price only), AuctionBin (auction with buy-now), and ShopItem.

Item Types and Auction Data

Tradera mixes auction-format and fixed-price listings in the same search index. The itemType field in both endpoints lets you filter downstream. For auctions, totalBids and endDate (ISO 8601) are the key fields for tracking competition and timing. The buyNowPrice field is populated for AuctionBin listings where a direct purchase option exists alongside bidding.

Common use cases
  • Track auction price trends for a specific product category by polling search_listings over time and recording price and totalBids.
  • Build a seller reputation checker using get_item_details to surface totalRating and detailedRating before a purchase decision.
  • Aggregate shipping cost data across listings by extracting the shipping array from get_item_details responses.
  • Monitor endDate on auctions to build a deal-alert tool that flags listings closing within a set time window.
  • Compare price against buyNowPrice across AuctionBin listings to identify underpriced buy-now opportunities.
  • Filter Swedish marketplace inventory by condition and itemType to surface only fixed-price (PureBin) listings in specific states.
  • Identify active sellers by collecting sellerAlias and isCompany data across paginated search results.
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 Tradera have an official developer API?+
Yes. Tradera provides an official API documented at https://developer.tradera.com. It requires a registered developer account and approval. This Parse API provides an alternative path to listing and item data without that setup.
What does the `itemType` field in search results actually distinguish?+
itemType returns one of four values: Auction (bid-only), PureBin (fixed-price only), AuctionBin (auction with a buy-now option), or ShopItem (seller shop item). This lets you filter the result set to the format relevant to your use case before fetching item details.
Does the API return historical sold prices or completed auction results?+
Not currently. Both endpoints cover active listings — items currently for sale or in an open auction. Completed or sold listing data is not returned. You can fork this API on Parse and revise it to add an endpoint that targets completed listings if that data is accessible on the source.
How deep does pagination go in `search_listings`?+
The pagination object returns currentPage, totalPages, and totalItems. You can iterate through all pages by incrementing the page parameter up to totalPages. Very broad queries may return large page counts; narrow your query string to reduce result sets to a manageable size.
Does `get_item_details` return buyer or bidder information?+
No. The item detail response includes seller data (via the seller object) and listing metadata, but not bidder identities or buyer history. If you need bid-level data, you can fork this API on Parse and revise it to add an endpoint targeting the bid history view for a given listing.
Page content last updated . Spec covers 2 endpoints from tradera.com.
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.
Tradera.com API – Search Listings & Item Details · Parse