youtube-extract-locations

Extract and geocode real-world locations from YouTube video metadata, descriptions, and transcripts.

Updated Jul 1, 2024
One-click install
npx skills add https://github.com/yongseongkim/sunrei --skill youtube-extract-locations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-extract-locations
Source: https://github.com/yongseongkim/sunrei/tree/main/.claude/skills/youtube-extract-locations
Command: npx skills add https://github.com/yongseongkim/sunrei --skill youtube-extract-locations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the identification and extraction of real-world locations mentioned or shown in YouTube videos, streamlining the process of creating location-based content or travel guides.

Core Features & Use Cases

  • Automated Location Discovery: Analyzes video titles, descriptions, and transcripts to find relevant places.
  • Geocoding: Uses the Google Maps Places API to get precise coordinates and details for extracted locations.
  • Use Case: A travel vlogger can use this skill to automatically generate a list of all restaurants, landmarks, and attractions featured in their latest travelogue, complete with addresses and map links, for their blog or a companion app.

Quick Start

Use the youtube-extract-locations skill to find all places mentioned in the video with ID VIDEO_ID.

Frequently Asked Questions about youtube-extract-locations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract locations from YouTube video transcripts and descriptions?

To extract locations from YouTube videos, analyze the video metadata, descriptions, and transcripts to identify real-world places. The process uses Google Maps Places API to geocode these locations, providing precise coordinates and verified place details for travel or food content workflows.

Do I need a Google Maps API key to geocode places mentioned in a video?

Yes, you need a Google Maps API key to geocode places mentioned in a video. Comprehensive location extraction and data enrichment require access to both the YouTube Data API for transcript retrieval and the Google Maps Places API for verifying addresses and map coordinates.

Can I automate travel vlog location discovery for a companion app?

You can automate travel vlog location discovery for a companion app by processing video content to find landmarks and restaurants. The automated workflow identifies relevant places and generates complete lists with addresses and map links, streamlining travel guide creation.

What is the best way to get map coordinates for attractions featured in a YouTube video?

The best way to get map coordinates for attractions featured in a YouTube video is to use an automated extraction tool. It analyzes the video's audio transcript and text metadata, then queries the Google Maps Places API to retrieve precise geographic coordinates.

Does YouTube video location extraction work without the YouTube Data API?

YouTube video location extraction does not work optimally without the YouTube Data API. Access to the YouTube Data API is required to retrieve the video metadata and transcripts needed for comprehensive analysis before geocoding the identified places.

Why are YouTube locations not extracting properly during geocoding?

YouTube locations may not extract properly during geocoding if the Google Maps Places API cannot verify the place names found in the transcript. Location extraction depends on clear textual or spoken references in the video content to successfully query and return precise coordinates.