I want to search for images using a Python script and pull them off the web. Is there an official API for this? What would be the best way to do this in case there’s no API for it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Google has an official API for accessing search features, including images. They use JSON for communication, so it’s easily accessible via Python. They are many Python wrappers around it like this one.