Keywords Extractor
No credit card required
Keywords Extractor
No credit card required
Use our free website keyword extractor to crawl any website and extract keyword counts on each page.
You can access the Keywords Extractor programmatically from your own applications by using the Apify API. You can 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:
Actor Metrics
9 monthly users
-
8 stars
>99% runs succeeded
0.049 hours response time
Created in Mar 2020
Modified 4 years ago