Tradera Scraper
Pricing
from $3.00 / 1,000 results
Tradera Scraper
Scrape Tradera.com - Sweden's largest second-hand marketplace with millions of auction and buy-now listings. Search items by keyword or browse by category. Extract prices, descriptions, seller info, shipping options, brand, model, and images.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Extract marketplace listings from Tradera.com — Sweden's largest second-hand marketplace with millions of auctions and buy-now listings across all categories.
What Does This Scraper Do?
This actor scrapes product listings from Tradera.com, including:
- Listing details: title, price, item type (auction/buy-now), condition
- Auction data: current bid, buy-now price, total bids, end date
- Seller information: seller username, country, company/private flag
- Shipping options: carrier types and costs in SEK
- Images: product photos with multiple resolution options
- Category info: category ID for drill-down scraping
Tradera is the primary C2C (consumer-to-consumer) marketplace in Sweden, owned by Adevinta. Listings are in Swedish kronor (SEK).
Modes
search — Keyword Search
Search for listings by keyword across all Tradera categories.
Example searches:
laptop— all laptop listingsiPhone 15— specific productvintage kamera— vintage camerascykel dam— women's bicycles
byCategory — Browse by Category
Browse listings within a specific Tradera category using its numeric ID.
Popular category IDs:
302393— Laptops12— Computers & Accessories1000242— Desktop computers302394— Tablets2601— Mobile phones
Find category IDs in the Tradera URL when browsing: tradera.com/category/**302393**
Input Parameters
| Parameter | Type | Description |
|---|---|---|
mode | String | search or byCategory |
searchQuery | String | Keywords to search (mode=search) |
categoryId | String | Category numeric ID (mode=byCategory) |
sortBy | String | Sort order (see options below) |
minPrice | Number | Only include listings priced at or above this value (SEK) |
maxPrice | Number | Only include listings priced at or below this value (SEK) |
itemType | String | Filter by listing type: Auction, AuctionBin, or PureBin (fixed price) |
maxItems | Integer | Maximum listings to return (1–80) |
Sort Options
| Value | Description |
|---|---|
Relevance | Default Tradera relevance ranking |
MostBids | Listings with most auction bids |
NewestFirst | Most recently listed |
EndDateAscending | Ending soonest (great for live auctions) |
PriceAscending | Lowest price first |
PriceDescending | Highest price first |
Output Fields
Each record contains:
| Field | Type | Description |
|---|---|---|
listingId | String | Tradera listing ID |
title | String | Listing title |
price | Number | Current price in SEK |
currency | String | Always SEK |
buyNowPrice | Number | Buy-now price for auction+BIN items |
priceBeforeDiscount | Number | Original price before markdown (discounted listings only) |
discountRate | Number | Discount percentage applied (discounted listings only) |
itemType | String | Auction (bidding), AuctionBin (auction + buy-now), PureBin (private-seller fixed price), or ShopItem (verified-store fixed price). PureBin and ShopItem both display as "Köp nu" (Buy Now); the itemType=PureBin input filter matches both. |
condition | String | Item condition (e.g. "Gott skick") |
brand | String | Brand of the item, across all categories (phones, computers, watches, etc.) |
model | String | Model/type of the item when available (e.g. "iPhone 15") |
sellerName | String | Seller username |
sellerCountry | String | Seller country code (e.g. SE) |
sellerIsCompany | Boolean | Whether seller is a business |
sellerMemberId | Integer | Seller's Tradera member ID |
startDate | String | Listing start date (ISO 8601) |
endDate | String | Auction end date (ISO 8601) |
totalBids | Integer | Number of bids on auction |
isActive | Boolean | Whether listing is currently active |
reservedPriceReached | Boolean | Whether reserve price is met |
isPromoted | Boolean | Whether the listing is a paid/promoted placement |
isHighlighted | Boolean | Whether the listing has highlighted display styling |
acceptsOffers | Boolean | Whether the seller accepts price offers on this listing |
isAuthenticated | Boolean | Whether the item is part of Tradera's authenticity-guarantee program |
shippingOptions | Array | Shipping methods and costs |
hasFreeShipping | Boolean | Whether free shipping is offered |
imageUrl | String | Primary listing image URL |
imageSecondaryUrl | String | Secondary listing image URL |
categoryId | String | Tradera category ID |
listingUrl | String | Full URL to Tradera listing |
sourceUrl | String | URL that was scraped |
scrapedAt | String | ISO 8601 timestamp |
recordType | String | Always listing |
Example Output
{"listingId": "736951745","title": "Microsoft Laptop","price": 2500,"currency": "SEK","itemType": "Auction","condition": "Mycket gott skick","brand": "Microsoft","sellerName": "volvolasse","sellerCountry": "SE","sellerIsCompany": false,"startDate": "2026-06-18T14:52:23.333Z","endDate": "2026-06-30T16:52:23.269Z","totalBids": 0,"isActive": true,"shippingOptions": [{"type": "SchenkerPrivpak", "cost": 78, "currency": "SEK"},{"type": "DHL", "cost": 79, "currency": "SEK"}],"imageUrl": "https://img.tradera.net/medium/579/649634579_fa9cfaef.jpg","categoryId": "302393","listingUrl": "https://www.tradera.com/item/302393/736951745/microsoft-laptop","sourceUrl": "https://www.tradera.com/search?q=laptop","scrapedAt": "2026-06-30T12:00:00+00:00","recordType": "listing"}
Use Cases
- Price research: Find competitive pricing for items you want to buy or sell
- Market analysis: Track price trends for specific product categories
- Arbitrage opportunities: Find underpriced items for resale
- Auction monitoring: Track active auctions ending soon
- Inventory research: Understand supply/demand for second-hand goods in Sweden
- Academic research: Study C2C marketplace dynamics and pricing
Data Source
Tradera.com is a public marketplace — all listings shown are publicly visible without login. This scraper uses only publicly accessible data from Tradera's website.
FAQ
Q: Why are prices in SEK? A: Tradera is a Swedish marketplace and all transactions are in Swedish kronor (SEK).
Q: What do the itemType values mean?
A: Auction = pure bidding auction. AuctionBin = auction with a buy-now price option. PureBin = fixed price from a private seller (buy immediately, no bidding). ShopItem = fixed price from a verified store/business seller. PureBin and ShopItem both show as "Köp nu" (Buy Now) on Tradera; selecting the PureBin input filter returns both.
Q: What condition labels does Tradera use? A: Swedish condition labels: "Nyskick" (new condition), "Mycket gott skick" (very good condition), "Gott skick" (good condition), "Godkänt skick" (acceptable condition).
Q: How many listings can I get per run?
A: Tradera's SSR returns up to 80 listings per search page. Set maxItems up to 80 to get maximum results per query.
Q: Can I get listings from multiple searches?
A: Run the actor multiple times with different searchQuery or categoryId values to aggregate more results.
Q: Are sold/expired listings included? A: The scraper returns only currently active listings by default (those visible in Tradera search results).