Warning
THIS PROJECT IS NOT MAINTAINED ANYMORE.
DuckDuck is a JVM Library for interacting with DuckDuckGo's search APIs.
- Perform text-based searches using DuckDuckGo.
Currently Not uploaded to Maven Central.
val duckDuckJVM = DuckDuckJVM()
You can use the text()
function to perform text-based searches and get the results in plain text.
val response = duckDuckJVM.text("Latest Version of Kotlin")
println(response)
duckDuckJVM.close()
- Invalid_VQD Error: Rerun the text function.
Other Issues or feature Request: Github
Contributions are welcome! Feel free to submit pull requests or issues.
Developed by Raj Dave.
Inspired by deedy5/duckduckgo_search
This library is not affiliated with DuckDuckGo and is for educational purposes only. It is not intended for commercial use or any purpose that violates DuckDuckGo's Terms of Service. By using this library, you acknowledge that you will not use it in a way that infringes on DuckDuckGo's terms. The official DuckDuckGo website can be found at https://duckduckgo.com.