Standvirtual Scraper avatar

Standvirtual Scraper

Pricing

from $0.90 / 1,000 results

Go to Apify Store
Standvirtual Scraper

Standvirtual Scraper

[๐Ÿ’ฐ $0.90 / 1K] Extract car listings from Standvirtual.com, Portugal's largest car marketplace โ€” price, year, mileage, fuel, gearbox, make/model, seller, location, and photos. Search by make/model + filters, or paste a search URL.

Pricing

from $0.90 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Pull car listings from Standvirtual.com โ€” Portugal's largest car marketplace โ€” at scale: price, registration year, mileage, fuel, gearbox, engine power, make/model/version, seller details, location, and full photo galleries for every live listing. Build a search from structured filters or paste a Standvirtual URL โ€” no result cap, so you can sweep the entire 43,000+ car catalog. Built for car dealers, automotive market analysts, and lead-generation teams who need Portuguese car inventory without copying URLs and details by hand.

Why This Scraper?

  • No result cap โ€” sweep all 43,000+ live listings โ€” set max results to 0 and pull the entire Standvirtual catalog in one run, not a capped sample. The leading competing actor stops at 2,000 cars per run.
  • 11 structured search filters, no URL-building โ€” combine make, model, fuel type, body type, gearbox, dealer/private seller, and price/year/mileage bands directly in the input form. Or paste a Standvirtual search URL and skip filters entirely.
  • 29 fields per car โ€” price and currency, registration year, mileage, fuel type, gearbox, engine power (hp) and capacity (cc), body type, doors, seats, color, make/model/version, seller details, location, region, cover photo and full gallery, promoted/highlighted flags, listing date, and the timestamp each row was collected.
  • 9 fuel types and 9 body types โ€” filter to Petrol, Diesel, LPG, Hybrid, Plug-in Hybrid, Electric, Hydrogen, Ethanol, or CNG; and City car, Compact, Sedan, Station wagon, SUV, Coupe, Convertible, Minivan, or Pickup.
  • Dealer-vs-private seller split โ€” every row carries sellerType (dealer or private) plus the seller name, so you can segment professional inventory from individual sellers for lead-gen or market analysis.
  • Optional full photo galleries โ€” flip one switch to collect every photo on each listing (often 30+ images per car), not just the single cover thumbnail.
  • Engine specs on every listing โ€” engine power in horsepower and displacement in cubic centimeters parsed into clean numeric fields, ready for spec comparison.
  • 8 sort orders โ€” order results by relevance, newest, price (low/high), mileage (low/high), or year (newest/oldest) before extraction.
  • Native Portuguese data โ€” prices in euros, locations as Portuguese cities and districts, and fuel/body labels exactly as Standvirtual presents them.

Use Cases

Market Research

  • Map the entire live inventory of any make and model across Portugal
  • Track median asking prices by fuel type, body style, or registration year
  • Compare petrol vs. electric vs. hybrid supply and pricing over time
  • Benchmark mileage-to-price curves across model years

Dealer Intelligence

  • Monitor competitor dealer inventory by filtering on dealer seller type
  • Watch how long specific models stay listed using the listing date field
  • Identify which dealers carry the deepest stock in a segment
  • Spot pricing gaps against your own showroom inventory

Lead Generation

  • Build contact lists of private sellers by filtering on private seller type
  • Capture seller names alongside each listing for outreach
  • Target high-value segments by price, year, and make/model bands

Price Monitoring

  • Track price changes on a saved search by re-running on a schedule
  • Detect newly listed cars by sorting newest-first and watching listing dates
  • Flag underpriced listings within a tight year and mileage band
  • Compare promoted/highlighted listings against standard ones

Data Enrichment & Integration

  • Feed structured Portuguese car data into valuation and analytics dashboards
  • Power price-comparison and trade-in estimation tools
  • Enrich CRM records with current market listings for a vehicle

Getting Started

Scrape a Make and Model

The simplest way to start โ€” name a make and model, keep the default limit:

{
"make": "BMW",
"model": "Serie 3",
"maxResults": 100
}

Combine structured filters โ€” diesel automatic SUVs under โ‚ฌ25,000 from 2019 on, newest first:

