Socket
Socket
Sign inDemoInstall

duckduckgo-images-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duckduckgo-images-api

DuckDuckGo Image Search Results - using Python !


Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc