Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to search google "nature wallpapers", then download all the results in their biggest size, i want these pictures so i put them as a changing wallpaper.

how to download all the images? i know a program that used to work on the old Google.
Posted

1 solution

You can use the Google Search API[^]
https://developers.google.com/web-search/docs/[^]
.NET Google Search REST API Integration[^]

But be aware:
Quote:
Important: The Google Custom Search API requires the use of an API key, which you can get from the Google APIs console. The API provides 100 search queries per day for free. If you need more, you may sign up for billing in the console.

You can try also to use WebClient[^] class to make calls to google and try to process the returned data. Won't be easy...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900