Huuto Product Search Scraper avatar

Huuto Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Huuto Product Search Scraper

Huuto Product Search Scraper

Scrape product listings from Huuto.net, Finland's largest online marketplace. Collect seller details, pricing, delivery methods, bid history, and 40+ data fields per item — perfect for market researchers, price aggregators, and competitive intelligence.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Huuto.net Product Search Scraper: Extract Finnish Marketplace Listings


What Is Huuto.net?

Huuto.net is Finland's premier online auction and marketplace platform, hosting hundreds of thousands of product listings across categories like vehicles, electronics, collectibles, and more. With dynamic pricing, seller ratings, and regional delivery options, the platform generates valuable market data. Manually extracting this information is tedious — the Huuto.net Product Search Scraper automates the process, delivering clean, structured product records in seconds.


Overview

The Huuto.net Product Search Scraper extracts product listings from Huuto.net search results pages, converting unstructured marketplace data into a machine-readable format. It is ideal for:

  • Price aggregators building datasets across product categories
  • Market researchers analyzing Finnish e-commerce trends
  • Competitive intelligence teams tracking competitor inventory
  • Data analysts studying auction dynamics and seller behavior
  • E-commerce platforms integrating Huuto listings for comparison

The scraper handles pagination automatically, respects rate limits, and includes robust error handling via ignore_url_failures. With support for up to 200 items per URL and flexible category targeting, it scales from small research projects to large-scale data collection.


Input Format

The Actor supports two scraping modes — use only one at a time:

  1. Scrape by URLs — scrape data directly from a list of Huuto.net search result URLs.
{
"urls": [
"https://www.huuto.net/osasto/ajoneuvot/1?page=2"
],
"ignore_url_failures": true,
"max_items_per_url": 200
}
  1. Scrape by search filters — scrape data using a keyword and additional filters (category, condition, price range, etc.) instead of providing URLs.
{
"keyword": "a",
"category": "1",
"sort_by": "newest",
"condition": "1",
"price_min": 10,
"price_max": 1000,
"page": 1,
"max_items_per_url": 200
}

There is also a General settings group that applies to both modes.

1. Scrape by URLs

Use this mode when you already have specific search result URLs. When this mode is used, all options in the "Scrape by search filters" section will be disabled.

FieldTypeDefaultDescription
urlsarray(required)List of Huuto.net product search list URLs to scrape. Each URL typically targets a specific category and page number (e.g., vehicles/ajoneuvot). You can paste URLs one by one, or use the Bulk edit section to add a prepared list. Paste full URLs with query parameters intact.
ignore_url_failuresbooleantrueIf true, the scraper skips failed or blocked URLs and continues processing instead of stopping the entire run. Recommended for bulk runs to prevent interruptions.

2. Scrape by search filters

Use this mode when you want to search using a keyword and additional filter attributes instead of scraping by URLs. If you use this mode, leave the urls field above empty.

FieldTypeDefaultDescription
keywordstringThe keyword to search for.
sort_bystring ("", newest, viewed, bidders, closing, price_asc, price_desc)Sort results by Relevance (empty), Newest, Viewed, Bidders, Closing soon, Price low to high, or Price high to low.
categorystringThe category to search for items. Options include: All, Vehicles, Antique, Movies, Hobbies, Beauty and health, Watches and jewelry, Collective, Books and leaves, Home electronics, Home, Children, Bags, Tourism, Music, Games, Phones, Main tickets/gift cards and travel, Construction, Miscellaneous, Art and design, IT, Clothing, K-18.
conditionstring ("", 15)Item condition: All (empty), New (1), New-blooded (2), Good (3), Satisfactory (4), Weak (5).
price_minintegerMinimum price to search for items.
price_maxintegerMaximum price to search for items.
pageintegerThe page number to start scraping from.

3. General settings

Applies to both scraping modes above.

FieldTypeDefaultDescription
max_items_per_urlinteger20Maximum number of products to extract per URL (1–200). Set lower values for quick previews; use higher values (e.g., 200) for comprehensive category exports.

Output Format

Sample output

