Skip to content

Commit 0d4effd

Browse files
committed
documenting new default requesst size
1 parent 7ef5216 commit 0d4effd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ def __init__(self, patent_number, cited_patent_number):
119119
# e.g.: "_eq", "_begins", etc.
120120
COMPANY_SEARCH_CRITERIA = '_text_phrase'
121121

122+
# if not specified, the API returns a request size of 100 (previously it was 25)
123+
# it can be set as high as 1000
124+
REQUEST_SIZE = 100
125+
122126
# Application Variables
123127
search_base_url = "https://search.patentsview.org/"
124128
patent_search_endpoint = search_base_url + "api/v1/patent/"

0 commit comments

Comments
 (0)