An open API service indexing awesome lists of open source software.

https://github.com/aweirddev/ddginternal

Simple Duckduckgo search (beta).
https://github.com/aweirddev/ddginternal

ddg duckduckgo duckduckgo-api duckduckgo-search duckduckgo-search-api

Last synced: 7 months ago
JSON representation

Simple Duckduckgo search (beta).

Awesome Lists containing this project

README

        

> Notice: Duckduckgo Javascript modules are in beta. Read the docs to learn more.

# ddginternal
Duckduckgo search using the internal APIs.

[📖 Documentation](https://aweirddev.github.io/ddginternal) • [🐙 GitHub](https://github.com/AWeirdDev/ddginternal)

```python
from ddginternal import search

search("chocolate")
# Result(web=[...23], images=[...20], news=[...5], abstract=Abstract(...))
```

The numbers indicate the amount of results received.

**Key features**:
- Private. Can your Google do that?
- Light. One dependency explains it all.
- Rust-backed. Faster parsing.

***

(c) 2024 AWeirdDev