Format for a url that goes to Google image search?

后端 未结 5 1311
一整个雨季
一整个雨季 2021-01-31 07:11

I have a web page which has links at the bottom like this:

- photos of rome
- 

        
5条回答
  •  迷失自我
    2021-01-31 07:49

    Please use below URL for google image search

    http://images.google.com/images?um=1&hl=en&safe=active&nfpr=1&q=your_search_query
    

    Replace your_search_query with your own search term. Please note this url will behave differently according to the user agent. Google can identify whether this request comes from a browser or a bot

    Also note you can add another query string to navigate through this image search

    http://images.google.com/images?um=1&hl=en&safe=active&nfpr=1&q=your_search_query&start=30

    This will make the search start from 3rd page. I hope this helps somebody.

提交回复
热议问题