文件名称:GoogleKeywordScraper:从 google 获取指定关键字的 url 列表
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-05 12:53:04
C#
谷歌关键字抓取工具 从 google 获取指定关键字的 url 列表。 用法 输入必须有 2-3 个参数: 关键字(以 + 分隔) 结果数(10、50 或 100) 排名网址(可选;www 敏感) 示例结果 如果您提供了排名网址,则输出是一个带有网址列表和排名的 json: { "results": [ "http://blah.com", "http://blah2.com" ] "ranking": 1 }
【文件预览】:
GoogleKeywordScraper-master
----.gitignore(452B)
----googleKeywordScraper.sln(805B)
----README.md(448B)
----googleKeywordScraper()
--------Program.cs(3KB)
--------googleKeywordScraper.csproj(2KB)
--------Properties()