VisionSync Webcamtaxi - Boutique Suite avatar

VisionSync Webcamtaxi - Boutique Suite

Pricing

$2.00 / 1,000 visionsync results

Go to Apify Store
VisionSync Webcamtaxi - Boutique Suite

VisionSync Webcamtaxi - Boutique Suite

Scrape Webcamtaxi with VisionSync enrichment: live stream URLs, HD snapshots, real-time weather, and location 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

1

Total users

0

Monthly active users

15 days ago

Last modified

Categories

Share

VisionSync Boutique Suite: Webcamtaxi

A professional Apify Actor designed to scrape metadata and stream URLs from Webcamtaxi 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.
  • Dynamic Stream Detection: Automatically captures HLS (.m3u8) streams from network traffic and identifies YouTube embeds.
  • Metadata Extraction: Collects structured data including title, description, city, and geographic coordinates.
  • 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 Webcamtaxi.

Input Example

{
"startUrls": [
{ "url": "https://www.webcamtaxi.com/en/usa/new-york/times-square-street-level.html" }
]
}

Output Example (VisionSync V1)

{
"visionSyncId": "VS-WTX-times-square-street-level",
"url": "https://www.webcamtaxi.com/en/usa/new-york/times-square-street-level.html",
"title": "Times Square Street Level",
"description": "Live view of Times Square...",
"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.758,
"lon": -73.985
},
"weather": {
"temp": "8°C",
"condition": "Cloudy",
"wind": "15 km/h"
}
},
"provider": "webcamtaxi",
"timestamp": "2026-03-18T16:20:00.000Z"
}