文件名称:us_patent_scraper:美国专利网站 (http
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-26 17:19:43
Python
美国专利刮刀 美国专利网站 ( ) 的抓取工具 此脚本需要开源 Python 抓取库 Scrapy: ://scrapy.org/ 目标: 从用户指定的美国专利检索中获取以下信息列表: 1. Patent Number 2. US Patent Class Number 3. International Patent Class Number 4. Inventor Country Code 5. Document Identifier 6. Abstract 7. Patent File Date 8. Patent Granted Date 9. Inventor Names 10. Patent Name 这些 URL 是从“us_patent_urls.txt”中读取的,并抓取每个搜索结果。 然后将每个专利的结果收集到一个 .json 文件中。 指示: 只需运行pate
【文件预览】:
us_patent_scraper-master
----patent_spider()
--------patent_spider()
--------scrapy.cfg(268B)
----LICENSE(18KB)
----README.md(736B)
----.gitignore(702B)