Stock Market Movers Scraper Pro avatar
Stock Market Movers Scraper Pro

Pricing

$25.00/month + usage

Go to Apify Store
Stock Market Movers Scraper Pro

Stock Market Movers Scraper Pro

Developed by

Xtech

Xtech

Maintained by Community

Scrape real-time market movers (top gainers and losers) for major stock indices including Dow Jones, NASDAQ 100, S&P 500, FTSE 100, ESTOXX, and DAX. Get comprehensive stock data with prices, changes, and performance metrics.

0.0 (0)

Pricing

$25.00/month + usage

0

2

2

Last modified

25 days ago

๐Ÿ“Š Market Movers Scraper PRO

Scrape real-time market movers (top gainers and losers) for major stock indices including Dow Jones, NASDAQ 100, S&P 500, FTSE 100, ESTOXX, and DAX. Get comprehensive stock data with prices, changes, and performance metrics.

๐Ÿ“ฅ Input Parameters

ParameterTypeRequiredDescription
marketIndexStringโœ…Select the market index to scrape (Dow Jones, NASDAQ 100, etc.)

Example Input

{
"marketIndex": "dow_jones"
}

๐Ÿ“ค Output Data

Each scraped index produces comprehensive market mover data:

Market Movers Result

{
"index": "Dow Jones",
"topGainers": [
{
"name": "Amazon",
"symbol": "AMZN",
"currentPrice": 231.47,
"previousClose": 228.15,
"dailyLow": 230.32,
"dailyHigh": 232.14,
"priceChange": 3.32,
"percentageChange": 1.46,
"tradeTime": "10:03 AM09/15/2025",
"threeMonthChange": 17.13,
"threeMonthPercentage": 8.03,
"sixMonthChange": 33.74,
"sixMonthPercentage": 17.16,
"oneYearChange": 45.81,
"oneYearPercentage": 24.83
}
],
"topLosers": [
{
"name": "Some Stock",
"symbol": "STOCK",
"currentPrice": 150.25,
"previousClose": 155.8,
"dailyLow": 148.5,
"dailyHigh": 156.2,
"priceChange": -5.55,
"percentageChange": -3.56,
"tradeTime": "10:03 AM09/15/2025",
"threeMonthChange": -12.45,
"threeMonthPercentage": -7.65,
"sixMonthChange": -8.32,
"sixMonthPercentage": -5.24,
"oneYearChange": 15.67,
"oneYearPercentage": 11.62
}
],
"scrapedAt": "2025-09-15T14:30:00.000Z"
}

๐Ÿค– Getting Started

1. Select Market Index

Choose from the available market indices in the dropdown:

  • Dow Jones - US industrial stocks
  • NASDAQ 100 - Technology-heavy US stocks
  • S&P 500 - Broad US market representation
  • FTSE 100 - UK stock market
  • ESTOXX - European stock market
  • DAX - German stock market

2. Run the Scraper

  1. Select your desired market index from the dropdown
  2. Click "Run" to start scraping
  3. Monitor progress in real-time
  4. View results in the dataset

3. View Results

Access your scraped data through:

  • Dataset: Complete market mover data
  • Overview: Summary of scraped indices
  • Gainers: Detailed view of top performers
  • Losers: Detailed view of underperformers

๐Ÿ“Š Key Features

  • โœ… Multiple Indices: Support for major global stock indices
  • โœ… Real-time Data: Current prices and trade information
  • โœ… Comprehensive Metrics: Price changes, percentages, and ranges
  • โœ… Historical Performance: 3-month, 6-month, and 1-year data
  • โœ… Stock Symbols: Automatic symbol extraction
  • โœ… Structured Output: Clean, organized data format
  • โœ… Fast Performance: Efficient scraping without browser overhead
  • โœ… Reliable Operation: Robust error handling and validation

๐Ÿ”ง Data Fields Explained

Stock Data Fields

FieldTypeDescription
nameStringCompany/stock name
symbolStringStock ticker symbol (e.g., AAPL, GOOGL)
currentPriceNumberCurrent trading price
previousCloseNumberPrevious day's closing price
dailyLowNumberLowest price during trading day
dailyHighNumberHighest price during trading day
priceChangeNumberAbsolute price change from previous close
percentageChangeNumberPercentage change from previous close
tradeTimeStringLast trade timestamp
threeMonthChangeNumber3-month absolute price change
threeMonthPercentageNumber3-month percentage change
sixMonthChangeNumber6-month absolute price change
sixMonthPercentageNumber6-month percentage change
oneYearChangeNumber1-year absolute price change
oneYearPercentageNumber1-year percentage change

๐Ÿ“Š Dataset Views

Overview

  • Summary table showing scraped indices and stock counts

Gainers Table

  • Detailed view of top performing stocks
  • Sortable by percentage change, price change, or symbol

Losers Table

  • Detailed view of underperforming stocks
  • Sortable by percentage change, price change, or symbol

๐Ÿšจ Important Notes

  • Data Freshness: Stock data is scraped in real-time but may have slight delays
  • Market Hours: Results may vary during market open/close hours
  • Data Accuracy: Information is provided as-is from market sources
  • Usage Limits: Respect rate limits and usage guidelines

๐Ÿ“ž Support

For issues with:

  • Data Quality: Check if markets are currently open
  • Missing Data: Some indices may have limited stock information
  • Actor Issues: Review the console logs for detailed error messages

Built with โค๏ธ by XTech