Stocks Overview
by pintostudio
This Apify actor fetches stock overview data from Investing.com for a specified country. It retrieves up to 1,000 stock entries with key financial met...
Opens on Apify.com
About Stocks Overview
This Apify actor fetches stock overview data from Investing.com for a specified country. It retrieves up to 1,000 stock entries with key financial metrics and summarizes market sentiment.
What does this actor do?
Stocks Overview 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
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
๐ Stocks Overview Data (Investing.com) โ Apify Actor Documentation This Apify actor fetches stock overview data from Investing.com for a specified country. It retrieves up to 1,000 stock entries with key financial metrics and summarizes market sentiment. --- ## ๐ Overview The Stocks Overview Data (Investing.com) actor retrieves structured financial data for publicly traded companies based on country selection. The actor supports advanced filtering, data enrichment, and result summarization. Typical use cases include: - Daily stock performance snapshots - Investment insights by region - Real-time reporting dashboards - Quantitative analysis pipelines --- ## โ
Output Format The actor pushes each stock record to the Apify dataset in the following structure: json { "country": "united states", "name": "Boeing", "symbol": "BA", "last": 218.52, "high": 220.0, "low": 214.72, "change": "-0.11", "change_percentage": "-0.05%", "turnover": 6770000.0, "currency": "USD", "retrieved_at": "2025-07-09T09:00:18.847563", "data_type": "stock_overview" } Additionally, a summary object is saved under the key stocks_overview_summary using Actor.set_value(): json { "country": "united states", "n_results": 100, "has_data": true, "retrieved_at": "2025-07-09T09:00:18.847563", "data_format": "list", "total_stocks": 100, "currencies": ["USD"], "sectors_count": 8, "avg_stock_price": 103.55, "highest_stock_price": 570.1, "lowest_stock_price": 3.2, "stocks_with_positive_change": 53, "stocks_with_negative_change": 47, "market_sentiment": "positive", "top_performers": [ { "name": "Company A", "symbol": "CMPA", "change_percentage": "7.12%" }, ... ] } --- ## ๐ฅ How It Works 1. Input Retrieval: Accepts a country and optional nResults (max 1000). 2. Validation: Checks that input types and values are valid. 3. Data Fetching: Calls get_stocks_overview() to retrieve data. 4. Data Storage: Stores each record in the dataset. 5. Summary Generation: Calculates: * Number of stocks * Average, highest, and lowest stock prices * Count of stocks with price increase/decrease * Market sentiment analysis * Top 5 performing stocks 6. Error Handling: Captures and logs detailed error types (ValueError, IOError, etc.) with metadata. --- ## ๐ง Key Features * Supports 48 countries * Customizable result count (1โ1000) * Adds enhanced metadata for each entry * Provides real-time summary and market insight * Fully async for optimal performance * Robust error handling and logging --- ## โ ๏ธ Error Handling If any error occurs, a record with data_type: "error" is pushed, including: json { "country": "france", "n_results": 100, "error_type": "ConnectionError", "error_message": "Connection timed out", "retrieved_at": "2025-07-09T09:00:18.847563", "data_type": "error" } In addition, Actor.fail() is called to mark the run as failed. --- ## ๐งช Example Input json { "country": "united states", "nResults": 50 } ## ๐ค Example Output (single record) json { "country": "united states", "name": "Apple Inc.", "symbol": "AAPL", "last": 192.64, "high": 195.0, "low": 190.5, "change": "+1.24", "change_percentage": "+0.65%", "turnover": 98000000, "currency": "USD", "retrieved_at": "2025-07-09T09:00:18.847563", "data_type": "stock_overview" } --- ## ๐ Deployment This actor is deployed on the Apify platform. You can run it via: * Apify Console UI * API call * Schedule (cron-like) --- ## ๐งผ Output Keys | Field | Description | | ----------------------------- | -------------------------------------- | | name | Company name | | symbol | Ticker symbol | | last | Last traded price | | high, low | Daily high and low prices | | change, change_percentage | Price change and percent delta | | turnover | Trade volume | | currency | Currency code (e.g., USD, EUR) | | retrieved_at | ISO timestamp when data was fetched | | data_type | Either "stock_overview" or "error" | --- ## Support If you have any questions or encounter any issues, please consult the Apify documentation or reach out to us through one of the following channels: - Verify input parameters match the schema requirements - Check the Apify platform documentation - Review the actor logs for detailed error messages * Telegram: @pintoflow * Apify Platform: You can also contact us directly through this platform. ---
Categories
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 Stocks Overview now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- pintostudio
- Pricing
- Paid
- Total Runs
- 127
- Active Users
- 3
Related Actors
Similarweb scraper
by curious_coder
Google Ads Scraper
by silva95gustavo
Cheap Google Search Results Scraper
by tuningsearch
G2 Explorer
by jupri
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support