RMSystem stocks scraper

by bares43

An open-source API scraper for RMSystem stock data. Automate your data collection from the Czech trading platform for analysis and apps.

1,445 runs
14 users
Try This Actor

Opens on Apify.com

About RMSystem stocks scraper

Need to pull stock data from RMSystem, the Czech trading platform, but don't want to deal with manual exports or messy spreadsheets? I built this scraper for exactly that. It gives you a clean, reliable API to fetch current stock information directly, so you can automate your data collection for analysis, portfolio tracking, or building your own financial apps. It's open-source, which means you can see how it works, tweak it if you need something specific, and run it with confidence. Honestly, the biggest win is saving hours you'd otherwise spend copying and pasting data or figuring out unofficial workarounds. Just set it up, point it at the stocks you're watching, and get structured JSON data back. It's been a solid tool for keeping an eye on the Czech market without any fuss.

What does this actor do?

RMSystem stocks scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

RMSystem Stocks Scraper

This actor scrapes stock data from the Czech RMSystem trading platform. It provides an API to retrieve detailed information for stocks listed on various RMSystem markets, such as EasyClick and the official market.

Key Features

The scraper extracts the following data for each stock:

  • Base Information: Stock name, ticker code, ISIN, and URL.
  • Pricing Data: Current price, along with the open, close, minimum, and maximum prices from the last trading day.
  • Trading Metrics: Trading volume (in units and monetary value) for the last trading day.
  • Market Details: The EasyClick lot size and the current depth of market (order book).

How to Use

Configure the actor run via an input JSON object. The core parameters are startUrls and resultType.

  • startUrls: An array of objects, each containing a url to scrape. You can provide a market overview page (to get all stocks) or specific stock detail pages.
  • resultType: Defines the output format.
    • "list": Returns an object where keys are stock codes (e.g., "BAAGOOGL").
    • "single": Returns a single stock object directly. Use this when scraping only one specific stock URL.

Input & Output Examples

Load All Stocks from a Market

To scrape all stocks from a specific market list (e.g., EasyClick), use the market page URL with resultType: "list".

Input:

{
  "startUrls": [
    { "url": "https://www.rmsystem.cz/kurzy-online/akcie/easyclick" }
  ],
  "resultType": "list"
}

Output (excerpt):

{
  "BAAGOOGL": {
    "name": "ALPHABET",
    "code": "BAAGOOGL",
    "isin": "US02079K3059",
    "url": "https://www.rmsystem.cz/akcie-95488-Google",
    "price": 71200,
    "openPrice": 71200,
    "closePrice": 71200,
    "minimumPrice": 71200,
    "maximumPrice": 71200,
    "volume": 0,
    "volumeMoney": 0,
    "easyClickLot": 5,
    "depth": [
      { "price": 70000, "amount": 1, "orders": 1 },
      { "price": 64240, "amount": 5, "orders": 2 }
    ],
    "scrapedAt": "2022-01-01T17:19:56.399Z"
  }
}

Load a Specific Stock

To get data for one stock, use its detail page URL with resultType: "single".

Input:

{
  "startUrls": [
    { "url": "https://www.rmsystem.cz/akcie-95488-Google" }
  ],
  "resultType": "single"
}

The output is the single stock object (like the "BAAGOOGL" object in the example above).

Load Multiple Specific Stocks

To get several specific stocks in a list format, provide multiple detail URLs and use resultType: "list".

Input:

{
  "startUrls": [
    { "url": "https://www.rmsystem.cz/akcie-95488-Google" },
    { "url": "https://www.rmsystem.cz/akcie-69716-microsoft" }
  ],
  "resultType": "list"
}

The output is an object containing each requested stock keyed by its code.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try RMSystem stocks scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
bares43
Pricing
Paid
Total Runs
1,445
Active Users
14
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support