Motoscout24 Search Scraper
Under maintenancePricing
from $2.00 / 1,000 results
Motoscout24 Search Scraper
Under maintenanceScrape 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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}
| Field | Type | Description |
|---|---|---|
urls | array | One 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_url | integer | Maximum number of listings to collect per URL. Default: 20. Set higher (e.g., 50) for denser runs. |
ignore_url_failures | boolean | If 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
| Field | Meaning |
|---|---|
ID | Unique MotoScout24 listing identifier |
Teaser | Short promotional description shown in search results |
Version Full Name | Full model version name as listed |
Created Date | Date the listing was first published |
Last Modified Date | Most recent update timestamp |
Vehicle Specifications
| Field | Meaning |
|---|---|
Make | Manufacturer brand (e.g., Honda, BMW, Yamaha) |
Model | Specific model name |
Vehicle Category | Category type (e.g., motorcycle, scooter, enduro) |
Condition Type | New or used condition |
First Registration Date | Full date of first registration |
First Registration Year | Year extracted from registration date |
Mileage | Odometer reading in kilometers |
Horse Power | Engine output in HP |
Kilo Watts | Engine output in kW |
Fuel Type | Fuel category (e.g., petrol, electric, hybrid) |
Consumption | Fuel or energy consumption figure |
Range | Estimated range per tank/charge (relevant for electric) |
Transmission Type | Specific gearbox type (e.g., manual, automatic) |
Transmission Type Group | Grouped transmission category |
Condition & History
| Field | Meaning |
|---|---|
Had Accident | Whether the vehicle has prior accident history |
Inspected | Whether the vehicle passed an official inspection |
Has New Tires | Indicates if tires were recently replaced |
Has Additional Set Of Tires | Whether a spare tire set is included |
Features | List of notable features and extras |
Warranty | Warranty status or remaining coverage |
Pricing & Finance
| Field | Meaning |
|---|---|
Price | Current asking price (CHF) |
Previous Price | Prior price if a reduction occurred |
Financing | Available financing options or monthly rate |
Leasing | Leasing offer details if applicable |
Insurance | Insurance package information if provided |
Media & Branding
| Field | Meaning |
|---|---|
Images | Array of listing image URLs |
Quali Logo ID | Internal ID for quality/certification badge |
Quali Logo | Quality or certification logo asset |
Seller Information
| Field | Meaning |
|---|---|
Seller | Seller name, type (private/dealer), location, and contact metadata |
How to Use
- Build your search URL — Go to MotoScout24.ch, apply filters (category, make, canton, price range), and copy the results page URL.
- Add pagination — For multiple pages, duplicate the URL and increment
pagination[page]values. - Configure the input — Paste URLs into the
urlsarray. Adjustmax_items_per_urlbased on how many results appear per page (typically 20–50). - Run the scraper — Start the actor and monitor progress in the run log.
- 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: truewhen 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 Pricevs.Pricecomparison
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.