Programmatically extract keywords from domain names

前端 未结 7 1304
余生分开走
余生分开走 2021-02-01 11:32

Let\'s say I have a list of domain names that I would like to analyze. Unless the domain name is hyphenated, I don\'t see a particularly easy way to \"extract\" the keywords use

7条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-01 11:34

    choosespain.com kidsexpress.com childrenswear.com dicksonweb.com

    Have fun (and a good lawyer) if you are going to try to parse the url with a dictionary.

    You might do better if you can find the same characters but separated by white space on their web site.

    Other possiblities: extract data from ssl certificate; query top level domain name server; Access the domain name server (TLD); or use one of the "whois" tools or services (just google "whois").

提交回复
热议问题