3.5.0 • Published 3 months ago

goduckduckgo v3.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 months ago

GoDuckDuckGo

Install

npm install goduckduckgo --save

Usage

import { Duck } from "goduckduckgo";
const d = new Duck();

const results = await d.search("duckduckgo");

Options

import { ProxyConfiguration } from '@crawlee/core'
const config = {
  proxyConfiguration: new ProxyConfiguration({
    proxyUrls: ["http://user:pass@proxy-1.com", "http://user:pass@proxy-2.com"],
  }),
  maxPage: 3,
};

const d = new Duck(config);
3.4.0

3 months ago

3.3.0

3 months ago

3.2.0

3 months ago

3.1.0

3 months ago

3.5.0

3 months ago

3.0.0

3 months ago

1.0.1

7 years ago

1.0.0

7 years ago