Tech Events Intelligence Aggregator avatar

Tech Events Intelligence Aggregator

Pricing

from $12.00 / 1,000 results

Go to Apify Store
Tech Events Intelligence Aggregator

Tech Events Intelligence Aggregator

Aggregate tech conferences and meetups from multiple sources (confs.tech, Luma, Eventbrite). Deduplicate and provide unified event calendar.

Pricing

from $12.00 / 1,000 results

Rating

0.0

(0)

Developer

太郎 山田

太郎 山田

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Aggregate tech conferences and events from multiple sources into a unified, deduplicated calendar. Track conferences by topic (JavaScript, Python, AI, DevOps, etc.) with CFP deadlines.

What does this actor do?

Pulls conference data from the confs.tech open dataset (hosted on GitHub), deduplicates events that appear across multiple topics, and provides a clean, unified event listing.

Key Features

  • 📅 Multi-topic search — Search across JavaScript, Python, AI, DevOps, and 20+ topics
  • 🔄 Automatic deduplication — Events appearing in multiple topics are merged
  • 🌍 Global coverage — Conferences from all countries, including online events
  • 📝 CFP tracking — Call-for-papers URLs and deadlines included
  • 📊 Sorted by date — Clean chronological listing
  • 🏷️ Topic tagging — Each event tagged with all relevant topics

Use Cases

WhoWhy
Developer advocatesFind conferences to speak at or sponsor
DevRel teamsPlan conference attendance calendar
RecruitersDiscover events where target developers gather
Community managersTrack events in their technology ecosystem

Supported Topics

javascript · python · ruby · php · java · css · golang · rust · typescript · dotnet · ios · android · devops · data · ux · security · general · tech-comm · elixir · clojure · scala and more

Input Example

{
"topics": ["javascript", "python", "ai"],
"year": 2026
}

Output Example

{
"name": "PyCon US 2026",
"url": "https://us.pycon.org/2026/",
"startDate": "2026-05-15",
"endDate": "2026-05-23",
"city": "Long Beach",
"country": "US",
"online": false,
"cfpUrl": "https://us.pycon.org/2026/speaking/",
"cfpEndDate": "2025-12-18",
"topics": ["python"],
"source": "confs.tech"
}

Cost

Zero external costs. Reads public JSON files from GitHub — no API keys, no proxies. A search across 5 topics takes ~5 seconds.

Commercial Ops

Set up .env first:

$cp -n .env.example .env

Cloud Task/Schedule setup (idempotent):

$npm run apify:cloud:setup

Daily reliability checks:

npm run canary:check
npm run contract:test:live

OpenClaw cron commands:

  • openclaw-cron-commands.md