Motoscout24 Search Scraper avatar

Motoscout24 Search Scraper

Under maintenance

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Motoscout24 Search Scraper

Motoscout24 Search Scraper

Under maintenance

Scrape motorcycle listings from MotoScout24.ch with ease. Extract price, mileage, specs, seller info, images, and 30+ fields per listing — perfect for dealers, analysts, and automotive researchers targeting the Swiss moto market.

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

4 days ago

Last modified

Share

MotoScout24.ch Scraper: Extract Motorcycle Listings from Switzerland's Top Market


What Is MotoScout24.com?

MotoScout24.ch is Switzerland's leading online marketplace for new and used motorcycles, scooters, and other two-wheeled vehicles. It aggregates thousands of listings from private sellers and professional dealers across the country. Manually collecting this data is impractical at scale — the MotoScout24 Scraper automates extraction, turning paginated search results into clean, structured datasets ready for analysis or integration.


Overview

The MotoScout24 Motos Search Scraper processes search result pages and extracts comprehensive listing records. It is built for:

  • Dealers & importers monitoring market pricing and inventory
  • Automotive analysts tracking moto trends in the Swiss market
  • Aggregator platforms feeding data into custom vehicle search tools
  • Researchers studying two-wheeler demand, fuel types, or regional availability

Key capabilities include multi-page URL support, configurable item limits, and resilient handling of failed URLs.


Input Format

The scraper accepts a JSON configuration object with three parameters:

{
"urls": [
"https://www.motoscout24.ch/en/s?pagination%5Bpage%5D=1"
],
"ignore_url_failures": true,
"max_items_per_url": 50
}
FieldTypeDescription
urlsarrayOne or more MotoScout24 search result page URLs. Add them one by one or paste a bulk list. Example: paginated search URLs like ?pagination[page]=2.
max_items_per_urlintegerMaximum number of listings to collect per URL. Default: 20. Set higher (e.g., 50) for denser runs.
ignore_url_failuresbooleanIf true, the scraper skips failed URLs and continues instead of stopping the entire run. Default: true. Recommended for bulk jobs.

Tip: To scrape multiple pages, add each paginated URL separately — e.g., ?pagination%5Bpage%5D=1, =2, =3. You can also filter by category, make, or region directly in the MotoScout24 search UI, then copy the resulting URL.


Output Format

Sample output

{
"condition_type": "new",
"consumption": {
"combined": null
},
"created_date": "2026-05-07T16:33:47.17Z",
"features": [
{
"feature": "top-list"
}
],
"financing": null,
"first_registration_date": "",
"first_registration_year": 2026,
"fuel_type": "petrol",
"had_accident": false,
"has_additional_set_of_tires": false,
"has_new_tires": null,
"horse_power": 122,
"id": 20448552,
"images": [
{
"key": "listing/552/20448552/1104066461.jpg"
},
{
"key": "listing/552/20448552/41251923.jpg"
},
{
"key": "listing/552/20448552/273257905.jpg"
},
{
"key": "listing/552/20448552/1470088713.jpg"
},
{
"key": "listing/552/20448552/696113206.jpg"
},
{
"key": "listing/552/20448552/931288008.jpg"
},
{
"key": "listing/552/20448552/1291706155.jpg"
},
{
"key": "listing/552/20448552/1040619492.jpg"
},
{
"key": "listing/552/20448552/922486145.jpg"
},
{
"key": "listing/552/20448552/1577737881.jpg"
}
],
"inspected": true,
"insurance": {
"provider_name": "FinanceScout24",
"url": "https://www.financescout24.ch/de/motorradversicherung?vehicleId=20448552"
},
"kilo_watts": 90,
"last_modified_date": "2026-05-07T16:56:30.054Z",
"leasing": {
"provider_id": 15,
"provider_name": "Santander Consumer Finance Schweiz AG",
"monthly_rate": 504.27,
"url": "https://financing-offers.financescout24.ch/de/20448552"
},
"make": {
"id": 320,
"name": "INDIAN",
"key": "indian"
},
"mileage": 1,
"model": {
"id": 2798,
"name": "CHIEFTAIN",
"key": "chieftain"
},
"previous_price": null,
"price": 35390,
"quali_logo_id": null,
"quali_logo": null,
"range": null,
"seller": {
"city": "St. Gallen",
"features": [
{
"feature": "seller-presentation-pro"
},
{
"feature": "list"
},
{
"feature": "showroom-listing-pro"
},
{
"feature": "top-vehicle-exclusive"
},
{
"feature": "listing-visibility-premium"
},
{
"feature": "seller-alternative-listings"
}
],
"id": 66818,
"logo_key": "seller/logos/66818/66818proftool.gif",
"name": "Moto-Center West AG",
"type": "professional",
"zip_code": "9015"
},
"teaser": "Sofort ab Lager verfügbar",
"transmission_type": "manual",
"transmission_type_group": "manual",
"vehicle_category": "motorcycle",
"version_full_name": "Chieftain Power Plus Dark Horse",
"warranty": {
"type": "from-delivery"
}
}

