MQL5 Market Intelligence avatar

MQL5 Market Intelligence

Pricing

from $3.50 / 1,000 results

Go to Apify Store
MQL5 Market Intelligence

MQL5 Market Intelligence

Extract structured public MT4/MT5 Market product listings for pricing, competitor, niche, and product research, including prices, ratings, reviews, authors, and listing positions when available.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Rafael Barreto Haddad

Rafael Barreto Haddad

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

MQL5 Market Intelligence extracts structured product data from public MetaTrader 4 and MetaTrader 5 Market listing pages. It is designed for market research, product discovery, pricing analysis, competitive intelligence, and catalog monitoring.

What it collects

For each product found, the Actor can return:

  • Product ID
  • Product name
  • Product URL
  • Author
  • Category
  • Price in USD when available
  • Rating when available
  • Review count when available
  • Description when available
  • Position in the listing
  • Platform: MT4 or MT5
  • Pricing type: paid or free
  • Source
  • Scrape timestamp

Results are stored in the Actor's default dataset as structured JSON records.

Input

platform

Choose the MetaTrader platform to analyze.

  • mt5
  • mt4

Default: mt5

category

Choose the product category.

  • indicator
  • expert
  • utility
  • library

Default: indicator

pricing

Choose the pricing segment.

  • paid
  • free

Default: paid

max_pages

Maximum number of public listing pages to process.

  • Minimum: 1
  • Maximum: 50
  • Default: 2

Example input

{
"platform": "mt5",
"category": "indicator",
"pricing": "paid",
"max_pages": 2
}

Example output

{
"product_id": 123456,
"product_name": "Example Indicator",
"product_url": "https://www.mql5.com/en/market/product/123456",
"author": "Example Author",
"category": "Indicators",
"price_usd": 49.0,
"rating": 4.8,
"review_count": 15,
"description": "Product description when available.",
"position": 1,
"platform": "MT5",
"pricing": "paid",
"source": "MQL5 Market",
"scraped_at": "2026-09-04T00:00:00+00:00"
}

Use cases

  • Compare paid and free product segments
  • Research indicator and Expert Advisor markets
  • Track product positioning and pricing
  • Discover competitors and market niches
  • Build internal market-intelligence datasets
  • Feed dashboards, spreadsheets, BI tools, or automated research workflows

Reliability

The Actor avoids dependence on a single fragile CSS class and extracts products from public listing structures. Every production build is followed by an automated test run and dataset validation before release.

Website layouts can change over time. If the upstream public page changes materially, extraction quality may temporarily degrade until the Actor is updated.

Responsible use

This Actor accesses publicly available MQL5 Market pages. It does not bypass authentication, paywalls, or access controls. Users are responsible for ensuring that their use of collected data complies with applicable laws and the terms of the websites they access.

Support

When reporting an issue, include the input used, the affected platform/category, and the approximate run time. Do not include API tokens or other credentials.