Tech Events & CFP Calendar Scraper
Pricing
from $4.00 / 1,000 results
Tech Events & CFP Calendar Scraper
Extract upcoming developer conferences, local meetups, and open Call for Papers (CFP) deadlines to build a comprehensive speaking schedule for your DevRel team.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
naoki anzai
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
1
Monthly active users
3 hours ago
Last modified
Categories
Share
Tech Events Calendar API | Conferences + CFP
Developer Relations and engineering-community teams submit topics, regions, and date filters. The actor collects public conference, meetup, and call-for-papers details and deduplicates overlapping listings. Each run returns a structured event calendar with dates, locations, topic tags, source URLs, and public submission deadlines.
Run the next report
- Track GitHub releases and changelog drift.
- Monitor product documentation and migration-guide changes.
- Audit npm package metadata and dependency signals.
Store Quickstart
- Start with
store-input.example.jsonfor a cheap single-topic first run. - If that matches your workflow, switch to
store-input.templates.jsonand pick one of: Quickstart (Dataset)for one-topic discoveryMulti-topic Scanfor a broader calendar buildWebhook Alertfor downstream event routing
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
| Who | Why |
|---|---|
| Developer advocates | Find conferences to speak at or sponsor |
| DevRel teams | Plan conference attendance calendar |
| Recruiters | Discover events where target developers gather |
| Community managers | Track events in their technology ecosystem |
Input
| Field | Type | Default | Description |
|---|---|---|---|
| topics | array | prefilled | Topics to search for (e.g. ['javascript','ai','devops']). |
| year | integer | 2026 | Year to search for events. |
| delivery | string | "dataset" | How to deliver results. 'dataset' saves to Apify Dataset (recommended), 'webhook' sends to a URL. |
| webhookUrl | string | โ | Webhook URL to send results to (only used when delivery is 'webhook'). Works with Slack, Discord, or any HTTP endpoint. |
| dryRun | boolean | false | If true, runs without saving results or sending webhooks. Useful for testing. |
Input Example
{"topics": ["javascript", "python", "ai"],"year": 2026}
Input Examples
Example: Single platform
{"sources": ["papercall.io"],"topics": ["machine learning"]}
Example: Multi-platform monitor
{"sources": ["papercall.io","sessionize.com"],"topics": ["security"],"deadlineWithinDays": 60}
Example: Specific conference URLs
{"urls": ["https://example-conf.com/cfp"],"emitDeadlineAlerts": true}
Output
| Field | Type | Description |
|---|---|---|
meta | object | |
results | array | |
results[].name | string | |
results[].url | string (url) | |
results[].startDate | string | |
results[].endDate | string | |
results[].city | string | |
results[].country | string | |
results[].online | boolean | |
results[].cfpUrl | string (url) | |
results[].cfpEndDate | string | |
results[].twitter | string | |
results[].topics | array | |
results[].source | string |
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"}
API Usage
Run this actor programmatically using the Apify API. Replace YOUR_API_TOKEN with your token from Apify Console โ Settings โ Integrations.
cURL
curl -X POST "https://api.apify.com/v2/acts/taroyamada~tech-events-intelligence/run-sync-get-dataset-items?token=YOUR_API_TOKEN" \-H "Content-Type: application/json" \-d '{ "topics": ["javascript", "python", "ai"], "year": 2026 }'
Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("taroyamada/tech-events-intelligence").call(run_input={"topics": ["javascript", "python", "ai"],"year": 2026})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
JavaScript / Node.js
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor('taroyamada/tech-events-intelligence').call({"topics": ["javascript", "python", "ai"],"year": 2026});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Tips & Limitations
- Run nightly as part of your supply-chain monitoring to catch new vulnerabilities early.
- Pair with
oss-vulnerability-monitorfor CVE coverage layered on top of version tracking. - For monorepos, run per-package rather than recursing โ easier to triage alerts by team owner.
- Use
snapshotKeyto persist between runs and only alert on diffs. - Webhook delivery supports JSON payloads โ pipe into your existing on-call routing.
FAQ
Is my build slowed down?
This actor runs on Apify infrastructure, not your CI runners. No impact on build times.
What's the freshness of data?
Depends on the source registry โ typically 5โ60 minutes behind upstream.
Can I filter by package ecosystem?
Yes โ most DevOps actors accept an ecosystem or package-manager filter in their input schema.
Does this work with private registries?
No โ this actor targets public registries (npm, PyPI, crates.io, etc.). Private registries require credential handling that's out of scope.
Can I integrate with GitHub Actions?
Yes โ call this actor via Apify API inside a workflow job, parse the JSON output, and fail the build on threshold violations.
Related Actors
DevOps & Tech Intel cluster โ explore related Apify tools:
- ๐ DNS Propagation Checker โ Check DNS propagation across 8 global resolvers (Google, Cloudflare, Quad9, OpenDNS).
- ๐ Subdomain Finder โ Discover subdomains for any domain using Certificate Transparency logs (crt.
- ๐งน CSV Data Cleaner โ Clean CSV data: trim whitespace, remove empty rows, deduplicate by columns, sort.
- ๐ฆ NPM Package Analyzer โ Analyze npm packages: download stats, dependencies, licenses, deprecation status.
- ๐ฌ Reddit Scraper โ Scrape Reddit posts and comments from any subreddit via official JSON API.
- GitHub Release & Changelog Monitor API โ Track GitHub releases, tags, release notes, and changelog drift over time with one summary-first repository row per repo.
- Docs & Changelog Drift Monitor API โ Monitor release notes, changelog pages, migration guides, and key docs pages with one summary-first target row per monitored repo, SDK, or product.
- ๐ OSS Vulnerability Monitor โ Monitor open-source packages for known security vulnerabilities using OSV and GitHub Security Advisories.
Cost
Pay Per Event:
actor-start: $0.01 (flat fee per run)dataset-item: $0.003 per output item
Example: 1,000 items = $0.01 + (1,000 ร $0.003) = $3.01
No subscription required โ you only pay for what you use.
โญ Was this helpful?
If this actor saved you time, please leave a โ rating on Apify Store. It takes 10 seconds, helps other developers discover it, and keeps updates free.
Bug report or feature request? Open an issue on the Issues tab of this actor.