VisionSync SkylineWebcams - Boutique Suite avatar

VisionSync SkylineWebcams - Boutique Suite

Pricing

$2.00 / 1,000 visionsync results

Go to Apify Store
VisionSync SkylineWebcams - Boutique Suite

VisionSync SkylineWebcams - Boutique Suite

Scrape SkylineWebcams with VisionSync enrichment: live stream URLs, HD snapshots, real-time weather, and GPS coordinates. 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

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

VisionSync Boutique Suite: SkylineWebcams

A professional Apify Actor designed to scrape metadata and stream URLs from SkylineWebcams 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.
  • Smart Stream Detection: Automatically handles the SkylineWebcams "livee" stream URL pattern and extracts valid HLS (.m3u8) streams.
  • Metadata Extraction: Collects structured data including title, description, city, and geographic coordinates from JSON-LD.
  • Playwright Powered: Handles dynamic content and modern web players 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 SkylineWebcams.

Input Example

{
"startUrls": [
{ "url": "https://www.skylinewebcams.com/en/webcam/italia/lazio/roma/piazza-navona.html" }
]
}

Output Example (VisionSync V1)

{
"visionSyncId": "VS-SKY-piazza-navona",
"url": "https://www.skylinewebcams.com/en/webcam/italia/lazio/roma/piazza-navona.html",
"title": "Rome - Piazza Navona",
"description": "Live view of Piazza Navona, one of the most famous squares in the world.",
"stream": {
"url": "https://hd-auth.skylinewebcams.com/live.m3u8?a=...",
"isLive": true,
"lastVerified": "2026-03-19T10:00:00.000Z"
},
"snapshotUrl": "https://api.apify.com/v2/key-value-stores/...",
"enrichment": {
"location": {
"city": "Rome",
"lat": 41.8992,
"lon": 12.4731
},
"weather": {
"temp": "18°C",
"condition": "Clear",
"wind": "8 km/h"
}
},
"provider": "skylinewebcams",
"timestamp": "2026-03-19T10:00:00.000Z"
}