{
"seller": "myyja",
"category_name": "Draama ja romantiikka",
"sellernro": "62483",
"startprice": null,
"municipality_name": "Vantaa",
"payment_methods": [
1,
2,
3
],
"sellstyle": "3",
"minfbvalue": "-1",
"is_adult_content": false,
"currprice": "1.00",
"id": "640689855",
"weekly_view_count": 0,
"images": [
{
"thumbnail": "https://images.huuto.net/v1/d8c7/7b290f8b7520299bc3322a235bd/537748272-s.jpg",
"original": "https://images.huuto.net/v1/d8c7/7b290f8b7520299bc3322a235bd/537748272-orig.jpg",
"id": 537748272,
"medium": "https://images.huuto.net/v1/d8c7/7b290f8b7520299bc3322a235bd/537748272-m.jpg"
},
{
"thumbnail": "https://images.huuto.net/v1/f235/742729d569ab93e1b14b4503520/537748289-s.jpg",
"original": "https://images.huuto.net/v1/f235/742729d569ab93e1b14b4503520/537748289-orig.jpg",
"id": 537748289,
"medium": "https://images.huuto.net/v1/f235/742729d569ab93e1b14b4503520/537748289-m.jpg"
}
],
"gallerylist_ts": null,
"offers_allowed": "0",
"listtime": "1774441890",
"classification": "3",
"maingallery_ts": null,
"requireauth": "n",
"zipcode": "01300",
"seller_company_name": "",
"republish": "0",
"seller_user_type": "0",
"main_category_name": "Elokuvat",
"favourite_count": 0,
"vas_gallerylist": "0",
"status": "N",
"reserve_price": null,
"htur_package_code": null,
"closingtime": "1784782800",
"region_name": "Uusimaa",
"purchase_id": null,
"title": "Blue Car",
"sitemap_partition": 55,
"cat_id": "90",
"cat_path": [
86,
87,
90
],
"delivery_methods": [
2
],
"quantity": 2,
"is_huutoturva": false,
"seller_delivery_price": null,
"increase": null,
"section_category_name": "DVD",
"deliveryprice": 3,
"addtime": "1774441878",
"suggestions": [
{
"input": "blue",
"weight": 3
},
{
"input": "car",
"weight": 3
},
{
"input": "blue car",
"weight": 3
},
{
"input": "tekstitys",
"weight": 1
},
{
"input": "suomeksi",
"weight": 1
},
{
"input": "on",
"weight": 1
},
{
"input": "leffat",
"weight": 1
},
{
"input": "1-2",
"weight": 1
},
{
"input": "lasten",
"weight": 1
},
{
"input": "1-3",
"weight": 1
},
{
"input": "postikulut",
"weight": 1
},
{
"input": "elokuvaa",
"weight": 1
},
{
"input": "yhdella",
"weight": 1
},
{
"input": "postimaksulla",
"weight": 1
},
{
"input": "3-4",
"weight": 1
},
{
"input": "kahdessa",
"weight": 1
},
{
"input": "kuoressa",
"weight": 1
},
{
"input": "pahvikoteloisia",
"weight": 1
},
{
"input": "leffoja",
"weight": 1
},
{
"input": "ei",
"weight": 1
},
{
"input": "voi",
"weight": 1
},
{
"input": "lahettaa",
"weight": 1
},
{
"input": "yhdessa",
"weight": 1
},
{
"input": "toisen",
"weight": 1
},
{
"input": "dvd",
"weight": 1
},
{
"input": "kanssa",
"weight": 1
},
{
"input": "kuluilla",
"weight": 1
},
{
"input": "ylittaa",
"weight": 1
},
{
"input": "painorajan",
"weight": 1
},
{
"input": "jos",
"weight": 1
},
{
"input": "ostat",
"weight": 1
},
{
"input": "enemman",
"weight": 1
},
{
"input": "kuin",
"weight": 1
},
{
"input": "nelja",
"weight": 1
},
{
"input": "lahetykset",
"weight": 1
},
{
"input": "matkahuollon",
"weight": 1
},
{
"input": "pakettihinnaston",
"weight": 1
},
{
"input": "mukaan",
"weight": 1
},
{
"input": "s-paketti",
"weight": 1
},
{
"input": "85",
"weight": 1
}
],
"location": "VANTAA",
"numofbids": "0",
"view_count": 8,
"vacation_hidden": null,
"score": 166.21411,
"from_url": "https://www.huuto.net/haku?q=car"
}

Each product returns a rich record with 40+ fields covering seller details, pricing, condition, delivery, and engagement metrics:

Product Identification

