Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The following elements are always returned by the scraper class:
filing_date (str) : filing date
priority_date (str) : priority date
grant_date (str) : grant date
expiration_date (str) : expiration date
forward_cites_no_family (json) : forward citations that are not family-to-family cites
forward_cites_yes_family (json) : forward citations that are family-to-family cites
backward_cites_no_family (json) : backward citations that are not family-to-family cites
Expand Down
1 change: 1 addition & 0 deletions google_patent_scraper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def process_patent_html(self,soup):
- filing_date (str) : filing date
- priority_date (str) : priority date
- grant_date (str) : grant date
- expiration_date (str) : expiration date
- forward_cites_no_family (json) : forward citations that are not family-to-family cites
- forward_cites_yes_family (json) : forward citations that are family-to-family cites
- backward_cites_no_family (json) : backward citations that are not family-to-family cites
Expand Down