For example, I want to locate the web page whose html source code contains: “123456” like:
<a id=”123456″ …>some text</a>
I don’t mean to search for “some text”. I try to use the following search command in google but it does not work:
“123456” site:example.com
I do not want to open the source code of every page of the website to find it because there are too many(even unknown number of) web pages on this website, nor do I want to scrape the whole website and find it locally using some tool.