{"id":21928457,"url":"https://github.com/stevesoltys/duckduckgo","last_synced_at":"2025-04-19T17:51:17.846Z","repository":{"id":59153078,"uuid":"55560771","full_name":"stevesoltys/duckduckgo","owner":"stevesoltys","description":"An unofficial DuckDuckGo search API.","archived":false,"fork":false,"pushed_at":"2024-02-19T22:27:46.000Z","size":37,"stargazers_count":11,"open_issues_count":2,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T05:18:58.836Z","etag":null,"topics":["api","duckduckgo","scraper","search","unofficial"],"latest_commit_sha":null,"homepage":"http://www.rubydoc.info/gems/duckduckgo/0.1.7","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevesoltys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-05T23:25:51.000Z","updated_at":"2025-01-08T15:54:16.000Z","dependencies_parsed_at":"2024-02-19T22:51:42.151Z","dependency_job_id":null,"html_url":"https://github.com/stevesoltys/duckduckgo","commit_stats":{"total_commits":36,"total_committers":4,"mean_commits":9.0,"dds":"0.16666666666666663","last_synced_commit":"42f00af7e4f75a5d901353d958706fe8752f00f1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Fduckduckgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Fduckduckgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Fduckduckgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Fduckduckgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevesoltys","download_url":"https://codeload.github.com/stevesoltys/duckduckgo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249753083,"owners_count":21320664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","duckduckgo","scraper","search","unofficial"],"created_at":"2024-11-28T22:26:04.153Z","updated_at":"2025-04-19T17:51:17.820Z","avatar_url":"https://github.com/stevesoltys.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DuckDuckGo\n\nAn unofficial DuckDuckGo search API.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'duckduckgo'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install duckduckgo\n\n## Usage\n\nUsing this library is very simple. Here's an example:\n\n```ruby\n#!/usr/bin/env ruby\n\nrequire 'duckduckgo'\n\nresults = DuckDuckGo::search(:query =\u003e 'Apples')\nresult = results.first\n\nresult.uri\n# =\u003e \"https://en.wikipedia.org/wiki/Apple\"\n\nresult.title\n# =\u003e \"Apple - Wikipedia, the free encyclopedia\"\n\nresult.description\n# =\u003e \"The apple tree (Malus domestica) is a deciduous tree in the rose family best known for its sweet, pomaceous fruit, the apple. It is cultivated worldwide as a fruit ...\"\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/stevesoltys/duckduckgo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevesoltys%2Fduckduckgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevesoltys%2Fduckduckgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevesoltys%2Fduckduckgo/lists"}