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: 6 months ago
JSON representation
Simple Duckduckgo search (beta).
- Host: GitHub
- URL: https://github.com/aweirddev/ddginternal
- Owner: AWeirdDev
- Created: 2024-08-09T13:30:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:32:24.000Z (over 1 year ago)
- Last Synced: 2025-07-06T22:53:05.205Z (6 months ago)
- Topics: ddg, duckduckgo, duckduckgo-api, duckduckgo-search, duckduckgo-search-api
- Language: Rust
- Homepage: https://aweirddev.github.io/ddginternal
- Size: 620 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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