Each listing returns a structured record with 34 fields:

Identification & Listing Info

FieldMeaning
IDUnique MotoScout24 listing identifier
TeaserShort promotional description shown in search results
Version Full NameFull model version name as listed
Created DateDate the listing was first published
Last Modified DateMost recent update timestamp

Vehicle Specifications

FieldMeaning
MakeManufacturer brand (e.g., Honda, BMW, Yamaha)
ModelSpecific model name
Vehicle CategoryCategory type (e.g., motorcycle, scooter, enduro)
Condition TypeNew or used condition
First Registration DateFull date of first registration
First Registration YearYear extracted from registration date
MileageOdometer reading in kilometers
Horse PowerEngine output in HP
Kilo WattsEngine output in kW
Fuel TypeFuel category (e.g., petrol, electric, hybrid)
ConsumptionFuel or energy consumption figure
RangeEstimated range per tank/charge (relevant for electric)
Transmission TypeSpecific gearbox type (e.g., manual, automatic)
Transmission Type GroupGrouped transmission category

Condition & History

FieldMeaning
Had AccidentWhether the vehicle has prior accident history
InspectedWhether the vehicle passed an official inspection
Has New TiresIndicates if tires were recently replaced
Has Additional Set Of TiresWhether a spare tire set is included
FeaturesList of notable features and extras
WarrantyWarranty status or remaining coverage

Pricing & Finance

FieldMeaning
PriceCurrent asking price (CHF)
Previous PricePrior price if a reduction occurred
FinancingAvailable financing options or monthly rate
LeasingLeasing offer details if applicable
InsuranceInsurance package information if provided

Media & Branding

FieldMeaning
ImagesArray of listing image URLs
Quali Logo IDInternal ID for quality/certification badge
Quali LogoQuality or certification logo asset

Seller Information

FieldMeaning
SellerSeller name, type (private/dealer), location, and contact metadata

How to Use

  1. Build your search URL — Go to MotoScout24.ch, apply filters (category, make, canton, price range), and copy the results page URL.
  2. Add pagination — For multiple pages, duplicate the URL and increment pagination[page] values.
  3. Configure the input — Paste URLs into the urls array. Adjust max_items_per_url based on how many results appear per page (typically 20–50).
  4. Run the scraper — Start the actor and monitor progress in the run log.
  5. Export — Download results as JSON, CSV, or Excel for use in spreadsheets, databases, or BI dashboards.

Common issues:

  • Ensure URLs point to search result pages, not individual listing detail pages.
  • If results seem incomplete, verify the page actually returns listings at that pagination index.
  • Use ignore_url_failures: true when running large URL batches.

Use Cases & Business Value

  • Competitive pricing intelligence: Track how dealers price comparable models across Switzerland
  • Inventory analysis: Monitor stock levels by brand, category, or region
  • Market trend research: Study shifts in fuel type preference (e.g., electric vs. petrol growth)
  • Lead generation: Identify private sellers for targeted outreach
  • Price alert systems: Detect price drops via Previous Price vs. Price comparison

Conclusion

The MotoScout24 Motos Search Scraper delivers a complete picture of Switzerland's two-wheeler market in a structured, analysis-ready format. With 34 fields covering specs, pricing, condition, seller, and media, it eliminates manual data collection and enables scalable market intelligence. Start with a filtered search URL and extract hundreds of listings in minutes.