{
"make": "Volkswagen",
"fuelTypes": ["diesel"],
"bodyTypes": ["suv"],
"gearbox": "automatic",
"priceMax": 25000,
"yearMin": 2019,
"sortBy": "newest",
"maxResults": 500
}

Full Catalog from a Pasted URL

Paste any Standvirtual search URL and pull every matching listing with full photo galleries:

{
"searchUrls": [
"https://www.standvirtual.com/carros/mercedes-benz/classe-c"
],
"includePhotos": true,
"maxResults": 0
}

Advanced Multi-Filter Run

{
"make": "Audi",
"model": "A4",
"fuelTypes": ["diesel", "plugin-hybrid"],
"bodyTypes": ["sedan", "station-wagon"],
"gearbox": "automatic",
"sellerType": "dealer",
"priceMin": 10000,
"priceMax": 40000,
"yearMin": 2018,
"yearMax": 2023,
"mileageMax": 120000,
"sortBy": "priceAsc",
"includePhotos": true,
"maxResults": 1000
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
searchUrlsstring[][]Paste one or more Standvirtual.com search-result URLs. When provided, these are used directly and the filter fields below are ignored.
ParameterTypeDefaultDescription
makestringemptyCar manufacturer as shown on Standvirtual, e.g. "BMW", "Mercedes-Benz", "Renault". Leave empty for all makes.
modelstringemptyModel name, must match the chosen make, e.g. "Serie 3", "Classe C", "Clio". Leave empty for all models of the make.
fuelTypesselect[][]One or more of: Petrol, Diesel, LPG, Hybrid, Plug-in Hybrid, Electric, Hydrogen, Ethanol, CNG (Natural gas). Leave empty for all fuel types.
bodyTypesselect[][]One or more of: City car, Compact, Sedan, Station wagon, SUV / Off-road, Coupe, Convertible, Minivan / MPV, Pickup. Leave empty for all body types.
gearboxselectAnyTransmission: Any, Manual, or Automatic.
sellerTypeselectAnyListing source: Any, Dealer / Business, or Private seller.

Price, Year & Mileage

ParameterTypeDefaultDescription
priceMinintegeremptyOnly include cars at or above this price, in euros.
priceMaxintegeremptyOnly include cars at or below this price, in euros.
yearMinintegeremptyOnly include cars first registered in or after this year, e.g. 2018.
yearMaxintegeremptyOnly include cars first registered in or before this year.
mileageMaxintegeremptyOnly include cars at or below this odometer reading, in kilometers.

Sorting & Limits

ParameterTypeDefaultDescription
sortByselectMost relevantResult order: Most relevant, Newest first, Price lowโ†’high, Price highโ†’low, Mileage lowโ†’high, Mileage highโ†’low, Year newest first, Year oldest first.
maxResultsinteger100Maximum listings to extract per search URL or search. Set to 0 for unlimited (every listing the search returns). The last page is always returned in full, so you may receive a few more than this number.
includePhotosbooleanfalseWhen on, opens each listing to collect its full photo gallery (the images field). When off, you get a single cover photo per listing.

Output

Each car is one flat row in the dataset. Here's a representative result:

{
"id": "ID8Yabc1",
"title": "BMW Serie 3 320 d Touring Auto",
"url": "https://www.standvirtual.com/carros/anuncio/bmw-320-d-touring-ID8Yabc1.html",
"make": "BMW",
"model": "Serie 3",
"version": "320 d Touring Auto",
"price": 28900,
"currency": "EUR",
"year": 2020,
"mileage": 84500,
"fuelType": "Diesel",
"gearbox": "Automatic",
"enginePower": 190,
"engineCapacity": 1995,
"bodyType": "Station wagon",
"doors": 5,
"seats": 5,
"color": "Black",
"shortDescription": "Full service history, one owner, financing available.",
"sellerType": "dealer",
"sellerName": "Auto Stand Lisboa",
"location": "Lisboa",
"region": "Lisboa",
"image": "https://ireland.apollo.olxcdn.com/v1/files/example-cover.jpg",
"images": [
"https://ireland.apollo.olxcdn.com/v1/files/example-1.jpg",
"https://ireland.apollo.olxcdn.com/v1/files/example-2.jpg"
],
"isPromoted": true,
"isHighlighted": false,
"createdAt": "2026-06-10T09:15:00Z",
"scrapedAt": "2026-06-13T11:42:00Z"
}

Core Fields

FieldTypeDescription
idstringStandvirtual listing identifier
titlestringListing title as shown on Standvirtual
urlstringDirect link to the listing
pricenumberAsking price
currencystringCurrency code (EUR)
shortDescriptionstringTeaser description text (may be empty)
createdAtstringListing publish/update timestamp
scrapedAtstringTimestamp (UTC) when this row was collected

Vehicle Specs

FieldTypeDescription
makestringManufacturer
modelstringModel name
versionstringTrim / version (e.g. "320 d Touring Auto")
yearnumberFirst registration year
mileagenumberOdometer reading in kilometers
fuelTypestringFuel type as labelled by Standvirtual
gearboxstringTransmission type
enginePowernumberEngine power in horsepower
engineCapacitynumberEngine displacement in cubic centimeters
bodyTypestringBody style
doorsnumberNumber of doors
seatsnumberNumber of seats
colorstringExterior color as labelled by Standvirtual

Seller & Location

FieldTypeDescription
sellerTypestringdealer or private
sellerNamestringSeller or dealership name
locationstringCity or municipality
regionstringDistrict or region

Media & Flags

FieldTypeDescription
imagestringPrimary cover photo URL
imagesstring[]All photo URLs for the listing (full gallery when photo collection is on; otherwise the cover photo)
isPromotedbooleanPromoted / featured ad flag
isHighlightedbooleanHighlighted (premium top) ad flag

Tips for Best Results

  • Leave max results at 0 for full-catalog coverage โ€” that pulls every car a search returns, with no 2,000-listing ceiling. Use a small number first (10โ€“50) to preview the data, then scale up.
  • Use the filter fields instead of building URLs โ€” naming the make, model, and bands in the input form is faster and less error-prone than crafting a Standvirtual URL by hand.
  • Turn on photo collection only when you need galleries โ€” it opens each listing individually, so runs take longer and cost more. Leave it off when the single cover photo is enough.
  • Filter seller type for the right job โ€” choose Private seller for private-owner lead lists, or Dealer / Business to monitor competitor dealer stock.
  • Keep numeric bands inside the live data range โ€” a price or year band entirely beyond what's on the market (e.g. years 2099โ€“2100) is ignored by Standvirtual and returns the full result set. A single open-ended bound (just a minimum or just a maximum) always works.
  • Sort newest-first to catch fresh listings โ€” pair Newest first with the listing date field to detect cars added since your last run.
  • Common fuel and body filters are fully supported; rarer ones broaden automatically โ€” the everyday choices (Petrol, Diesel, LPG, Plug-in Hybrid, Electric; Compact, Sedan, Station wagon, SUV, Coupe, Convertible) are matched exactly. Less common options (e.g. Hydrogen, CNG, Pickup) fall back to a broader search when Standvirtual has no exact match for that day's stock โ€” so if a niche fuel or body filter returns 0, remove it to widen the search.
  • Match make and model spelling to Standvirtual โ€” an unrecognized make is ignored and returns all cars, so use the exact names shown on the site (e.g. "Mercedes-Benz", not "Mercedes").

Pricing

From $0.90 per 1,000 results โ€” flat pay-per-result pricing that undercuts the leading Standvirtual actor on the market. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows the total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.11$0.10$0.10$0.09
1,000$1.05$1.00$0.95$0.90
10,000$10.50$10.00$9.50$9.00
100,000$105.00$100.00$95.00$90.00

A "result" is one car listing in the output dataset. No compute or time-based charges โ€” you pay per result, plus a small fixed per-run start fee.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n โ€” Workflow automation
  • Google Sheets โ€” Direct spreadsheet export
  • Slack / Email โ€” Notifications on new results
  • Webhooks โ€” Trigger custom APIs on run completion
  • Apify API โ€” Full programmatic access

This actor is designed for legitimate market research, dealer intelligence, and lead generation. You are responsible for complying with applicable laws and Standvirtual's Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose, and handle any personal data (such as seller names) in line with GDPR and other applicable privacy regulations.