VisionSync Windy - Boutique Suite avatar

VisionSync Windy - Boutique Suite

Pricing

$2.00 / 1,000 visionsync results

Go to Apify Store
VisionSync Windy - Boutique Suite

VisionSync Windy - Boutique Suite

Scrape Windy webcams with VisionSync enrichment: live stream URLs, HD snapshots, real-time weather conditions, and precise GPS data. Part of the VisionSync Boutique Suite.

Pricing

$2.00 / 1,000 visionsync results

Rating

0.0

(0)

Developer

the anh nguyen

the anh nguyen

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

15 days ago

Last modified

Categories

Share

VisionSync Boutique Suite: Windy

A professional Apify Actor designed to scrape metadata and stream URLs from Windy live cams with full VisionSync V1 enrichment.

Features

  • VisionSync Core Enrichment: Every result includes high-quality snapshots, real-time weather data at the camera location, and automated stream health checks.
  • Geographic Precision: Extracts precise coordinates directly from Windy URLs to provide localized weather and metadata.
  • Metadata Extraction: Collects structured data including title, description, and city.
  • Playwright Powered: Handles dynamic map interfaces and captures stream URLs reliably.

Monetization & Cost

This Actor uses the Pay-Per-Event model. You only pay for successful results.

  • Price: $0.002 per result ($0.20 per 100 results).

Usage

Provide a list of startUrls from Windy Webcams.

Input Example

{
"startUrls": [
{ "url": "https://www.windy.com/-Webcams/USA/New-York/New-York/40.713/-74.006" }
]
}

Output Example (VisionSync V1)

{
"visionSyncId": "VS-WND-40.713_-74.006",
"url": "https://www.windy.com/-Webcams/USA/New-York/New-York/40.713/-74.006",
"title": "New York City",
"description": "Live view of Manhattan...",
"stream": {
"url": "https://...",
"isLive": true,
"lastVerified": "2026-03-18T16:20:00.000Z"
},
"snapshotUrl": "https://api.apify.com/v2/key-value-stores/...",
"enrichment": {
"location": {
"city": "New York",
"lat": 40.713,
"lon": -74.006
},
"weather": {
"temp": "10°C",
"condition": "Partly Cloudy",
"wind": "12 km/h"
}
},
"provider": "windy",
"timestamp": "2026-03-18T16:20:00.000Z"
}