{"id":16398598,"url":"https://github.com/metalwarrior665/actor-keywords-extractor","last_synced_at":"2025-06-11T23:32:41.968Z","repository":{"id":106841709,"uuid":"245029341","full_name":"metalwarrior665/actor-keywords-extractor","owner":"metalwarrior665","description":"Extract list of all keywords fro many website","archived":false,"fork":false,"pushed_at":"2020-09-07T11:16:12.000Z","size":34,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T09:43:17.335Z","etag":null,"topics":["apify","keywords-extraction"],"latest_commit_sha":null,"homepage":"https://apify.com/lukaskrivka/keywords-extractor","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metalwarrior665.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2020-03-04T23:58:41.000Z","updated_at":"2025-02-02T00:06:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"87e1e4a7-2609-4b04-83f7-37e2f4cdf910","html_url":"https://github.com/metalwarrior665/actor-keywords-extractor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/metalwarrior665/actor-keywords-extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metalwarrior665%2Factor-keywords-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metalwarrior665%2Factor-keywords-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metalwarrior665%2Factor-keywords-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metalwarrior665%2Factor-keywords-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metalwarrior665","download_url":"https://codeload.github.com/metalwarrior665/actor-keywords-extractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metalwarrior665%2Factor-keywords-extractor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259363227,"owners_count":22846216,"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":["apify","keywords-extraction"],"created_at":"2024-10-11T05:13:14.399Z","updated_at":"2025-06-11T23:32:41.922Z","avatar_url":"https://github.com/metalwarrior665.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Keyword Extractor\n\nCan deeply crawl a website and counts how many times are provided keywords found on the page.\n\n### How to use\n- You can pass in any number of keywords that you want to count.\n- You can combine Start URLs, Pseudo Urls and link selector to traverse any number of pages accross websites. Check our [scraping tutorial](https://docs.apify.com/scraping) on how to use these.\n- You can specify `maxDepth` and `maxPagesPerCrawl` to limit the scope of the scrape. Start URLs have depth 0. So if you want just the start URLs, set `maxDepth` to 0, etc.\n- You can pick case sensitive search and search through scripts.\n- You can choose to scrape with or without browser. Browser is more expensive but allows JavaScript rendering and waiting.\n- For browser, you can use many additional features\n\n### How are keywords determined\nThe text is split into words by [word boundaries](https://www.regular-expressions.info/wordboundaries.html). Each word is then compared with each keyword. In the future, we may add other types of boundaries to choose from.\n\n### Example Output\nFor `keywords`:\n```\n[\"watch\", \"watches\", \"rolex\"]\n```\nstarting on `https://www.chrono24.com/watches/mens-watches--62.htm`\n```\n[\n    {\n        \"url\": \"https://www.chrono24.com/watches/mens-watches--62.htm\",\n        \"depth\": 0,\n        \"result\": {\n            \"watch\": 63,\n            \"watches\": 81,\n            \"rolex\": 57\n        }\n    },\n    {\n        \"url\": \"https://www.chrono24.com/user/index.htm\",\n        \"depth\": 1,\n        \"result\": {\n            \"watch\": 9,\n            \"watches\": 13,\n            \"rolex\": 1\n        }\n    },\n    {\n        \"url\": \"https://www.chrono24.com/info/watch-collection.htm\",\n        \"depth\": 1,\n        \"result\": {\n            \"watch\": 56,\n            \"watches\": 23,\n            \"rolex\": 1\n        }\n    },\n...\n]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetalwarrior665%2Factor-keywords-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetalwarrior665%2Factor-keywords-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetalwarrior665%2Factor-keywords-extractor/lists"}