Finding Pages with Youtube Embedded Videos in Google SERP
-
I'm trying to figure out a process to find specific youtube embed videos using Google search. But a lot of sites are not being returned. For example, I know that the following video (http://www.youtube.com/watch?v=1MnylRaQC3w) is linked to and embedded on http://gizmodo.com/5898438/watch-how-fender-builds-its-iconic-stratocasters
However, I can't figure out a set of search terms to find that in Google. Searching for (1MnylRaQC3w Gizmodo) doesn't return the right page in the results.
I'd like to figure this out so I could see everywhere a certain youtube video has been embedded.
-
You might be able to get fancy with the Google search operators:
http://www.googleguide.com/advanced_operators.html
For example I was able to use inurl:1MnylRaQC3w to get the pages embedding that video.
EDIT-Hmm, doesn't return the gizmodo one you want though. Unfortunately each site is probably going to embed the video a bit differently. It looks like Gizmodo is doing it entirely in Javascript and I'm not sure how to search within that exclusively. intext: doesn't seem to be doing the job.