FieldMeaning
IDUnique product identifier on Huuto.net
TitleProduct name/title as listed
Category IDNumeric code for the main product category
Main Category NamePrimary category (e.g., "Vehicles", "Electronics")
Category NameSubcategory name for finer classification
Section Category NameSection-level categorization
Category PathFull hierarchical category path
ClassificationAdditional product classification or type

Seller Information

FieldMeaning
SellerSeller username or display name
Seller NumberNumeric ID assigned to the seller account
Seller Company NameCompany name if seller is a business
Seller User TypeAccount type (individual, business, or dealer)
Seller Delivery PriceBase shipping cost set by the seller

Pricing & Bidding

FieldMeaning
Start PriceInitial/opening bid price in EUR
Current PriceHighest bid or current listing price
Reserve PriceMinimum acceptable price (hidden from bidders if set)
Number Of BidsCount of bids received
IncreaseMinimum bid increment in EUR

Dates & Timeline

FieldMeaning
List TimeWhen the auction started
Closing TimeWhen the auction ends or ended
Add TimeWhen the listing was created/added
Gallery List TSTimestamp for gallery image availability
Main Gallery TSTimestamp of primary listing image

Product Details

FieldMeaning
QuantityNumber of items available
LocationGeographic location of the item
Municipality NameFinnish municipality where item is located
Region NameRegional area of Finland
Zip CodePostal code of the item's location
ImagesList of product image URLs

Engagement & Statistics

FieldMeaning
View CountTotal lifetime views of the listing
Weekly View CountViews in the past 7 days
Favourite CountNumber of users who favorited the listing
ScoreSeller reputation score (0–5 stars)

Delivery & Payment

FieldMeaning
Delivery MethodsAvailable shipping options (pickup, courier, mail, etc.)
Delivery PriceShipping cost to buyer
Payment MethodsAccepted payment types (bank transfer, card, Huuto escrow, etc.)

Seller Protection & Features

FieldMeaning
Is HuutoturvaWhether Huuto's buyer protection (Huutoturva) is active
Is Adult ContentAge-restricted content flag
Require AuthWhether authentication is required to view/bid
Offers AllowedWhether make-an-offer functionality is enabled
Min FB ValueMinimum feedback score required to bid
VAS Gallery ListPremium gallery/listing upgrade status
HTur Package CodeHuuto package/promotion code applied

Listing Status

FieldMeaning
StatusCurrent state (active, sold, unsold, closed, relisted, etc.)
RepublishCount of times the listing was reposted
Vacation HiddenWhether listing is hidden due to seller vacation mode
Sitemap PartitionInternal indexing partition ID
Purchase IDTransaction/purchase identifier if sold
SuggestionsRecommended related products

How to Use

  1. Find your target URLs — Navigate to Huuto.net, select a category, and copy the search results page URL (including ?page=X if needed).

  2. Build your input configuration — Populate the urls array with one or more Huuto URLs. For example:

{
"urls": [
"https://www.huuto.net/osasto/ajoneuvot/1",
"https://www.huuto.net/osasto/ajoneuvot/1?page=2"
],
"max_items_per_url": 200,
"ignore_url_failures": true
}
  1. Set collection parameters — Adjust max_items_per_url based on your needs (use 200 for complete category exports, lower values for testing).

  2. Run the scraper — Start the actor and monitor progress in the console.

  3. Export data — Download results as JSON, CSV, or Excel for analysis in spreadsheets or databases.

Best practices:

  • Use ignore_url_failures: true for bulk runs to prevent stalling on temporary blocks.
  • Spread scraping across multiple time slots to avoid rate limiting.
  • Export data immediately after runs to preserve any time-sensitive fields (e.g., Closing Time).

Use Cases & Business Value

  • Price intelligence: Build historical pricing datasets across product categories to spot trends
  • Seller analytics: Monitor competitor inventory, listing frequency, and pricing strategies
  • Market research: Analyze which products sell fastest, geographic demand, and shipping preferences
  • Aggregator platforms: Feed Huuto listings into multi-marketplace price comparison tools
  • Fraud detection: Track suspicious seller patterns or unusual bid activity

The Huuto.net Product Search Scraper transforms time-consuming manual research into seconds of automated data collection, enabling data-driven decision-making in e-commerce.


Conclusion

The Huuto.net Product Search Scraper is a powerful tool for anyone needing structured marketplace data from Finland's largest auction platform. With 40+ data fields per product and flexible configuration, it unlocks insights into pricing, demand, seller behavior, and market trends. Start scraping today and gain the competitive advantage of real-time market intelligence.