Keywords Extractor avatar
Keywords Extractor

Pricing

Pay per usage

Go to Store
Keywords Extractor

Keywords Extractor

Developed by

Lukáš Křivka

Lukáš Křivka

Maintained by Community

Use our free website keyword extractor to crawl any website and extract keyword counts on each page.

2.0 (1)

Pricing

Pay per usage

11

Total users

727

Monthly users

14

Runs succeeded

>99%

Last modified

4 years ago

You can access the Keywords Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://apify.com"
5    }
6  ],
7  "keywords": [
8    "apify",
9    "web",
10    "scraping",
11    "automation"
12  ],
13  "linkSelector": "a[href]",
14  "pseudoUrls": [
15    {
16      "purl": "https://apify.com/[.*]"
17    }
18  ],
19  "proxyConfiguration": {
20    "useApifyProxy": false
21  }
22}' |
23apify call lukaskrivka/keywords-extractor --silent --output-dataset

Keywords Extractor API through CLI

The Apify CLI is the official tool that allows you to use Keywords Extractor locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: