Click here to Skip to main content
15,885,954 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
for example first 1000 "wallpaper beach" image search

how to get the links?
Posted
Updated 27-Nov-14 8:44am
v4
Comments
Zoltán Zörgő 27-Nov-14 14:39pm    
With what tool exactly? As this is a coding forum, you should tag your question with something related to programming...
john1990_1 27-Nov-14 14:39pm    
C#
BillWoodruff 27-Nov-14 23:14pm    
Why don't you first determine if Google legally allows you to run a "spider" and download 10k images. If so, find out what you need to do ... what API to use ... to authenticate yourself. If Google provides no barrier to your grabbing images, but no assistance, then search for "HTML Agility Pack" which you can use in C# as a tool to make web-scraping easier, and get to work.
john1990_1 28-Nov-14 8:39am    
can HTML Agility Pack scrap wallpaperswide.com?

1 solution

This might be a good start: Google Image Search Client in C# 5.0 and WPF[^]
 
Share this answer
 
Comments
john1990_1 27-Nov-14 14:50pm    
gives me error compiling ("Google" namespace not found)
Zoltán Zörgő 27-Nov-14 14:58pm    
Don't copy-paste. Read! You need an api dowloaded: https://code.google.com/p/google-api-for-dotnet/
Alternatively you can use official api, but you will need to adapt the code: https://developers.google.com/api-client-library/dotnet/get_started
Sergey Alexandrovich Kryukov 27-Nov-14 15:35pm    
This comment is even better than the answer, 5ed.
—SA
Zoltán Zörgő 27-Nov-14 15:49pm    
Thank you.
john1990_1 27-Nov-14 15:03pm    
i'm a hobbyist programmer would someone provide me a program with input: search info, and download folder path and downloads pics plz? otherwise explain plz

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