SS.com Scraper: Latvia Classified Ads & Prices
Pricing
from $0.74 / 1,000 listing records
SS.com Scraper: Latvia Classified Ads & Prices
Scrape classified ads from ss.com, Latvia's largest listings portal. Get listing titles, prices in EUR, item specs like car year, mileage, rooms, and floor, plus image links and ad URLs. Search any category by URL, filter by price and year, then export to Excel, Google Sheets, CSV, or JSON.
Pricing
from $0.74 / 1,000 listing records
Rating
0.0
(0)
Developer
GetAScraper
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
ss.com Latvia Scraper
Get live ss.com and ss.lv classified listings, prices in EUR, car mileage, and apartment details, ready for your spreadsheet in under 60 seconds.
ss.com (also known as ss.lv) is Latvia's largest classified ads portal. This scraper pulls listings across many sections in one run: cars, motorcycles, flats, houses, land, commercial property, mobile phones, jobs, and animals. You point it at a category, a search keyword, or a specific page, and you get clean, structured records.
What does the Actor do?
This Actor turns messy classified ad pages into a tidy table you can analyze. Every listing comes back with its ID, title, price in EUR, and direct link. Car sections add vehicle details. Property sections add real estate details.
You can run it three ways:
- Pick a category and a price range from the form.
- Paste a single ss.com category or search page URL.
- Paste a list of ss.com URLs to scrape several sections at once.
The output is flat and spreadsheet friendly. Open it in Excel, Google Sheets, or load it into your own database.
Who is this for?
- I am a used-car dealer comparing second-hand prices across ss.com to spot under-priced listings, filtering by year, fuel type, and mileage in bulk.
- I am a car reseller tracking how fast specific models sell in Latvia so I know which cars to buy now and flip later.
- I am a real estate analyst monitoring flat and house prices per square meter across Riga and the regions to brief my clients on market shifts.
- I am a lead-generation specialist building a list of fresh listings across the Baltic market for my outreach team.
- I am a market researcher measuring price trends in mobile phones, jobs, and animals to publish a quarterly Latvia classifieds report.
Input
You can leave every field blank and the Actor will guide you, or combine fields to narrow your results. Use a category for a quick start, or paste your own URLs for full control.
| Field | Type | Required | Description |
|---|---|---|---|
query | string | No | A search keyword to find matching ads, for example a car brand or a phone model. |
category | enum | No | Which section to scrape: Cars, Motorcycles, Flats, Houses, Land, Commercial, Mobile phones, Jobs, or Animals. |
categoryUrl | string | No | Paste one specific ss.com category page URL to scrape that exact section. |
startUrls | array of URLs | No | Paste several ss.com URLs to scrape multiple sections or searches in a single run. |
minPrice | integer | No | Minimum price in EUR. Listings below this value are skipped. |
maxPrice | integer | No | Maximum price in EUR. Listings above this value are skipped. |
minYear | integer | No | Minimum production year. Applies when scraping cars to filter out older vehicles. |
maxYear | integer | No | Maximum production year. Applies when scraping cars to filter out newer vehicles. |
maxItems | integer | No | Cap on how many listings to return per run. Useful for a quick test before a large pull. |
proxyConfiguration | object | No | Proxy settings for reliable access. The default works for most runs. |
Output
Every listing returns the common fields below. Car and motorcycle sections add the vehicle fields. Flat, house, land, and commercial sections add the property fields. Fields that do not apply to a section are simply left out.
Fields on every listing
| Field | Type | Description |
|---|---|---|
listing_id | string | The unique ad ID from ss.com. |
title | string | The ad headline as shown on the listing. |
price_eur | number | Price in EUR. Present on roughly 90 percent or more of listings. Some ads are priced on request and have no value. |
currency | string | Always "EUR". |
product_url | string | Direct link to the full ad page. |
scraped_at | string | Timestamp of when the record was collected. |
Extra fields on cars and motorcycles
| Field | Type | Description |
|---|---|---|
model | string | The vehicle model name. |
year | number | Production year of the vehicle. |
engine_volume | string | Engine size and fuel marker, for example "2.8D". |
fuel | string | Fuel type, for example "diesel" or "petrol". |
mileage | number | Distance driven, in kilometers. |
Extra fields on flats, houses, land, and commercial property
| Field | Type | Description |
|---|---|---|
rooms | number | Number of rooms in the property. |
area_m2 | number | Floor area in square meters. |
floor | number | The floor the property is on. |
total_floors | number | Total number of floors in the building. |
building_type | string | Construction type of the building. |
series | string | The building series or project name. |
price_per_m2 | number | Price per square meter in EUR. |
city | string | City or area where the property is located. |
street | string | Street address of the property. |
Example car listing
{"listing_id": "ABcDeFg","title": "BMW X5, 2014, 2.8D","model": "BMW X5","year": 2014,"engine_volume": "2.8D","fuel": "diesel","mileage": 187000,"price_eur": 14500,"currency": "EUR","product_url": "https://www.ss.com/msg/en/transport/cars/bmw/x5/abcdefg.html","scraped_at": "2026-06-25T09:14:02.000Z"}
Example flat listing
{"listing_id": "HiJkLmN","title": "3-room flat, Riga, 68 m2","rooms": 3,"area_m2": 68,"floor": 4,"total_floors": 9,"building_type": "Brick","series": "Specpr.","price_per_m2": 1320,"city": "Riga","street": "Brivibas iela","price_eur": 89800,"currency": "EUR","product_url": "https://www.ss.com/msg/en/real-estate/flats/riga/centre/hijklmn.html","scraped_at": "2026-06-25T09:14:05.000Z"}
Pricing
This Actor is pay per result. You are billed only for the listings successfully saved to your dataset. Empty runs cost nothing, so testing a search before a large pull carries no risk. There are no monthly subscriptions and no fixed fees.
Frequently asked questions
Does the scraper get blocked?
No. The Actor routes traffic through reliable proxy connections so it can collect ss.com and ss.lv listings steadily without getting blocked. The default proxy setting works for most runs.
Does it extract private phone numbers?
It collects the public details shown on each listing card and ad page, including the ID, title, price, and the car or property specs. It does not bypass any login or reveal information that ss.com hides behind a click.
How fresh is the data?
Every run reads the live ss.com pages at that moment, so your results reflect what is on the site right now. Run it on a schedule to track price changes and new listings over time.
Which categories are supported?
The scraper covers many ss.com sections: cars, motorcycles, flats, houses, land, commercial property, mobile phones, jobs, and animals. Car sections return vehicle specs and property sections return real estate specs.