Return the applications by applcation number and various other parameters.

GET {{baseUrl}}/v1/patent/application?searchText=<string>&criteriaSearchText=<string>&documentType=<string>&applicationType=<string>&publicationFromDate=<string>&publicationToDate=<string>&documentId=<string>&applicationNumber=<string>&applicationFromDate=<string>&applicationToDate=<string>&title=<string>&patentNumber=<string>&assignee=<string>&applicant=<string>&inventor=<string>&start=0&rows=100&sortField=<string>&sortOrder=<string>

Return the application by application number and various other parameters.

Request Params

KeyDatatypeRequiredDescription
searchTextstringSearch Title of Invention, Abstract, Application Number, Patent Number, Application Type, applicant, inventor and/or assignee. Phrase search is also supported (Example "Fehr, John").
criteriaSearchTextstringIt allows to search the records using Lucence query syntax. Example syntax is inventor:Burger OR inventor:Williams. In this example, OR is a keyword and inventor is a searchable field.
documentTypestringType of the application (grant or application).
applicationTypestringTypes of Patent documents issued by USPTO covering different types of subject matter and offering different kinds of protection (Ex. UTILITY, DESIGN, PLANT, etc.).
publicationFromDatestringDate of publishing domestic/US applications and grants. Publication From date in YYYY-MM-DD format.
publicationToDatestringDate of publishing domestic/US applications and grants. Publication To date in YYYY-MM-DD format.
documentIdstringUnique identifer for the actual PDF document. Could be a Grant or PreGrant unique identifier. It allows to search more than one application by providing comma separated list of Document Ids.
applicationNumberstringThe application number is a number given to a patent application when it is filed. The number contains a two digit series code followed by a six digit serial number assigned by the USPTO (Example: US9748552). It allows to search more than one application by providing comma separated list of application numbers.
applicationFromDatestringDate the application was filed. Application From date in YYYY-MM-DD format.
applicationToDatestringDate the application was filed. Application To date in YYYY-MM-DD format.
titlestringThe Title of the Invention appears as the heading on the first page of the specification. Phrase search is also supported (Example "Fehr, John").
patentNumberstringPatent Number is a number given to the patent. It allows to search more than one patent application by providing comma separated list of patent numbers.
assigneestringThe entity that is the recipient of a transfer of a patent application or patent from its owner of record.
applicantstringThe Applicant name listed on a patent application, or Inventor or joint inventors who are applying for a patent on their own invention. Phrase search is also supported (Example "Fehr, John").
inventorstringInventor is the one who contributes to the conception of an invention. Phrase search is also supported (Example "Fehr, John").
startnumberStarting record number. Default value is 0.
rowsnumberSpecify number of rows to be returned. If you run the search with default values, in the response you will see 'numFound' attribute which will tell the number of records available in the dataset.
sortFieldstringSpecify the sort field name. Results will be sorted based on sort field. If sort field is not specified, results would be sorted based on applicationDate.
sortOrderstringSpecify the sort order. Sort order must be either asc or desc. asc indicates results are sorted Ascending order of the specified sort field, desc indicates results are sorted Descending order of the specified sort field. Default value is desc.

RESPONSES

status: OK

[]