Skip to main content

DuckDuckGo Image Search Results - using Python !

Project description

DuckDuckGo Image Search API

DuckDuckGo Image Search API is a python application for programmatically downloading DuckDuckGo Image Search Results. This is for educational purposes only ! Forked from https://github.com/deepanprabhu/duckduckgo-images-api, I just updated it so it works with Python 3+

Installation

pip install duckduckgo-images-api

Usage

from duckduckgo_images_api import search
results = search("nike")

And results will have the following keys ads, query, queryEncoded, response_type, results, vqd.

To get the the image urls, run

print([r["url"] for r in results["results"]])

License

MIT

Developer Connect

If you are a passionate developer looking to collaborate on interesting projects, feel free to connect through a PR in this project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duckduckgo_images_api-1.0.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

duckduckgo_images_api-1.0.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page