Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/277.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用Google API使用Python查询索引文件夹_Python_Google Search Api - Fatal编程技术网

如何使用Google API使用Python查询索引文件夹

如何使用Google API使用Python查询索引文件夹,python,google-search-api,Python,Google Search Api,我是编程新手,目前正在学习Python。我想让您帮助我找出是否有一种方法可以在使用Python的Google查询返回的索引文件夹中进行查询/遍历/搜索 让我举个例子: 假设基于一个查询,Google返回一个指向像ftp://path/to/index/directory这样的索引文件夹的链接 我想遍历该索引中可用的文件,并获取一个特定的文件 谷歌搜索API能做到这一点吗 多谢各位

我是编程新手,目前正在学习Python。我想让您帮助我找出是否有一种方法可以在使用Python的Google查询返回的索引文件夹中进行查询/遍历/搜索

让我举个例子:

假设基于一个查询,Google返回一个指向像ftp://path/to/index/directory这样的索引文件夹的链接

我想遍历该索引中可用的文件,并获取一个特定的文件

谷歌搜索API能做到这一点吗

多谢各位