SS.com Scraper: Latvia Classified Ads & Prices avatar

SS.com Scraper: Latvia Classified Ads & Prices

Pricing

from $0.74 / 1,000 listing records

Go to Apify Store
SS.com Scraper: Latvia Classified Ads & Prices

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

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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.

FieldTypeRequiredDescription
querystringNoA search keyword to find matching ads, for example a car brand or a phone model.
categoryenumNoWhich section to scrape: Cars, Motorcycles, Flats, Houses, Land, Commercial, Mobile phones, Jobs, or Animals.
categoryUrlstringNoPaste one specific ss.com category page URL to scrape that exact section.
startUrlsarray of URLsNoPaste several ss.com URLs to scrape multiple sections or searches in a single run.
minPriceintegerNoMinimum price in EUR. Listings below this value are skipped.
maxPriceintegerNoMaximum price in EUR. Listings above this value are skipped.
minYearintegerNoMinimum production year. Applies when scraping cars to filter out older vehicles.
maxYearintegerNoMaximum production year. Applies when scraping cars to filter out newer vehicles.
maxItemsintegerNoCap on how many listings to return per run. Useful for a quick test before a large pull.
proxyConfigurationobjectNoProxy 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

FieldTypeDescription
listing_idstringThe unique ad ID from ss.com.
titlestringThe ad headline as shown on the listing.
price_eurnumberPrice in EUR. Present on roughly 90 percent or more of listings. Some ads are priced on request and have no value.
currencystringAlways "EUR".
product_urlstringDirect link to the full ad page.
scraped_atstringTimestamp of when the record was collected.

Extra fields on cars and motorcycles

FieldTypeDescription
modelstringThe vehicle model name.
yearnumberProduction year of the vehicle.
engine_volumestringEngine size and fuel marker, for example "2.8D".
fuelstringFuel type, for example "diesel" or "petrol".
mileagenumberDistance driven, in kilometers.

Extra fields on flats, houses, land, and commercial property

FieldTypeDescription
roomsnumberNumber of rooms in the property.
area_m2numberFloor area in square meters.
floornumberThe floor the property is on.
total_floorsnumberTotal number of floors in the building.
building_typestringConstruction type of the building.
seriesstringThe building series or project name.
price_per_m2numberPrice per square meter in EUR.
citystringCity or area where the property is located.
streetstringStreet 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.