Economics Calendar Scraper

by bleffoo

Automatically scrape and structure upcoming economic events with this Crawlee & Playwright actor. Get clean, scheduled data feeds for analysis and trading.

81 runs
6 users
Try This Actor

Opens on Apify.com

About Economics Calendar Scraper

Need a reliable way to pull economic calendar data without the manual hassle? I built this actor to do exactly that. It taps into Crawlee with Playwright under the hood, which is my go-to combo for handling modern, JavaScript-heavy sites. The scraper is specifically tuned to fetch upcoming weekday economic events—think interest rate announcements, employment figures, and GDP reports—directly from financial news sources. I use it to feed data into my own analysis dashboards and trading models, saving hours I’d otherwise spend copying and pasting. It runs on Apify’s platform, so you can schedule it daily or trigger it via API to get structured JSON or CSV outputs. Perfect for developers, analysts, or traders who need clean, automated economic data to stay ahead of market moves. It’s straightforward, does one job well, and fits right into any data pipeline.

What does this actor do?

Economics Calendar 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

Economics Calendar Scraper

An Apify Actor that scrapes economic calendar data using PuppeteerCrawler. It's designed for websites requiring JavaScript execution and includes production-ready features like proxy rotation and structured data storage.

Overview

This Actor uses Crawlee's PuppeteerCrawler to scrape economic calendars from websites that load content dynamically with JavaScript. It handles parallel crawling, IP blocking avoidance through proxy rotation, and outputs structured data to a dataset.

Key Features

  • Puppeteer Crawler: Uses headless Chrome to scrape JavaScript-rendered pages
  • Configurable Proxy: Built-in proxy rotation to avoid IP blocking (Apify Proxy or custom proxies)
  • Input Schema: Validated configuration for start URLs and parameters
  • Dataset Storage: Structured output with consistent data attributes
  • Custom Routing: Handler-based system for different page types

How to Use

Basic Setup

  1. Configure Input: Provide start URLs in INPUT.json for the economic calendar sites
  2. Set Proxy: The Actor automatically creates proxy configuration using Actor.createProxyConfiguration()
  3. Define Handlers: Customize page handling in routes.js:
    javascript router.addHandler('calendar', async ({ request, page, log }) => { // Extract economic event data here await Dataset.pushData({ event: eventName, date: eventDate, impact: eventImpact, url: request.loadedUrl }); });
  4. Run Crawler: The crawler processes URLs with crawler.run(startUrls)

Handler Structure

  • Default handler processes unmatched URLs
  • Custom handlers target specific page types (e.g., 'detail', 'listing')
  • Each handler receives { request, page, log } objects for page interaction

Input/Output

Input (INPUT.json)

{
  "startUrls": ["https://example-calendar.com/events"],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}

Output (Dataset)

Structured economic event data including:
- Event name and description
- Date/time and currency
- Expected impact level
- Actual vs. forecast values
- Source URL and timestamp

Resources

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 Economics Calendar Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
bleffoo
Pricing
Paid
Total Runs
81
Active Users
6
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