VisionSync Explore.org - Boutique Suite avatar

VisionSync Explore.org - Boutique Suite

Pricing

$2.00 / 1,000 visionsync results

Go to Apify Store
VisionSync Explore.org - Boutique Suite

VisionSync Explore.org - Boutique Suite

Scrape Explore.org wildlife cams with VisionSync enrichment: YouTube 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

1

Total users

0

Monthly active users

15 days ago

Last modified

Categories

Share

VisionSync Boutique Suite: Explore.org

A professional Apify Actor designed to scrape metadata and YouTube stream URLs from Explore.org 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.
  • YouTube Integration: Automatically extracts and verifies YouTube live stream embeds.
  • Metadata Extraction: Collects structured data including title, description, and geographic coordinates.
  • Playwright Powered: Handles dynamic content 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 Explore.org.

Input Example

{
"startUrls": [
{ "url": "https://explore.org/livecams/african-river-wildlife/missouri-river-cam" }
]
}

Output Example (VisionSync V1)

{
"visionSyncId": "VS-EXP-missouri-river-cam",
"url": "https://explore.org/livecams/african-river-wildlife/missouri-river-cam",
"title": "Missouri River Cam",
"description": "Live view of the Missouri River...",
"stream": {
"url": "https://www.youtube.com/embed/...",
"isLive": true,
"lastVerified": "2026-03-18T16:20:00.000Z"
},
"snapshotUrl": "https://api.apify.com/v2/key-value-stores/...",
"enrichment": {
"location": {
"lat": 45.94,
"lon": -111.49
},
"weather": {
"temp": "12°C",
"condition": "Clear",
"wind": "5 km/h"
}
},
"provider": "explore-org",
"timestamp": "2026-03-18T16:20:00.000Z"
}