download images with google custom search api

前端 未结 2 1917
死守一世寂寞
死守一世寂寞 2020-12-09 07:03

I have used google image api in python to download 20 first image result with the following code:

import os
import sys
import time
from urllib import FancyU         


        
2条回答
  •  一生所求
    2020-12-09 07:47

    I have search api for downloading images to create data set of images may be you should have a look at these !

    1. https://rapidapi.com/contextualwebsearch/api/web-search?endpoint=5b864ca4e4b085e3f407ecca

    2. https://github.com/hardikvasa/webb/blob/master/docs/Documentation.md

    From documentation i like the 2nd one to perfect !

提交回复
热议问题